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.