freebsd-ports/net/netatalk3/files/pam.conf
Mark Felder 7e4fee4637 net/netatalk3: Fix PAM option
Previous rollback of PAM changes didn't update pkg-plist, so the PAM
option was broken.

By using @sample if PAM option is enabled we can install a default PAM
config that inherits the system PAM configuration while allowing custom
configs to remain untouched.

PR:		213349
MFH:		2016Q4
2016-10-18 17:45:48 +00:00

17 lines
204 B
Text

#
# $FreeBSD$
#
# PAM configuration for the "netatalk" service
#
# auth
auth include system
# account
account include system
# password
password include system
# session
session include system