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
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
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
> 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
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
- "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
> [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
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