ldap_auth and disgest vs basic
am 27.10.2009 23:22:46 von aurfalien
Hi all,
Will the ldap module for Apache 2 work with an AuthType of Digest?
When I set it to Digest, I get;
Digest: client used wrong authentication scheme `Basic': /
I'm assuming my browser is having issues?
Snippet of my httpd.conf
AuthType Digest
AuthLDAPURL ldap://myladpserver
AuthzLDAPAuthorization off
There is no other instance of AuthType of no instance of Basic in my
file.
I don't have a local digest password file because I desire LDAP.
- aurf
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: ldap_auth and disgest vs basic
am 27.10.2009 23:54:48 von Eric Covener
On Tue, Oct 27, 2009 at 6:22 PM, wrote:
> Hi all,
>
> Will the ldap module for Apache 2 work with an AuthType of Digest?
>
> When I set it to Digest, I get;
>
> Digest: client used wrong authentication scheme `Basic': /
>
> I'm assuming my browser is having issues?
>
> Snippet of my httpd.conf
>
> AuthType Digest
> AuthLDAPURL ldap://myladpserver
> AuthzLDAPAuthorization off
>
> There is no other instance of AuthType of no instance of Basic in my file.
I don't know why you get this odd symptom, but I think LDAP+Digest
authentication will not work. In 2.2 you may be able to use
digest+file for authn and LDAP for authorization, though.
--
Eric Covener
covener@gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
Re: ldap_auth and disgest vs basic
am 27.10.2009 23:57:43 von aurfalien
On Oct 27, 2009, at 3:54 PM, Eric Covener wrote:
> On Tue, Oct 27, 2009 at 6:22 PM, wrote:
>> Hi all,
>>
>> Will the ldap module for Apache 2 work with an AuthType of Digest?
>>
>> When I set it to Digest, I get;
>>
>> Digest: client used wrong authentication scheme `Basic': /
>>
>> I'm assuming my browser is having issues?
>>
>> Snippet of my httpd.conf
>>
>> AuthType Digest
>> AuthLDAPURL ldap://myladpserver
>> AuthzLDAPAuthorization off
>>
>> There is no other instance of AuthType of no instance of Basic in
>> my file.
>
> I don't know why you get this odd symptom, but I think LDAP+Digest
> authentication will not work. In 2.2 you may be able to use
> digest+file for authn and LDAP for authorization, though.
Hi Eric,
Thanks for the reply.
I think SSL will solve my problems and its easier to implement.
What do you think?
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org