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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to