This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ldap_integration [2010/08/31 19:25] aorth |
ldap_integration [2012/02/06 08:43] (current) aorth [Apache Authentication] |
||
|---|---|---|---|
| Line 13: | Line 13: | ||
| It's possible to use Basic authentication via Active Directory in web applications. | It's possible to use Basic authentication via Active Directory in web applications. | ||
| - | Make sure Apache has mod_perl installed and working first ('' | + | Make sure Apache has '' |
| + | < | ||
| + | # a2enmod perl | ||
| + | # apache2ctl graceful</ | ||
| + | |||
| + | Install the required perl dependencies for Apache and LDAP: | ||
| + | < | ||
| + | |||
| + | Install | ||
| < | < | ||
| > install Apache2:: | > install Apache2:: | ||
| Line 27: | Line 35: | ||
| # | # | ||
| - | | + | |
| That stanza can go in a VirtualHost, | That stanza can go in a VirtualHost, | ||