aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes Authorization in Kerberos Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
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: jrebel
 
subject: Authorization in Kerberos
 
Similar Threads
Java FTP Library to pass Kerberos Credentials
java client for sharepoint webservices
Authorization in Kerberos
Propagating client identity
JavaMail and Kerberos