
| This forum is proudly powered by Scientific Linux 6 | SL website Download SL Help Search Members |
| Welcome Guest ( Log In | Register ) | Resend Validation Email |
![]() ![]() ![]() |
| rudischmitz |
Posted: Jun 9 2011, 02:05 AM
|
|
|
SLF Newbie Group: Members Posts: 11 Member No.: 29 Joined: 11-April 11 |
I needed to get apache webserver to use AD accounts for authentication. I followed one of the several instructions/howtos found by searching google.
howto: http://www.jejik.com/articles/2007/06/apache_and_subversion_authentication_with_microsoft_active_directory/ But I was getting failures on starting httpd again related to AuthBasicProvider ldap. It was missing a module to allow ldap authentication to work. The module needed is: LoadModule auth_basic_module modules/mod_auth_basic.so Once I added this above line to modules in httpd.conf could get apache to use windows user accounts. The mod_auth_basic.so module is already installed just not enabled. Thought it might help some in the future. |
|
![]() |
![]() ![]() ![]() |