Hi, I already have a (intranet only) site powered by CGI::Application, running on Apache/2.0.55 on SunOS 5.10, using perl 5.8.8 compiled from source using GCC. Everything so far works perfectly, we compiled perl from source to avoid messing with the perl compiled with the sun workshop compiler that the OS uses.
Now we require to make a change to the apache config so that authenticates with the local Windows Active Directory, and only lets people in if they are the member of a particular group. From what I have read so far we need to be using mod_perl, and some sort of authen_ldap module.
Does this mean I have to rebuild apache with perl or something? Does anyone have links to any examples of this sort of configuration or tutorials? Is there a better way to do this?
Anyone help explain these topics in laymans terms would be great, I feel out of my depth. Tia
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.