Active Directory problems while trying to perfom compare operation
- by Alex
I have CentOs 5.5 with Apache 2.2 and SVN installed. Also I have Windows 2003 R2 with Active Directory.
I'm trying to authorize users via AD so each user have access to repo if he is a member of corespondent group in AD.
Here is my apache config:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module …