[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Overlay chain
- To: openldap-technical@openldap.org
- Subject: Overlay chain
- From: Luiz M Oliveira <85marcelo@gmail.com>
- Date: Sun, 17 Oct 2010 20:17:06 -0200
- 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=MtKFwSUSA+0x24Fjj39BsfVYnP3AuXr2Tooumnwxsec=; b=XfOxzisdjxa8K7MS45U6t03Ou4/+ALK6CpFssvlP5kSAPkjzNTRFc1o7pAPlzEumbo o4BB1o6n7CgNlk2zvy1E14q+q5QBpurTjCJ9WUxNQtW6LogaYiLumIbritUU/ma3EwKP COYYu2yrKSnlvN6zBNiEnE3Wx/KD/TRtPSuZ4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ntx7DhCR3Fa7Mxg/Q4HjXYiRuGxEvOAXF00HKEQps/jvwYOrT6MrG/7GbGXPGD7gy9 6alNvI+3F2sym7WhstIuDWjPxUX+wgIbgpFbmWArbfImLQbt7nhcA4wgxqVud2pWJ9To rHr+gKem2aHXsvn+7cMLP9XgRzxxON8Gm0Bds=
Hello everyone,
I have a slave server and need to configure the module chain so that any user can change their password on the master server
I am using the following configuration:
overlay chain
chain-uri ldap: / / domain.com.br
chain-bind-idassert bindmethod = simple
binddn = "cn = admin, dc = domain"
credentials = "admin"
mode = none
chain-return-true error
chain-rebind-as-user true
This configuration only allows the identity cn = admin making connections as the master server.
What I need is to configure the chain so that any identity is used in the connection.
Thanks to all.