Skip to content

Can not search concrete valueΒ #677

@yoyosbg

Description

@yoyosbg

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions