Closed
Description
I might be missing something, but it seems there is no mechanism like https://docs.oracle.com/cd/E88353_01/html/E37853/pam-zfs-key-7.html implemented for zfsonlinux. If this is already implemented, I'd be nice if you can point me to any code/documentation.
Otherwise, I'd like to help and implement such a pam module, but I have some questions, that maybe someone could answer:
- Where would I implement such a module? Somewhere in this repository?
- Should I name it identically to the version from Oracle?
- Are there any license/IP-rights issues, if I would make the zfsonlinux-pam-module behave identical to (the documentation of) the version from Oracle?
- Should I name any "additional configuration feature" identical as in the
pam_zfs_key
from oracle? - For now, I would like to start with a bare minimum implementation, which would ignore all additional options to the pam module and just implement the "default"-behavior. Is that ok?