auth with apache

Lukas Pataki lukas at netskip.net
Sun Feb 12 09:55:56 EST 2006


Hello List,


im trying to auth with kerberos5 and apache 1.3 using
libapache-mod-auth-kerb on debian sid.
So i`ve created two vhosts (test.server.localdomain,
test2.server.localdomain)
in the httpd.conf whose using the auth mech via .htaccess.:

    AuthType Kerberos
    AuthName "Kerberos 5 "
    Krb5Keytab /etc/apache/krb.keytab
    KrbAuthRealms SERVER.LOCALDOMAIN
    KrbMethodK5Passwd on
    KrbMethodNegotiate on
    require valid-user
    KrbServiceName HTTP

Creating a webuser, adding a service principal HTTP/server.localdomain.
I can `kinit webuser` in the bash and succesfully login via http.

But i have to authenticate on both subdomains test and test2.

Do i basicly missunderstandig kerberos  or what do i wrong ?

thanks
.luke




More information about the Kerberos mailing list