Displaying 1 result from an estimated 1 matches for "groupexternal".
2016 Apr 11
5
Slow authentication on C7
...ternal
AuthType Basic
AuthName "Subversion repository"
AuthLDAPURL ldap://ldap.our.domain/ou=Main,o=company
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require ldap-group cn=programmers,ou=group,ou=main,o=company
#GroupExternal unixgroup
#Require group programmers
#Require valid-user
#AuthzSVNAccessFile /home/repos/svn.access
</Location>
</VirtualHost>
On same server we have redmine (with database on separate server and
LDAP auth) and git repositories (with gitbucket as frontend, a...