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

problema com libapache2-mod-auth-pgsql



Olá,

Estou tentando fazer o apache autenticar usuarios num banco pgsql, mas esse erro acontece...

[error] Internal error: pcfg_openfile() called with NULL filename
[error] [client 127.0.0.1] (9)Bad file descriptor: Could not open password file: (null)
esse éh o error.log do apache... no postgres nao diz nada..

o meu .htaccess esta assim

AuthName "restrito"
AuthType basic
Auth_PG_host localhost
Auth_PG_port 5432
Auth_PG_user usuario
Auth_PG_pwd senha
Auth_PG_database postfix
Auth_PG_pwd_table mailbox
Auth_PG_uid_field username
Auth_PG_pwd_field password
Auth_PG_encrypted On
Auth_PG_hash_type MD5
Auth_PG_authoritative on
require valid-user

eu axo que nao esta conseguindo conectar no banco, porque nao importa o usuario e a senha que eu coloco o erro éh sempre o mesmo..

bom eh isso..
se alguem puder ajudar agradeço..
at.
mateus



Reply to: