Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-05-16 Thread gummibaer
Hello mxc, I have the same problem. Now, I try it with an additional .htaccess-file in the folder I want to protect. My .htaccess-file includes the same information like the -Directory, e.g: AuthType Basic AuthName "IT Intranet" AuthBasicProvider ldap AuthzLDAPAuthoritative off AuthLDAPURL ldap

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-05-06 Thread ranpel
require valid-user If this directive exists, mod_authnz_ldap grants access to any user that has successfully authenticated during the search/bind phase. Requires that mod_authz_user be loaded and that the AuthzLDAPAuthoritative directive be set to off. ranpel wrote: > > Hi > > For auth_basic

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-05-06 Thread ranpel
Hi For auth_basic you must set -> AuthzLDAPAuthoritative on to AuthzLDAPAuthoritative off Have fun, \r mxc wrote: > > It appears that this guy had the same problem but no solution was given :( > > http://groups.google.co.za/group/comp.infosystems.www.servers.unix/browse_thread/thread/3d8f

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread mxc
It appears that this guy had the same problem but no solution was given :( http://groups.google.co.za/group/comp.infosystems.www.servers.unix/browse_thread/thread/3d8fe8963efe23a8/8fc4ea5a2a2aa339?lnk=st&q=+apache2+ldap+authentication+%5BUser+not+found%5D%5BNo+such+object%5D+%5BInvalid+credential

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread mxc
Thanks for the reply. I tried that and I still get the same results :( Yannick Mercier wrote: > > try to use something that doesnt start with dc= in your base dn > > AuthLDAPURL ldap://silver.abc.co.za/dc=abc,dc=co,dc=za?uid > > make it for example : > > AuthLDAPURL ldap://silver.abc.co.za/o

Re: [EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-27 Thread Yannick Mercier
try to use something that doesnt start with dc= in your base dn AuthLDAPURL ldap://silver.abc.co.za/dc=abc,dc=co,dc=za?uid make it for example : AuthLDAPURL ldap://silver.abc.co.za/ou=Users,dc=abc,dc=co,dc=za?uid On 4/26/07, mxc <[EMAIL PROTECTED]> wrote: Hi all, We are experiencing a str

[EMAIL PROTECTED] Valid users cannot login with authnz_ldap

2007-04-26 Thread mxc
Hi all, We are experiencing a strange problem when trying to get mod-authnz-ldap. Users that do not exist have the following entry written to the error.log, which seems correct to me. [Fri Apr 27 03:14:28 2007] [warn] [client 192.168.12.123] [4161] auth_ldap authenticate: user ggg authentic