Hi,
Can some one clarify me this dout?
What does TGT contain? And how detials of TGT are extracted in J2EE engine?
And do we have to create a keytab file for every user in KDC?
I am being confused.. like
key tab file doesnt contain any field defining the user name to which it belongs to, and I think that one keytab file is used for representing one KDC runnig on a Domain Controller.
If it is so, one key tab file is sufficient for all users corresponding to one KDC running on a Domain controller, and we register service principal name for the J2EE Engine host name and map it to service user ids.
say like setapn -A host/portal.domain.de seervice_user1
setapn -A host/portal.domain.de seervice_user2
setapn -A host/portal.domain.de seervice_user3 .....etc