[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Question: getting namingContexts parameter by default?
Hello
Is there any possibility to configure Openldap (v2.2) in way, that
namingContexts would given by default. For example:
$ ldapsearch -x -s base -b '' -h ldap.server.com "objectClass=*"
dn:
namingContexts: dc=example,dc=net
Right now I have to give parameter namingContexts to command-line to get
this one.
Why I need this?
I have one of quite dumb windows ldap client, which at first request a
ldap query: ldapsearch -s base -b '' -h ldap.server.com "objectClass=*".
I can't modify this request.
Tanel