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
17 lines
204 B
Text
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
|