[jcifs] NTLM Standalone Authentication

Joseph Kezar jkezar at doc.state.vt.us
Tue Oct 1 02:47:19 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