I've been given an installation of Apache/mod_perl (Solaris) with Apache::AuthenNTLM and asked to write a mod_perl Authentication handler. The handler will take a http request from another web server (Oracle again on Solaris) validate the request using the AuthenNTLM module and then send back a response with a cookie string containing the original users NT login details.
As the client is not directly an Internet Explorer session, I guess I would need to create an AuthenNTLM instance change the inputs to point to the orginal browser and validate it that way. But there's no mention of doing anything like this in the docs.
Has any one managed to do anything like this? - if so a sample handler would be a great help
Can AuthenNTLM be made to work via a proxy?
I don't think this is possible but I'm certainly no HTTP/Apache-mod_perl expert. Am I on a fools errand?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.