Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-13 Thread Sebastian Reitenbach
On Thursday, January 13, 2011 01:38:54 pm Eric Covener wrote: > On Thu, Jan 13, 2011 at 3:16 AM, Sebastian Reitenbach > > wrote: > > On Tuesday, January 11, 2011 02:38:31 pm Eric Covener wrote: > >> > Or on the other hand, is it possible to tell mod_authnz_ldap to bind > >> > as the user instead

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-13 Thread Eric Covener
On Thu, Jan 13, 2011 at 3:16 AM, Sebastian Reitenbach wrote: > On Tuesday, January 11, 2011 02:38:31 pm Eric Covener wrote: >> > Or on the other hand, is it possible to tell mod_authnz_ldap to bind as >> > the user instead of anonymous to make the compare request? >> >> The manual tells you how to

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-13 Thread Sebastian Reitenbach
On Tuesday, January 11, 2011 02:38:31 pm Eric Covener wrote: > > Or on the other hand, is it possible to tell mod_authnz_ldap to bind as > > the user instead of anonymous to make the compare request? > > The manual tells you how to use a userid/password. I rechecked the documentation, and I found

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-11 Thread Eric Covener
> Or on the other hand, is it possible to tell mod_authnz_ldap to bind as the > user instead of anonymous to make the compare request? The manual tells you how to use a userid/password. - The official User-To-User support forum o

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-11 Thread Sebastian Reitenbach
Hi, On Thursday, January 06, 2011 03:36:13 pm Sebastian Reitenbach wrote: > Hi, > > I have LDAP authentication working against openldap. But I have to > authenticate against an Lotus Domino Server. > > below the contents of my .htaccess file: > > AuthType Basic > AuthBasicProvider ldap > AuthNa

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Igor Galić
- "Sebastian Reitenbach" wrote: > Hi, > > I have LDAP authentication working against openldap. But I have to > authenticate against an Lotus Domino Server. > > below the contents of my .htaccess file: Why, Oh, Why are you putting it in .htaccess? > AuthType Basic > AuthBasicProvider lda

Re: [users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Eric Covener
> [Thu Jan 06 14:04:28 2011] [debug] mod_authnz_ldap.c(665): [client 127.0.0.1] > [2015] auth_ldap authorise: require user: authorisation failed [Comparison > complete][Insufficient access] I think this means the user you're authenticating as doesn't have the right permissions to run the authoriza

[users@httpd] Problem with ldap authentication against domino server

2011-01-06 Thread Sebastian Reitenbach
Hi, I have LDAP authentication working against openldap. But I have to authenticate against an Lotus Domino Server. below the contents of my .htaccess file: AuthType Basic AuthBasicProvider ldap AuthName "LDAP" #AuthLDAPURL "ldap://openldapserver:389/ou=people,dc=intern"; AuthLDAPURL "ldap://do