aboutsummaryrefslogtreecommitdiff
path: root/net/netatalk/pkg-message
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-09-08 01:38:58 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-09-08 01:38:58 +0000
commit32c2e8e217c3563c8491f7f64b2373207ec74d05 (patch)
tree7cc7290be6a21e197ff5e2c8440fcf6630546822 /net/netatalk/pkg-message
parentc1f8da62e309105c7e8c3e8b66f9760788b21663 (diff)
downloadports-32c2e8e217c3563c8491f7f64b2373207ec74d05.tar.gz
ports-32c2e8e217c3563c8491f7f64b2373207ec74d05.zip
Notes
Diffstat (limited to 'net/netatalk/pkg-message')
-rw-r--r--net/netatalk/pkg-message8
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
+###