> Is there any kerberos API, using which i can validate the existing TGT. And > the TGT is expired, initialize the "kinit" to get the new TGT. Call krb5_get_credentials with the KRB5_GC_CACHED flag. John