> My last target (this test is usefull to) is to: - Get REMOTE_USER http variable generated by mod_kerb module; - Use the content to do a query on ldap server (ADS win2k3 DC) retrieving: cn, mail and displayName (MS-Exch);
That sounds a lot more like authorization phase than content generation. See ap_hook_auth_checker and ap_hook_access_checker. I could also see it as a filter, but it's definitely not creating the content, so it's not handler. -- Ray Morris supp...@bettercgi.com Strongbox - The next generation in site security: http://www.bettercgi.com/strongbox/ Throttlebox - Intelligent Bandwidth Control http://www.bettercgi.com/throttlebox/ Strongbox / Throttlebox affiliate program: http://www.bettercgi.com/affiliates/user/register.php On Mon, 6 Jun 2011 20:09:14 +0200 Maurizio Totti <maurizio.to...@gmail.com> wrote: > http variable generated by mod_kerb module; > - Use the content to do a query on ldap server (ADS win2k3 DC) > retrieving: cn, mail and displayName (MS-Exch