https://bz.apache.org/bugzilla/show_bug.cgi?id=64472

--- Comment #3 from Ruslan Semchenko <lastdayser...@gmail.com> ---
Created attachment 38920
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=38920&action=edit
Simple code

This example uses the AuthType directive with the Digest parameter to specify
the use of Digest authentication. The AuthLDAPURL directive defines the URL of
the LDAP server for authentication. Replace the
`ldap://ldap.example.com/dc=example,dc=com`, `cn=admin,dc=example,dc=com`, and
`adminpassword` values ​​with the appropriate values ​​for your LDAP server.

Make sure the mod_authnz_ldap module is installed and enabled on your server
and restart the web server to apply the configuration changes.
mod_auth_digest's AuthDigestProvider directive does not support "ldap" as an
authentication provider for LDAP users. This directive is only intended for use
with databases such as htdigest or DBM files.

If you need to use Digest authentication with LDAP users, you should use the
mod_authnz_ldap module instead of mod_auth_digest. The mod_authnz_ldap module
provides support for authentication using an LDAP server.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to