Ignore:
Timestamp:
Feb 14, 2010, 11:43:23 PM (14 years ago)
Author:
sebas
Message:

agrege la configuration de pam_ldap

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/puppet/modules/puppet-openldap/files/etc/pam.d/common-session

    r527 r528  
    2222session required                        pam_permit.so
    2323# and here are more per-package modules (the "Additional" block)
    24 session required        pam_unix.so
     24session required                        pam_unix.so
     25session optional                        pam_ldap.so
    2526session optional                        pam_ck_connector.so nox11
    2627# end of pam-auth-update config
     28
     29# if the home dir is not there, pam creates it with the umask provided + /etc/skel/
     30session required        pam_mkhomedir.so skel=/etc/skel/ umask=0077
Note: See TracChangeset for help on using the changeset viewer.