Re: [CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread David Hláčik
Hi, all, 1) it is CentOs 5.1 2) i am sure that LDAP is working according to error and access logs (when i will type bad user it will fail, when i will type bad password it will inform me about password mismath) 3) yes it is in correct directory I am sending whole config file : LoadModule dav_svn

Re: [CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread Jim Perrin
On Thu, Apr 10, 2008 at 2:35 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hi , i am facing a strange problem. > > I have centos , i wan to access svn trought apache using mod auth ldap. > > This is what i have configured > >AuthLDAPBindDN cn=svn,ou=Operators,o=Organization > AuthLD

Re: [CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread Jeff Larsen
On Thu, Apr 10, 2008 at 1:35 PM, David Hláčik <[EMAIL PROTECTED]> wrote: > Hi , i am facing a strange problem. > > I have centos , i wan to access svn trought apache using mod auth ldap. > > This is what i have configured > >AuthLDAPBindDN cn=svn,ou=Operators,o=Organization > AuthLD

[CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread David Hláčik
Hi , i am facing a strange problem. I have centos , i wan to access svn trought apache using mod auth ldap. This is what i have configured AuthLDAPBindDN cn=svn,ou=Operators,o=Organization AuthLDAPBindPassword Pass1 AuthLDAPURL "ldap://ldap/ou=Users,o=Organization?uid";