[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Openldap 2.4.16 and OpenLDAProotDSE
- To: openldap-software@openldap.org
- Subject: Openldap 2.4.16 and OpenLDAProotDSE
- From: Lepoutre Lionel <leplio@gmail.com>
- Date: Tue, 26 May 2009 10:22:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=0/kvM+cwb8KOIRGGcJYQs0qosQ80FLwhxSC3pTk/DBM=; b=OgkX7KbwDKyzTEhgnhAXZuJAmHuu/p2NvYdWZGwWf/yyCswbR9ejbrynAC5gPWlv87 pr7s1mWFa2E/O8NDPQE9OdXvk9ZKWINzWhp5MOIUU1vfBp4GaU8NSWECB+4WZUza2q4l G2jOnSwy2A4QTcIDz6md2QOLqbgTVFmCeekBs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=rBzHYyzvDFpxmX9jun6OkB8oUf25HMThH+P85h0OQsAi6Ym4dPOiB5eAJOdzWbPQiq ciAXX2jxdCyGLAZlpxZQ244lCaB/2IeI3IB9gGlGjVNsmiqNEOFC0YprPjSObZLGkuxi /JAkEcARzDWHuQTWsU6+TVu5Ziz63xnuAMhAU=
Hello,
I am using openldap 2.4.16 and everything seems to work (the server starts and I can add/modify/delete entries).
But I had some problems to build a frontend and it seems to be linked to my RootDSE.
When I make a :
ldapsearch -h myserver -x -s base -b "" +
I only get :
# extended LDIF
#
# LDAPv3
# base <> with scope baseObject
# filter: (objectclass=*)
# requesting: +
#
# search result
search: 2
result: 0 Success
# numResponses: 1
But when I make this same request on an old openldap instance I get the "correct" answer:
# extended LDIF
#
# LDAPv3
# base <> with scope baseObject
# filter: (objectclass=*)
# requesting: +
#
#
dn:
structuralObjectClass: OpenLDAProotDSE
configContext: cn=config
namingContexts: ou=awl,dc=atosorigin,dc=com
monitorContext: cn=Monitor
supportedControl: 1.3.6.1.4.1.4203.1.9.1.1
supportedControl: 2.16.840.1.113730.3.4.18
supportedControl: 2.16.840.1.113730.3.4.2
supportedControl: 1.3.6.1.4.1.4203.1.10.1
supportedControl: 1.2.840.113556.1.4.319
supportedControl: 1.2.826.0.1.334810.2.3
supportedControl: 1.2.826.0.1.3344810.2.3
supportedControl: 1.3.6.1.1.13.2
supportedControl: 1.3.6.1.1.13.1
supportedControl: 1.3.6.1.1.12
supportedExtension: 1.3.6.1.4.1.1466.20037
supportedExtension: 1.3.6.1.4.1.4203.1.11.1
supportedExtension: 1.3.6.1.4.1.4203.1.11.3
supportedFeatures: 1.3.6.1.1.14
supportedFeatures: 1.3.6.1.4.1.4203.1.5.1
supportedFeatures: 1.3.6.1.4.1.4203.1.5.2
supportedFeatures: 1.3.6.1.4.1.4203.1.5.3
supportedFeatures: 1.3.6.1.4.1.4203.1.5.4
supportedFeatures: 1.3.6.1.4.1.4203.1.5.5
supportedLDAPVersion: 3
entryDN:
subschemaSubentry: cn=Subschema
# search result
search: 2
result: 0 Success
# numResponses: 2
# numEntries: 1
I have search in some schema files but I didn't find any OpenLDAProotDSE definition...
Do I miss something? I am quite a newbie and I have found any information to set it. I know that I can put the definition with the "rootdse" directive in my slapd.conf but I don't know if it is the right way?
Could anyone help me please?
Thanks in advance for your help.
Lionel