I'd like to confirm where you're having trouble.
Are you able to successfully authenticate against LDAP with Trac, or are
you having difficulty with access control after a user has authenticated?
On Monday, 2 December 2013 13:16:45 UTC-8, Stuart Cracraft wrote:
>
>
> Trouble with implementing LDAP groups with TRAC.
>
> Just doesn’t work for me so far.
>
> Here is my /etc/httpd/conf.d/trac.conf:
>
> ##LogLevel
> debug
>
>
> Alias /trac/chrome/common /u01/trac/apache/htdocs/common
> Alias /trac/chrome/site /u01/trac/apache/htdocs/site
> <Directory "/u01/trac/apache/htdocs">
> Order allow,deny
> Allow from all
> </Directory>
> WSGIScriptAlias /trac /u01/trac/apache/cgi-bin/trac.wsgi
> <Directory /u01/trac/apache/cgi-bin>
> WSGIApplicationGroup %{GLOBAL}
> Order deny,allow
> Allow from all
> </Directory>
> <Location "/trac/login">
> Order allow,deny
> Allow from all
> AuthType Basic
> AuthName "trac"
> AuthBasicProvider "ldap"
> AuthLDAPURL "
> ldap://EXAMPLEIP/ou=SOMEOU,dc=examplecompany,dc=com?sAMAccountName?sub?(objectClass=user
> )"
> AuthLDAPBindDN "EXAMPLEUSER"
> AuthLDAPBindPassword "EXAMPLEPASSWORD"
> AuthzLDAPAuthoritative off
> Require valid-user
> require ldap-group CN=SOMEOU,CN=Users,DC=examplecompany,DC=com
> Require ldap-attribute
> memberOf="CN=SOMECN,CN=Users,DC=examplecompany,DC=com"
> </Location>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.