Foros del Web » Administración de Sistemas » Apache »

Problems with ntlm over apache 2

Estas en el tema de Problems with ntlm over apache 2 en el foro de Apache en Foros del Web. Hola, estoy intentando configurar un apache 2.0.52 sobre Suse linux enterprise server 8 con autenticacion ntlm pero tengo algunos problemas: 1.- Compilo e instalo apache ...
  #1 (permalink)  
Antiguo 13/12/2004, 07:05
 
Fecha de Ingreso: diciembre-2004
Mensajes: 19
Antigüedad: 19 años, 4 meses
Puntos: 0
Problems with ntlm over apache 2

Hola, estoy intentando configurar un apache 2.0.52 sobre Suse linux enterprise server 8 con autenticacion ntlm pero tengo algunos problemas:

1.- Compilo e instalo apache sin problemas
2.- Hago lo mismo con el módulo ntlm sin problemas
3.- En mi httpd.conf inserto lo siguiente para habilitar ntlm:

LoadModule ntlm_module modules/mod_ntlm.so

<Directory "/opt/apache_v2/htdocs">

MultiViews
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

NTLMAuth on
NTLMAuthoritative on
NTLMDomain es.mapfre.net
NTLMServer dces900-703.es.mapfre.net
Require valid-user

</Directory>

4.- Mi apache corre en el puerto 6060

pero cuando intento ir al index.html de /opt/apache_v2/htdocs, obtengo el siguiente error en el log de apache:

[Mon Dec 13 09:49:25 2004] [error] [client 10.255.53.246] creating new ntlm_connection 135802800 20957
[Mon Dec 13 09:49:25 2004] [notice] [client 10.255.53.246] got auth_line "TlRMTVNTUAABAAAAB7IIogYABgA1AAAADQANACgAAAAFASgKA AAAD1BFUzA0MTkxNS0zMDNERVMwNDE="
[Mon Dec 13 09:49:25 2004] [notice] [client 10.255.53.246] got header with host "PES041915-303", domain "DES041"
[Mon Dec 13 09:49:25 2004] [error] [client 10.255.53.246] received msg1 135802800 20957
[Mon Dec 13 09:49:25 2004] [error] [client 10.255.53.246] send_ntlm_challenge: no conn. handle...trouble communicating with PDC/BDC? returning internal server error

Alguien sabe algo sobre este error ??... Me estoy volviendo medio loco para dar con una solucion.

Muchas gracias.
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 23:19.