diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 01:38:58 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 01:38:58 +0000 |
commit | 32c2e8e217c3563c8491f7f64b2373207ec74d05 (patch) | |
tree | 7cc7290be6a21e197ff5e2c8440fcf6630546822 /net/netatalk/pkg-message | |
parent | c1f8da62e309105c7e8c3e8b66f9760788b21663 (diff) | |
download | ports-32c2e8e217c3563c8491f7f64b2373207ec74d05.tar.gz ports-32c2e8e217c3563c8491f7f64b2373207ec74d05.zip |
Notes
Diffstat (limited to 'net/netatalk/pkg-message')
-rw-r--r-- | net/netatalk/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/netatalk/pkg-message b/net/netatalk/pkg-message new file mode 100644 index 000000000000..61920187ed9a --- /dev/null +++ b/net/netatalk/pkg-message @@ -0,0 +1,8 @@ +### +You need to edit /etc/pam.conf to add support for netatalk. To do so, add the +following three lines to this file: + +netatalk auth required pam_unix.so try_first_pass +netatalk account required pam_unix.so try_first_pass +netatalk session required pam_permit.so +### |