Displaying 1 result from an estimated 1 matches for "defineexternalauth".
2016 Apr 11
5
Slow authentication on C7
.../home
entry_cache_timeout = 5400
[pam]
pam_id_timeout=20
apache:
LDAPCacheTTL 30
<VirtualHost 10.0.32.19:80>
    ErrorLog logs/svn_http_error_log
    CustomLog logs/svn_http_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
        AuthBasicPro...