Hi there, hi @stephdl
I’d like to report some problems I have had when installing nethserver-dokuwiki on a nethserver connected to remote opendldap server.
Here is the bind setup :
After installation, the file /etc/dokuwiki/local.protected.php
was not correctly configured :
$conf['authtype'] = 'authldap';
$conf['plugin'][$conf['authtype']]['server'] = "ldaps://domain.tld:636:636";
note the double 636.
$conf['plugin']['authldap']['starttls'] = 1;
Not blocking but leads to an error message. I had to disable this.
Question :
Is there a way to enable the users to log in with their email address (which they are used to) ? I tried with '(&(|(objectclass=inetOrgPerson))(|(uid=%{user})(|(mail=%{user}))))'
and it works but the group association doesn’t work anymore and I don’t see a way to make it work with an email as login.