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

________________________________________________
Kerberos mailing list           [email protected]
https://mailman.mit.edu/mailman/listinfo/kerberos

Reply via email to