[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

SMBPAM + Apache



Estoy intentando crear un directorio virtual en apache que se valide en
un servidor NT4, Estoy probando con SMBPAM, pero me devuelve este error
en el fichero /var/log/apache/error.log:

[Wed Apr 30 10:06:22 2003] [error] (-1)Unknown error 4294967295: access
to /engl/academic/doctorat failed for XXX.XXX.XXX.XXX, reason:
Authentication service cannot retrieve authentication info.


El directorio virtual lo he definido asi en el /etc/apache/httpd.conf:

<Directory /home/www/engl/academic/doctorat>
AuthPAM_Enabled on
AllowOverride None
AuthName "NT Authentication"
AuthType Basic
require valid-user
</Directory>

En el fichero /etc/pam_smb.conf he puesto:

DOMINIO
SERVIDOR_PDC
SERVIDOR_BDC

En el fichero /etc/pam.d/httpd:

#%PAM-1.0
#[For version 1.0 syntax, the above header is optional]
#
# The PAM configuration file for the `httpd' service
#
auth       required   /lib/security/pam_smb_auth.so debug nolocal
account    required   /lib/security/pam_permit.so
#account required pam_pwdb.so md5


Gracias

	Joaquin









Reply to: