Has anyone successfully used mod_authn_alias with mod_auth_kerb? When
I try and use the two together I receive a segfault in my error log
after Kerberos successfully authenticates.
I am running RHEL 5 with standard apache RPMs:
Apache 2.2.3 (httpd-2.2.3-11.el5_1.3)
mod_auth_kerb 5.1 (mod_auth_kerb-5.1-3.el5)
Here is the log entry:
[notice] child pid 13869 exit signal Segmentation fault (11)
Here is my configuration:
<AuthnProviderAlias KerberosV5 kerb1>
KrbServiceName HTTP
Krb5Keytab /etc/httpd/somekey.tab
KrbVerifyKDC off
KrbMethodNegotiate off
</AuthnProviderAlias>
alias /test /repository/private/test
<Directory /repository/private/test>
SSLRequireSSL
AuthName "Network ID"
AuthType Basic
AuthBasicProvider kerb1
Require valid-user
</Directory>
Firefox returns a blank page when accessed.
Thanks.
--
Matt Standish
www.mattstandish.org
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]