Rainer Sokoll wrote:
> Hi all,
>
> I want to use a form based login instead of HTTP authentication (in
> fact, I want to have the logout button working)
> >From what I've learend, this should be possible with AccountManager.
> All my users are stored in an LDAP directory (MS-ADS, in my case). LDAP
> authentication works fine from apache. But I cannot bind as an anonymous
> user, I have to apply a real username/pw combination.
> In apache:
>     AuthLDAPBindDN foo
>     AuthLDAPBindPassword bar
> Does that mean that I cannot use AccountManager in my environment?
>
>   
You can still use it. Just instead of having the authentication stuff in
<Location /login>, put it in <Location /httpauth> or something. Then
point the HttpAuthStore at this new URL.

--Noah

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to