freebsd-ports/security/pam_ldap/pkg-message
2019-08-14 12:16:12 +00:00

12 lines
368 B
Text

[
{ type: install
message: <<EOM
Copy %%PREFIX%%/etc/ldap.conf.dist to %%PREFIX%%/etc/ldap.conf, then edit
%%PREFIX%%/etc/ldap.conf in order to use this module. Add a line similar to
the following to /etc/pam.conf on 4.X, or create an /etc/pam.d/ldap
on 5.X and higher with a line similar to the following:
login auth sufficient %%PREFIX%%/lib/pam_ldap.so
EOM
}
]