Hi,
Could you please confirm below steps for creating keytab and krb5 file?
RSI.LOCALLDAP= our LDAP server domain
I got hostname of the websphere Application on linux box "/etc/hosts file as RSI-PUN-CHEMBINGRID. In web application server
RSI-PUN-CHEMBINGRID we have configured the kerberos related settings.
Step-1:- Use the setspn command to map the Kerberos service principal name
C:\Program Files\Support Tools> setspn -A HTTP/
RSI-PUN-CHEMBINGRID RSI-PUN-CHEMBINGRID
Step-2: Next created the keytab file on LDAP server
ktpass.exe -out c:\temp\RSI-PUN-CHEMBINGRID.keytab -princ HTTP/
RSI-PUN-CHEMBINGRID@RSI.LOCALLDAP -mapUser RSI-PUN-CHEMBINGRID -mapOp set -pass xxxxxxxxx -crypto DES-CBC-MD5 -pType KRB5_NT_PRINCIPAL +DesOnly
Step-3: Next, created the Krb5 file based on below command in WAS-
$AdminTask createKrbConfigFile {-krbPath /opt/IBM/WebSphere/AppServer_1/profiles/Custom01/bin/krb5.conf -realm RSI.LOCALLDAP -kdcHost RSI-PUN-CHEMBINGRID -dns RSI.LOCALLDAP -keytabPath /opt/IBM/WebSphere/AppServer_1/profiles/Custom01/bin/RSI-PUN-CHEMBINGRID.keytab}
Please confirm me. Thanks in Advance.
Regards,
RSY Narayan