John K. Sterling wrote:
try disabling mod_auth.

sterling
  
i deleted AuthName
and AuthType and this is what i get:

Wed Oct 23 18:10:17 2002] [debug] mod_auth_ldap.c(261): [client 192.168.100.1] [8263] auth_ldap authenticate: using URL ldap://192.168.100.2:389/cn=backoffice,dc=company,dc=com?uid

[Wed Oct 23 18:10:17 2002] [debug] mod_auth_ldap.c(266): [client 192.168.100.1] [8263] auth_ldap authenticate: ap_get_basic_auth_pw() returns -1

[Wed Oct 23 18:10:17 2002] [crit] [client 192.168.100.1] configuration error:  couldn't perform authentication. AuthType not set!: /

  
-- Original Message --
Reply-To: [EMAIL PROTECTED]
Date: Wed, 23 Oct 2002 17:33:26 +0200
From: Estrade Matthieu <[EMAIL PROTECTED]>
To:  [EMAIL PROTECTED]
Subject: mod_auth_ldap


Hi,

I am using apache 2.0 + proxy + mod_auth_ldap

i have this error in my log:

[Wed Oct 23 17:35:59 2002] [error] [client 192.168.100.1] (9)Bad file 
descriptor: Could not open password file: (null)
and return an error 500

this is my vhost auth conf:

<Location />
AuthName test
AuthType basic
AuthLDAPEnabled On
AuthLDAPUrl ldap://192.168.100.2:389/cn=backoffice,dc=company,dc=com?uid
Require valid-user
</Location>

when i do this query, with anonymous login, directly on ldap server, 
it's working

if somebody have ideas

regards

Estrade Matthieu

___________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense
de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

    


___________________________________________________________________
Haut Débit: Modem offert soit 150,92 euros remboursés sur le Pack eXtense de Wanadoo !
Profitez du Haut Débit à partir de 30 euros/mois : http://www.ifrance.com/_reloc/w

  


Reply via email to