mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
10 lines
301 B
Plaintext
10 lines
301 B
Plaintext
###
|
|
If you compiled WITH_PAM support, 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
|
|
###
|