I have read and reread the admin manual plus literally hundreds of posts on this forum but still can’t make ad authentication with Kerberos work on xi3.1.
My idea at this stage is to simply allow users to log on to Infoview and CMC by typing in their Windows username and pwd. If I can make this work only then I will try to configure Vintela SSO. Makes sense, right?
What I have done is this:
mapped ad users to boe in authentication tab in CMC (all boe users now have ad alias in CMC)
created a new account (lets call it BO) on ad domain controller for this purpose
ran SETSPN.exe to specify BO as a service account (no error message, seemed ok)
gave act as part of the operating system right to BO
put BO in local admin group on my boxi Windows server
specified SIA service to use BO (log on tab, Windows services)
created krb5.ini and bsclogin.conf and put them on C:\WINDOWS
in Tomcat java options specified path to these files as per admin manual
After all this, ad log on should work, right? When I try to log on to CMC using ad auth, I get a time remaining bar at the bottom of the page as if the system tried to do something for about 30 sec and then nothing. No error message, nothing. Can not log on. When I change authentication mode to enterprise I can log on just fine.
My krb5.ini:
[libdefaults]
default_realm = MYDOMAIN.COM
dns_lookup_kdc = true
dns_lookup_realm = true
[realms]
MYDOMAIN.COM = {
default_domain = MYDOMAIN.COM
kdc = BO.MYDOMAIN.COM
}
(There is only one domain. I am not sure about kdc= part, didnt know what to put in as host.)
Any help very much appreciated.
boe_admin (BOB member since 2009-04-16)