You are not logged in.
Pages: 1
Hi everyone !
I've a problem with the last version of openldap. Since the upgrade from 2.4.23-4 to 2.4.24-1, I'm unable to connect on my machines using my ldap for the authentification... I can enter my username, but I won't be prompted for the password (I just don't see any reaction from the computer after typing the username)
This problem occur for BOTH local and ldap accounts (ie i can't log as root and I must boot on a liveCD to be able to repair the system...)
I've configured my clients (and the server) using these two wiki pages :
https://wiki.archlinux.org/index.php/LD … entication
https://wiki.archlinux.org/index.php/Se … ll_Network
I managed to change the configuration of a client in order to log as root on it (I've changed back all the config files modified in these howtos to the default ones) and I'm able to reach the ldap server using the ldapseach command, that's the reason why I think the problem come from the client configuration.
Do you have an idea of the reason of my problem ?
thanks !
Offline
I think I finaly solved it !
it seems it was my /etc/nsswitch.conf that wasn't right
here is the working version :
# Begin /etc/nsswitch.conf
passwd: files ldap
group: files ldap
shadow: files ldap
publickey: files
hosts: files dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
# End /etc/nsswitch.confOffline
Pages: 1