Displaying 1 result from an estimated 1 matches for "378ms".
Did you mean:
338ms
2024 Feb 03
2
Slow ldap membership query in large active directory
..."CN=Auth-User,CN=Users,DC=subdomain,DC=example,DC=de" -w xxxx -b
"OU=myou,DC=subdomain,DC=example,DC=de" "(cn=user.name)"
real??? 0m0.047s
user??? 0m0.026s
sys??? 0m0.009s
When trying to get the gidNumber of all groups the user is member of
this request takes around 378ms (- 45ms roughly bind/unbind overhead):
# time ldapsearch -H ldaps://10.12.100.1:636 -D
"CN=Auth-User,CN=Users,DC=subdomain,DC=example,DC=de" -w xxxx -b
"OU=courses,OU=myou,DC=subdomain,DC=example,DC=de"
"(&(objectclass=group)(member=CN=user.name,OU=Employees,OU=User...