Displaying 1 result from an estimated 1 matches for "authextern".
Did you mean:
authexternal
2016 Apr 11
5
Slow authentication on C7
...#AddExternalGroup unixgroup /usr/sbin/unixgroup
#SetExternalGroupMethod unixgroup environment
<Location />
SVNPathAuthz off
DAV svn
SVNPath /home/repos/subversion_free_avr
AuthBasicAuthoritative off
AuthBasicProvider socache external
AuthExternal pwauth
AuthnCacheProvideFor external
AuthType Basic
AuthName "Subversion repository"
AuthLDAPURL ldap://ldap.our.domain/ou=Main,o=company
AuthLDAPGroupAttribute memberUid
AuthLDAPGroupAttributeIsDN off
Require ldap-group cn=program...