diff options
Diffstat (limited to 'net/netatalk4/files/pam.conf')
-rw-r--r-- | net/netatalk4/files/pam.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/netatalk4/files/pam.conf b/net/netatalk4/files/pam.conf new file mode 100644 index 000000000000..05120315054d --- /dev/null +++ b/net/netatalk4/files/pam.conf @@ -0,0 +1,14 @@ +# PAM configuration for the "netatalk" service +# + +# auth +auth include system + +# account +account include system + +# password +password include system + +# session +session include system |