[Modules] problem with apache + mod_auth_xradius

Thiago Nache thiagonbcarvalho at gmail.com
Thu Jul 31 17:34:22 EDT 2008


Hello,

This is my first time that use mod_auth_xradius and i have a problem,
after sending my username and password webserver (apache) log:
"pcfg_openfile() called with NULL filename"
"(9)Bad file descriptor: Could not open password file: (null)"

httpd.conf
<Directory "/opt/apache-2.2.9/htdocs">
   AuthName "Private Area"
   AuthType Basic
   AuthXRadiusAddServer "IP:Port" "secret"
   AuthXRadiusAddServer "IP2:Port" "secret"
   AuthXRadiusTimeout 5
   AuthXRadiusRetries 2
   require valid-user
</Directory>

thanks,

Thiago Nache.



More information about the Modules mailing list