acquiring creds for different principal ??
mnikhil@gmail.com
mnikhil at gmail.com
Fri Sep 30 11:04:03 EDT 2005
from the command line :
mulleyn at sx86qa2:/etc/apache2> kinit
Password for mulleyn at DE.COM:
mulleyn at sx86qa2:/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
More information about the Kerberos
mailing list