Can I do Rewrite based on who a user was authorized?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 xxx@xxxxxxx
  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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux