Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Probelm in installing OpenLDAP client on OEL6.6

Mahmoud_RabieDec 1 2014 — edited Dec 5 2014

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


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 1 2015
Added on Dec 1 2014
8 comments
3,181 views