Autentificación LDAP + APACHE

Forums: 

Tengo configurado un servidor LDAP a donde debo autentificarme mediante apache, mi configuracion httpd.conf es:


AuthType Basic
AuthName "Bienvenidos ......... Ingrese su Login y Password:"

AuthLDAPURL ldap://systemsolutionsperu.com:389/dc=systemsolutionsperu,dc=com

require valid-user

Ya he hecho las pruebas con phpldapadmin y normalmente me autentifico con: cn=admin,dc=systemsoluitionsperu,dc=com. El problema radica en el momento en que deseo logearme por web http://localhost/undac en donde debo registrar login y password. En login al igual que en phpldapadmin registro cn=admin,dc=systemsoluitionsperu,dc=com y luego el password correspondiente y pues solo logro visualizar este error:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny2 with Suhosin-Patch Server at systemsolutionsperu Port 80

Por favor si alguien pudiese apoyarme en este problema. Gracias ... !