linux - nslcd: Errors in /var/log/messages Deleted User -



linux - nslcd: Errors in /var/log/messages Deleted User -

i'm running linux ldap environment multiple servers on domain. have added , removed users our environment, started getting these error messages:

nov 9 05:07:25 ops1 nslcd[1377]: [35895e] lookup of user cn=deleted1 user,ou=people,dc=company,dc=net failed: no such object nov 9 05:07:25 ops1 nslcd[1377]: [35895e] ldap_result() failed: no such object nov 9 05:07:25 ops1 nslcd[1377]: [35895e] lookup of user cn=deleted2 user,ou=people,dc=company,dc=net failed: no such object nov 9 05:07:25 ops1 nslcd[1377]: [35895e] ldap_result() failed: no such object

the users showing users have deleted. not recently, either.

i found reply in bug:

http://tracker.clearfoundation.com/view.php?id=1752

basically, had grouping still referencing users members though had deleted them. in case, part of uniquemember list.

linux ldap

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -