[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
cn=config and authz-regexp
- To: openldap-technical@openldap.org
- Subject: cn=config and authz-regexp
- From: Julien Vehent <julien@linuxwall.info>
- Date: Tue, 30 Nov 2010 12:45:01 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed; d=linuxwall.info; h= message-id:date:from:mime-version:to:subject:content-type: content-transfer-encoding; s=lnw-dkim; bh=scQShrw2i7JRROU/8BWQ9b V+qPtpQ0LyV5pETG8jths=; b=X0wq7+k3nA9uKQnQE4hxQIF+mBpn67GinDu1ns GkOpCpDgtZMs03WbyWVeP+eEL3J94tW+5amUl6yl8YQ0EsFE0qJempU/RaK3s0RT LwGIhHU+UWBN0nw169XwRGHAwVCjlj7rwpJ1L+5c4WhLmFv0mwqxVSgR605xX+V6 ykGY8=
- User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.15) Gecko/20101030 Iceowl/1.0b1 Icedove/3.0.10
Hi list,
I'm moving a LDAP directory on a freshly installed Debian Squeeze and
I'm discovering cn=config.
On my former installation, I have SASL configured using :
---
authz-regexp "^uid=([^,]+).*,cn=[^,]*,cn=auth$"
"ldap:///dc=domain,dc=net??sub?(uid=$1)"
authz-policy to
password-hash {CLEARTEXT}
---
How do I translate this into cn=config directives ?
I believe it should be stored into
/etc/ldap/slapd.d/cn=config/olcDatabase\=\{1\}hdb.ldif
is that correct ?
Thanks,
Julien