Hi, i successfully setted up some LDAP servers which are slurping, I also can
login to my
machines whom I told to accept LDAP useraccounts, now i found out that it isnt
possible to
log in locally with root when no LDAP server can be reached, for example when i
remove the
network cable. I can enter root for user and the pass but then after 60 seconds
it tells me
login timed out :(

Here's my /etc/pam.d/system-auth file

auth    required    /lib/security/pam_env.so
auth    sufficient  /lib/security/pam_unix.so likeauth nullok shadow
auth    sufficient  /lib/security/pam_ldap.so use_first_pass
auth    required    /lib/security/pam_deny.so

account required  /lib/security/pam_unix.so
account sufficient  /lib/security/pam_ldap.so

password    required /lib/security/pam_cracklib.so retry=3
password    sufficient /lib/security/pam_unix.so nullok use_authtok shadow md5
password    sufficient /lib/security/pam_ldap.so use_authtok
password    required /lib/security/pam_deny.so

session required    /lib/security/pam_limits.so
session required    /lib/security/pam_unix.so
session required     /lib/security/pam_mkhomedir.so skel=/etc/skel/ umask=0
session optional    /lib/security/pam_ldap.so

and here's my nsswitch.conf

passwd:      files ldap
shadow:      files ldap
group:       files ldap

hosts:       files dns
networks:    files dns


Any1 got an Idea? Thanks

-- 
gentoo-user@gentoo.org mailing list

Reply via email to