Samba 2.2.pre3 vs. 1.9.18 with unknown users
Ph. Marek
marek at bmlv.gv.at
Thu Jan 10 23:45:04 GMT 2002
The following diff fixes my problem.
I'm not sure if it's the Correct or Best Thing(TM) to do - but it solves my
problem ....
diff -u -2 -b ../orig/smbd/reply.c smbd/reply.c
@@ -991,5 +991,6 @@
DEBUG(1,("Rejecting user '%s': authentication failed\n", user));
END_PROFILE(SMBsesssetupX);
- return ERROR_BOTH(NT_STATUS_LOGON_FAILURE,ERRSRV,ERRbadpw);
+ return ERROR_BOTH(NT_STATUS_WRONG_PASSWORD,ERRSRV,ERRbadpw);
+// return ERROR_BOTH(NT_STATUS_LOGON_FAILURE,ERRSRV,ERRbadpw);
Thank you for your help, Andrew. (and to all others)
Regards,
Phil
-
This message is RSA-encrypted: n=33389, e=257
More information about the samba-technical
mailing list