Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Can not search concrete value #677

Open
yoyosbg opened this issue Apr 23, 2024 · 1 comment
Open

Can not search concrete value #677

yoyosbg opened this issue Apr 23, 2024 · 1 comment

Comments

@yoyosbg
Copy link

yoyosbg commented Apr 23, 2024

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!

@yoyosbg
Copy link
Author

yoyosbg commented Apr 23, 2024

it seems the search filter string can not use concrete value while (objectClass=*) is also return entries

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant