[Date Prev][Date Next] [Chronological] [Thread] [Top]

Dn without suffix in ldapsearch query



Hi,
For a suffix "o=organization,c=US"
Is there a way to be able to execute
ldapsearch -x -D "cn=manager" -w xxxx < search filter>

instead of providing a complete binddn:
"cn=manager,o=organization,c=US" in the ldapsearch
query?
Is there a configuration setting available for this?
Currently, if I try to do it, it won't work, since  dn
does not contain the suffix, so it says "no global
superior knowledge" and does not understand where to
look for, which makes sense.
But i need to be able to execute the query as
mentioned above.

Thanks in advance for any help

PS.