Dear Oracle Expert,
The task
Installing OpenLDAP client with SSSD authentication on OEL6.6
The server is working well
ldapsearch -x
is giving results
and retrieving ldapuser01
The performed steps
[root@ldapclient01 oracle]# authconfig --update --enablesssd --enablesssdauth --ldapserver=ldap://192.168.43.20
--ldapbasedn="ou=Students,dc=lab11,dc=edu"
--enableldaptls
--ldaploadcacert=http://192.168.43.20/pub/ldap.pem
Starting sssd: [ OK ]
getent doesn't retrieve results and su gives user doesnot exist
[root@ldapclient01 oracle]# getent passwd ldapuser01
[root@ldapclient01 oracle]# su - ldapuser01
su: user ldapuser01 does not exist
The debugging of SSSD
[root@ldapclient01 oracle]# sssd -d9
(Mon Dec 1 18:22:11:514768 2014) [sssd] [ldb] (0x0400): server_sort:Unable to register control with rootdse!
(Mon Dec 1 18:22:11:515361 2014) [sssd] [confdb_get_domain_internal] (0x0400): No enumeration for [default]!
(Mon Dec 1 18:22:11:515401 2014) [sssd] [confdb_get_domain_internal] (0x1000): pwd_expiration_warning is -1
(Mon Dec 1 18:22:11:515411 2014) [sssd] [server_setup] (0x0040): Becoming a daemon.
Why is su not working ?
Regards
Mahmooud