Hi, all. I have an Apache box set up with mod_authnz_ldap providing authentication and access control against AD users. It works great! In order to set this up, an AD account (username and password) ...
Description: Allows an LDAP directory to be used to store the database for HTTP Basic authentication. During the authentication phase, mod_authnz_ldap searches for an entry in the directory that ...
so i have apache setup and mod_auth_kerb is doing its job and i can authenticate users with kerberos tickets. i now want to do authorization of those users against ldap groups, but find a fly in the ...