[jcifs] NTLM Standalone Authentication

Joseph Kezar jkezar at romz.no-ip.com
Tue Oct 1 02:49:32 EST 2002


Is there an abstract method to authenticate against a PDC/BDC and get a 
boolean value as it return?

Something like:
boolean canIProceed = 
NTLMAuthenticator.authenticate("username","password","pdcname","bdcname");
if(canIProceed) {
 System.out.println("I authenticated successfuly!");
} else {
 System.out.println("The PDC/BDC rejected your login");
}




More information about the jcifs mailing list