Does anyone have a patch to make mod_auth_kerb usable via
AuthBasicProvider? I need access to the attributes mod_authz_ldap
places in environment variables so we can do simple things like check
what group a user is in to determine how to load content. Using
basic or ldap sacrifices SSO/SP
Is there a way to acquire the group via code, like a server
environment variable (e.g., like REMOTE_USER) of the group authorized
by a require ldap-group (or any group)? This would be extremely
helpful in applications where a page would have features depending on
the access level of the us