Re: [Moin-user] LDAP authentification and ACL

2013-04-28 Thread Thomas Waldmann
I've managed to get LDAP authentification to work with my MoinMoin installation by using the following code in Apache configuration: Location /wiki1 AuthName Wiki wiki1 AuthType Basic AuthBasicProvider ldap AuthLDAPGroupAttribute memberUid AuthLDAPGroupAttributeIsDN off

[Moin-user] LDAP authentification and ACL

2013-04-26 Thread Jérôme Bove
Hi everyone ! I've managed to get LDAP authentification to work with my MoinMoin installation by using the following code in Apache configuration: Location /wiki1 AuthName Wiki wiki1 AuthType Basic AuthBasicProvider ldap AuthLDAPGroupAttribute memberUid AuthLDAPGroupAttributeIsDN off