diff options
author | Tim Potter <tpot@samba.org> | 2003-05-28 04:22:11 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-28 04:22:11 +0000 |
commit | dbcd318cf54ed860f11c9b1f6bda41f187fae155 (patch) | |
tree | 1d18d1e60313e1195a66d005cebf432de0dc5a32 /source3 | |
parent | c52637029d5c1fc66ce130c72bad33f542ce5b70 (diff) | |
download | samba-dbcd318cf54ed860f11c9b1f6bda41f187fae155.tar.gz samba-dbcd318cf54ed860f11c9b1f6bda41f187fae155.tar.bz2 samba-dbcd318cf54ed860f11c9b1f6bda41f187fae155.zip |
Spelling.
(This used to be commit e063c95bd5609e6aeade2d88e5cd9286d033971c)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index dc5f86bae3..a7e49a270f 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -224,7 +224,7 @@ static NTSTATUS sam_password_ok(const struct auth_context *auth_context, } } else { DEBUG(2,("sam_password_ok: NTLMv1 passwords NOT PERMITTED for user %s\n",pdb_get_username(sampass))); - /* no return, because we might pick up LMv2 in the LM feild */ + /* no return, because we might pick up LMv2 in the LM field */ } } |