2 Nov 2005 09:13
multi-realm support using incorrect domain?
Steven McCoy <fnjordy <at> gmail.com>
2005-11-02 08:13:41 GMT
2005-11-02 08:13:41 GMT
NB: Using 5.0-r6 I have a webserver with two domains, e.g. apple.com and orange.com, and multiple vhosts, e.g. admin.apple.com, www.apple.com, wiki.orange.com, and www.orange.com. I have setup mod_auth_kerb with spnego for single signon in windows via gss api for one realm APPLE.COM. The steps I have taken include: *) Disable sspi in Firefox. *) set delegated and trusted uris in Firefox. *) Configured MIT Kerberos on Windows to use APPLE.COM for .apple.com and .orange.com. *) Configure /etc/krb5.conf on the webhost to use APPLE.COM as above. However what I see is that the setting in krb5.conf defines the realm of the principal, e.g. HTTP/www.apple.com <at> APPLE.COM The HTTP service name can be overidden but to no useful purpose with KrbServiceName. But the webservers short hostname and vhosts domain name is used not the webservers FQDN, so when logging into wiki.orange.com I see the following: HTTP/www.orange.com <at> APPLE.COM However mod_auth_kerb is expecting the domain apple to authenticate the request not orange. To work around this I simply copy the keytab to a new file,(Continue reading)
RSS Feed