You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will return the Entries by using:
ldapsearch -x -H ldap://localhost:1389 -b "ou=People,dc=example,dc=org" -D "cn=admin,dc=example,dc=org" -w "admin" "(uid=*)" cn sn
but No entries by using:
ldapsearch -x -H ldap://localhost:1389 -b "ou=People,dc=example,dc=org" -D "cn=admin,dc=example,dc=org" -w "admin" "(uid=admin1)" cn sn
(only difference is uid equals: * or admin1)
The admin1 is exists in the entries by using first query!
The text was updated successfully, but these errors were encountered:
It will return the Entries by using:
ldapsearch -x -H ldap://localhost:1389 -b "ou=People,dc=example,dc=org" -D "cn=admin,dc=example,dc=org" -w "admin" "(uid=*)" cn sn
but No entries by using:
ldapsearch -x -H ldap://localhost:1389 -b "ou=People,dc=example,dc=org" -D "cn=admin,dc=example,dc=org" -w "admin" "(uid=admin1)" cn sn
(only difference is uid equals: * or admin1)
The admin1 is exists in the entries by using first query!
The text was updated successfully, but these errors were encountered: