Making an application a known service, to kerberize the application
I have created an application, and have a kerberos realm - i wish to be able to 'kerberize' this application. Im not 100% of the details of how to do this but, is there a way you can set the service name of any given application so that y开发者_StackOverflow中文版ou can add it to the kerberos keytab?
Any tutorials or code samples are greatly appreciated!
You should check the JDK 6 Security documentation, more specifically Single Sign-on Using Kerberos in Java.
精彩评论