088b09f401
commands like "ssh -t host command" initialise the environment properly. svn path=/nixos/trunk/; revision=12366
13 lines
606 B
Plaintext
13 lines
606 B
Plaintext
@isLDAPEnabled@ auth sufficient @pam_ldap@/lib/security/pam_ldap.so
|
|
auth sufficient @pam_unix2@/lib/security/pam_unix2.so
|
|
auth required pam_deny.so
|
|
|
|
@isLDAPEnabled@ account optional @pam_ldap@/lib/security/pam_ldap.so
|
|
account required @pam_unix2@/lib/security/pam_unix2.so
|
|
|
|
@isLDAPEnabled@ password sufficient @pam_ldap@/lib/security/pam_ldap.so
|
|
password sufficient @pam_unix2@/lib/security/pam_unix2.so nullok
|
|
|
|
@isLDAPEnabled@ session optional @pam_ldap@/lib/security/pam_ldap.so
|
|
session required @pam_unix2@/lib/security/pam_unix2.so
|