[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Translating back_ldap config to cn=config format
- To: openldap-technical@openldap.org
- Subject: Re: Translating back_ldap config to cn=config format
- From: "Mark J. Reed" <markjreed@gmail.com>
- Date: Tue, 24 Aug 2010 15:10:40 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Z355xgezaSKcsWjchwBEMA2pJKWA/vlLZnoZ8YajzEA=; b=emxuRJjel1PkfvhGycDpb9/J8IjVKcjBu4oajs2GmjbkmEfkacb38xhDQc3vtdqDBR 2HWc8V/DTd5xBnJjWNB+Kdal1uLxZVe1ePGD6TlRpjuhp8SI+OV2gRbnCyd0wjO7Vjij sTL/UDcZ/Nq2Kt41Ht5P1ZHrBPEdp5CFPwfYA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=ZpszaLqQYTfWs+vTiu9njw938YS/Kt2QsKrkfH5h+HngyQmBlscWOwe74O+cVCPwvh WHBgqJU52513ffCtclUt0QbvWZhcwsRQoebcy9g/TH1GPw08QNoFofDpr0YETPK9nVex FmftjIrabj0eBLIA87XUDHXzvpY7AZ0rHXoSo=
- In-reply-to: <AANLkTing8YKWH0eSkCnf=XXcVUJMKxtxSDt0XAFQXquM@mail.gmail.com>
- References: <AANLkTing8YKWH0eSkCnf=XXcVUJMKxtxSDt0XAFQXquM@mail.gmail.com>
OK, I used the source (Luke); the old uri config parameter is the LDAP
attribute olcDbURI. So far, so good; I have things working to my
eDir backend now.
Now I'm trying to add an AD backend and a little stumped - it expects
the bind username to be in Windows format 'Domain\userName', but slapd
won't let me specify that as an olcDbACLAuthcDN. I've tried
"Domain\\user" and "Domain\5cUser", but it won't accept anything that
doesn't look like a DN. So now I'm looking at the acl-bind clause
(olcDbAclBind); what does that look like as an LDAP attribute?
On Tue, Aug 24, 2010 at 1:43 PM, Mark J. Reed <markjreed@gmail.com> wrote:
> 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>
>
--
Mark J. Reed <markjreed@gmail.com>