#%PAM-1.0
auth     sufficient     pam_ldap.so
auth     required       pam_unix2.so      nullok try_first_pass #set_secrpc
account  sufficient     pam_ldap.so
account  required       pam_unix2.so
password required       pam_pwcheck.so    nullok
password required       pam_ldap.so       use_first_pass use_authok
password required       pam_unix2.so       nullok use_first_pass use_authtok
session  required       pam_unix2.so       none # debug or trace

