Hi Experts, I am trying to find an equivalent JAVA API for kerberos kinit linux command so we can programatically generate the ticket cache file (note: kerberos user&password will be given in the first place) and then use the ticket cache file to authentication the user by calling UserGroupInformation. getUGIFromTicketCache(...)
I spotted this API: http://directory.apache.org/apacheds/gen-docs/latest/apidocs/org/apache/directory/kerberos/client/Kinit.html But when I download the library I cannot find the Kinit class from the jar file. So can any of you let me know where I can get the lib jar file ? or any other APIs I can use ? Thanks. Sophia
