[EMAIL PROTECTED] mod_auth_kerb as basic provider?

2007-10-04 Thread Richard N. Fogle
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

[EMAIL PROTECTED] mod_authnz_ldap and env vars?

2007-09-28 Thread Richard N. Fogle
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