kerberos and mod_authn_alias

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

 



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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux