[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Configuring the chain overlay with cn=config
Quoting Jaap Winius <jwinius@umrk.nl>:
Attempting to answer my own question, my current configuration doesn't
seem to want to work just yet, but the chain setup now looks like this:
#################################################
dn: cn=module{0},cn=config
changetype: modify
add: olcModuleLoad
olcModuleLoad: {1}back_ldap
dn: olcOverlay={0}chain,olcDatabase={1}hdb,cn=config
objectClass: olcOverlayConfig
objectClass: olcChainConfig
olcOverlay: {0}chain
olcChainReturnError: TRUE
dn: olcDatabase={0}ldap,olcOverlay={0}chain,olcDatabase={1}hdb,cn=config
objectClass: olcLDAPConfig
objectClass: olcChainDatabase
olcDatabase: {0}ldap
olcDbURI: ldap://ldaps.example.com:389/
olcDbRebindAsUser: TRUE
olcDbIDAssertBind: bindmethod=simple
binddn="cn=ldaps2,dc=example,dc=com"
credentials=bilineatus
mode=self
#################################################
(Debian squeeze, slapd v2.4.23-6)
Does this look okay? At least it covers all the attributes I was missing.
Cheers,
Jaap