If you really need the password, there is a way you can get
it, but not from the CGI script itself. You can use mod_auth_external
to do your authentications, and use some sort of cache to store
the username and password, then have your CGI script read that
and compare to the REMOTE_USER environment variable. You're
going to take a performance hit for doing this though.
If you use Apache's built-in authentication modules,
you can be relatively certain the password was given correctly,
so there's probably no need to check it a second time in your script.
It also seems like you should be able to implement something
in mod_perl to obtain the password, but I haven't looked into
it enough to know.
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.
|
|