You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joost de Heer <sa...@xs4all.nl> on 2006/06/15 11:27:56 UTC

[users@httpd] Re: Please help with mod_authnz_ldap

Iftikhar Rathore wrote:
> Hello
> I am having a lot of trouble getting my users authenticated using
> mod_authnz_ldap. There is not much info anywhere and google couldn't
> help. And example .htaccess file would help greatly.
>
> I have the .htaccess here (besides this .htaccess no other change has
> been done to the default apache installation)
>
> AuthType Basic
> AuthName Mine
> AuthzLDAPAuthoritative on
> AuthLDAPURL ldap://localhost:389/ou=People,dc=zoreresearch,dc=com?uid
> require valid-user

It's slightly hidden in the documentation
(http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html), but:

"When using mod_auth_basic, this module is invoked via the
AuthBasicProvider  directive with the ldap value." (last line before the
'Contents' chapter)

Joost


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> 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