1f1db4c48f
CD-ROM drive, etc.) to the logged in user. Woohoo! Finally, no more chown /dev/snd/*. * Get rid of spurious error messages about pam_ldap when we're not using LDAP. svn path=/nixos/trunk/; revision=8861
14 lines
659 B
Plaintext
14 lines
659 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
|
|
session optional pam_env.so envfile=@envConf@
|