This profile is useful for those still using JDK1.4 and wanting to do Kerberos authentication.
(For JDK 1.5 a better solution is to have a profile that uses the new SASL libraries)
GSSProfile.java
Logged In: YES user_id=174998
minor correction, the init method should be
public StartChannelListener init() { return this.scl; }
never mind my minor correction!
Log in to post a comment.
GSSProfile.java
Logged In: YES
user_id=174998
minor correction, the init method should be
public StartChannelListener init() {
return this.scl;
}
Logged In: YES
user_id=174998
never mind my minor correction!