Image via Wikipedia
http://jsexton0.blogspot.com/2007/10/subversion-fedora-pam-winbindd-apache.html
On a new Debian box, a very simular configuration failed. The Apache server recorded this message in its error log:
Internal error: pcfg_openfile() called with NULL filename
It turns out that later versions of Apache expect a users file even if the authentication method does not use one. The fix is to add an additional directive to protected
AuthBasicAuthoritative Off
No comments:
Post a Comment