aspose file tools
The moose likes Java in General and the fly likes Authorization in Kerberos Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Authorization in Kerberos" Watch "Authorization in Kerberos" New topic
Author

Authorization in Kerberos

sanjay saini
Greenhorn

Joined: Aug 29, 2001
Posts: 2
How can we perform Authorization through Kerberos because when user get the ticket(TGT) from Authentication Server(AS).TGT includes client identity and list of services for which he is allowed to access.My question is How kerberos does this Authorization(means How kerberos gives access permissions to a user for various services).Is it using any aceess control list in which it is defined that a particular user is allowed to access a particular service,If this is then how can we write the ACL's.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Authorization in Kerberos
 
Similar Threads
Java FTP Library to pass Kerberos Credentials
java client for sharepoint webservices
Propagating client identity
Authorization in Kerberos
JavaMail and Kerberos