Displaying 1 result from an estimated 1 matches for "ntlm_winbind".
2007 Oct 17
0
svn access via apache with ntlm authentication
...ed --enable-cache=shared --
enable-disk-cache=shared --enable-deflate=shared"
subversion-1.4.5 configured with the following
"./configure --prefix=/opt/subversion-1.4.5 --with-apr=/opt/
httpd-2.0.61 --with-apr-util=/opt/httpd-2.0.61 --with-apxs=/opt/
httpd-2.0.61/bin/apxs"
mod_auth_ntlm_winbind AFAIK the latest version compiled with
"/opt/httpd-2.0.61/bin/apxs -DAPACHE2 -c -i mod_auth_ntlm_winbind.c"
Now, AFAIT everything is working well... separately !
Apache serves documents,
svn works for anonymous access with the following config :
<Location /svn/repos>
DAV svn...