[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Translating back_ldap config to cn=config format
- To: openldap-technical@openldap.org
- Subject: Translating back_ldap config to cn=config format
- From: "Mark J. Reed" <markjreed@gmail.com>
- Date: Tue, 24 Aug 2010 13:43:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=6EsIOrL86tPyje2XRbXOvWT8wlRaRxmmZAyi1NFv3w8=; b=hgGFPfh7CfX3TMO0ges6o/5Ew4WSgmiZmSP2pFgvi4uE32DdwjnwToR7pDOGMraqX9 03s26NTTvhZZI4L/rmo/+RRtUjgR79z+r/ZHYtIKqVw54QSuVlq070AbsHpI1UxzKtDD yGO2HMNiWUoFMxCYSrr/V+J6xKSt7SipfuRRo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Ws+RLLlCkBBXpTXomBV2W3PBXuzx2+CE4lUfSBA8mFTepubOpM5f75xP5ChevAwpNz RgSZ2Y/CbVOAgmZ+evUYiK4C9I5yMQnL2E57vRGtKVlnRvFCtPm/5qvcID4dhGAH8xEp 8aWLSfkKn3xwMosAE885hAGIWORho8bamrwgc=
To your mailing list welcome. I here am new...
I'm trying to configure an LDAP backend, but the man page is still
slapd.conf-style, and the mappings to cn=config I've tried aren't
working. For instance, to supply the backend LDAP URL, the man page
lists:
uri <ldapurl>
so I tried this:
olcURI: ldap://foo.bar/
and got
Aug 24 13:30:36 bottom slapd[2265]: UNKNOWN attributeDescription
"OLCURI" inserted.
Maybe I'm just missing the objectClass that defines those attributes,
but I don't know what that would be. I just have olcDatabaseConfig; I
tried olcLdapConfig, but that wasn't recognized as a legal class name.
Where can I find the config schema?
Any help, pointers to someplace this is actually documented, etc. appreciated.
Thanks!
--
Mark J. Reed <markjreed@gmail.com>