Displaying 1 result from an estimated 1 matches for "lofgfil".
Did you mean:
lofgfile
2005 Jan 31
0
endless loop when searching ldap backend
...DOMAIN>))"
the slapd logfile told me that everytime an entry was returned.
later i saw that there are also never-ending searches for
"(&(&(uid=<user>)(objectClass=sambaSamAccount))(objectClass=sambaSamAccount))"
in this case an entry is returned too.
i get a whole lofgfile from smbd conatining these lines:
[2005/01/31 15:25:35, 0] smbd/server.c:open_sockets_smbd(388)
open_sockets_smbd: accept: Software caused connection abort
for every search request, smbd is opening a new LDAP connection, so i have
now about 800 smbd -> LDAP connections on every DC as there...