I would like to set up a rewrite based on how an authenticated user met the requirements of my 'Requires' directives.
Here's what I have so far: ---------- <Directory /> AuthName "site" AuthType Basic AuthBasicProvider ldap AuthLDAPBindDN [email protected] AuthLDAPBindPassword xxx AuthLDAPUrl ldap://ldap:3268/?sAMAccountName?sub AuthzLDAPAuthoritative off Require ldap-group cn=Charts,ou=Groups,dc=xxx,dc=org Require valid-user </Directory> ---------- What I'd like to do is append a query string to the URL depending on which Requires directive authorized the user. Thanks. -- LeVon Smoker --------------------------------------------------------------------- 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]
