Displaying 1 result from an estimated 1 matches for "afait".
Did you mean:
afaik
2007 Oct 17
0
svn access via apache with ntlm authentication
..../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
SVNPath /mnt/data/rep/svn
</Location /svn/repos>
I can check out projects from the repository
Then I've tested the NT...