from the command line :

[EMAIL PROTECTED]:/etc/apache2> kinit
Password for [EMAIL PROTECTED]:
[EMAIL PROTECTED]:/etc/apache2>

It functions well, but I still the same in my Apache error log..
[Fri Sep 30 20:31:52 2005] [error] [client 149.77.165.65]
gss_acquire_cred() failed: Miscellaneous failure (No principal in
keytab matches desired name)


thinking that I should forward my httpd.conf
=================
<Location /krb5>
    AuthType Kerberos
    KrbAuthRealms DESHAW.COM
    KrbServiceName HTTP
    Krb5Keytab /etc/apache2/sx86qa2.keytab
    KrbMethodNegotiate on
    KrbMethodK5Passwd on
    require valid-user
</Location>

LoadModule auth_kerb_module libexec/mod_auth_kerb.so

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

Reply via email to