This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ldap_integration [2010/05/22 14:19] 127.0.0.1 external edit |
ldap_integration [2012/02/06 08:43] (current) aorth [Apache Authentication] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===== Notes ===== | ===== Notes ===== | ||
| - | |||
| ===== Apache Authentication ===== | ===== Apache Authentication ===== | ||
| 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, then install the required AD Auth package and any dependencies it has using CPAN: | + | Make sure Apache has '' |
| + | < | ||
| + | # a2enmod perl | ||
| + | # apache2ctl graceful</ | ||
| + | |||
| + | Install the required perl dependencies for Apache and LDAP: | ||
| + | < | ||
| + | |||
| + | Install | ||
| < | < | ||
| > install Apache2:: | > install Apache2:: | ||
| Line 28: | Line 35: | ||
| # | # | ||
| - | | + | |
| That stanza can go in a VirtualHost, | That stanza can go in a VirtualHost, | ||
| + | |||
| ==== Likewise-Open ==== | ==== Likewise-Open ==== | ||
| Open source standalone implementation of Samba, OpenLDAP, Kerberos, etc for Active Directory integration: | Open source standalone implementation of Samba, OpenLDAP, Kerberos, etc for Active Directory integration: | ||