Dear GURUS,
I am trying to configure SSO in OBIEE using Kerberos.
I am referring the Oracle white-paper and https://blogs.oracle.com/cealteam/obiee-12c%3a-configuring-kerberos-sso-for-obiee-12c
I have completed the steps till creation of KEYTAB File.
I am firing the command to create Tickets, but this command is failing:
KRB5.ini details------------------------------------
[libdefaults]
default_realm = ******
default_tkt_enctypes = AES128-CTS-HMAC-SHA1-96
default_tgs_enctypes = AES128-CTS-HMAC-SHA1-96
permitted_enctypes = AES128-CTS-HMAC-SHA1-96
ticket_lifetime = 600
[realms]
am.tsacorp.com = {
kdc = ******** (given name of ldap and not IP)
admin_server = **********************
default_domain = *************************
}
[domain_realm]
.******************* = *********************
[appdefaults]
autologin = true
forward = true
forwardable = true
encrypt = true
Command firing (errored out)----
java -Dsun.security.krb5.debug=true sun.security.krb5.internal.tools.Kinit –k –t <path_BI Domain>.keytab HTTP/<Principle_Name>
Output------------
Java config name: null
LSA: Found Ticket
LSA: Made NewWeakGlobalRef
LSA: Found PrincipalName
LSA: Made NewWeakGlobalRef
LSA: Found DerValue
LSA: Made NewWeakGlobalRef
LSA: Found EncryptionKey
LSA: Made NewWeakGlobalRef
LSA: Found TicketFlags
LSA: Made NewWeakGlobalRef
LSA: Found KerberosTime
LSA: Made NewWeakGlobalRef
LSA: Found String
LSA: Made NewWeakGlobalRef
LSA: Found DerValue constructor
LSA: Found Ticket constructor
LSA: Found PrincipalName constructor
LSA: Found EncryptionKey constructor
LSA: Found TicketFlags constructor
LSA: Found KerberosTime constructor
LSA: Finished OnLoad processing
Native config name: C:\Windows\krb5.ini
Loaded from native config
Exception: too many parameters
java.lang.IllegalArgumentException: too many parameters
at sun.security.krb5.internal.tools.KinitOptions.<init>(KinitOptions.jav
a:153)
at sun.security.krb5.internal.tools.Kinit.<init>(Kinit.java:147)
at sun.security.krb5.internal.tools.Kinit.main(Kinit.java:113)
Please suggest how to proceed here.
Thanks in advance.