Hi, i want to use the Kerberos authentication in windows server 2003 to achieve SSO to portal 6.0 SP20. I already have created the service user (j2ee_epd_kdc) and now i want to create the keytab file but i get a error. I am using the next command lines:
C:\>ktpass -princ host/xxxx.yyyy.zzzz@YYYY.ZZZZ -pass ******* -out C:\j2ee_epd_kdc.keytab -mapUser J2EE_EPD_KDC +DesOnly /crypto DES-CBC-MD5 /ptype KRB5_NT_PRINCIPAL
and this is the error:
Targeting domain controller: xxxx.yyyy.zzzz
Using legacy password setting method
Successfully mapped host/xxxx.yyyy.zzzz to J2EE_EPD_KDC.
Aborted.
I don't know because the creation of the keytab file is aborted.
Can you help me please?