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 you 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.