Displaying 1 result from an estimated 1 matches for "svnpathauthz".
2016 Apr 11
5
Slow authentication on C7
...p_access_log "%t %u %{SVN-ACTION}e" env=SVN-ACTION
    ServerName svn.our.domain
    DirectoryIndex none
    DefineExternalAuth pwauth pipe /usr/bin/pwauth
    #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"
        Auth...