Kindly,help me regarding the Kerberos SSO configuration activity which I'm
facing the issue with the Kerberos Ticket-Granting-Ticket in the AIX
systems.
Actually, I have logged in to the User ID: SIDADM and execute the command
kinit -k* -t SAPService<SID>.keytab SAPService<SID>/<my.org>@<MY.ORG> *in
the AIX system and credential cache file generated in the /homesid/sidadm
directory. But as per the Kerberos guide the cache file has to save in the
/var/krb5/security/creds/krb5cc_<userid> directory. Kindly, suggest how to
change the directory path to /var/krb5/security/creds/krb5cc_<userid>.
Kindly, suggest & provide the solution to the above stated issue.
Thanks & Regards,
Reddy.
If that doesn't work , try exporting KRB5CCNAME environment variable like this:
export KRB5CCNAME=FILE:/var/krb5/security/creds/krb5cc_[UID]
btw, which Kerberos distro you are using on AIX? (MIT or IBM)
--
-Rathor
> ________________________________________________
> Kerberos mailing list � � � � � Kerb...@mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
>
The issue is resolved by using the command : kinit -k <SPN> -c
FILE:/var/krb5/security/creds/krb5cc_<user_id>.The ticket will then be
routed to the file specified for the -c parameter. By using the above
command I'm able to generate the Ticket-Granting-Ticket in the repective
location i.e,/var/krb5/security/creds/krb5cc_[UID]. But when execute the
command klist then it showing the error message like Cendential cache file :
homesid/sidadm is not available. Can you please let me know which is
creating the problem here. Actually, I have given the sidadm group & 755
permission to the Keytab file & krb5.conf file so that sidadm user id is
able to access the kerberos file.
Kindly,look in to the issue and suggest the solution...
OS : AIX 6.1
MIT Kerberos 5 version
Thanks & Regards,
Reddy.
To successfully run klist, u again need to pass the cred cache file
name like this:
klist FILE:/var/krb5/security/creds/krb5cc_[UID]
--
-Rathor