diff options
author | Tim Potter <tpot@samba.org> | 2003-05-14 00:46:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-14 00:46:43 +0000 |
commit | 402fbc518a5489b33f1c5eafb8e6acb9ee5addbd (patch) | |
tree | c1c2dfa46138bba3ab0a9bb975b54499090ea72b /source3/auth | |
parent | d956b34997cacbb1178ae22795ab3a9279103e85 (diff) | |
download | samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.gz samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.tar.bz2 samba-402fbc518a5489b33f1c5eafb8e6acb9ee5addbd.zip |
spelling
(This used to be commit 865c11275685c85124b506c9bbd2a8bde2e760b9)
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_sam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/auth_sam.c b/source3/auth/auth_sam.c index 634afc633d..d46d362a92 100644 --- a/source3/auth/auth_sam.c +++ b/source3/auth/auth_sam.c @@ -225,7 +225,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, becouse we might pick up LMv2 in the LM feild */ + /* no return, because we might pick up LMv2 in the LM feild */ } } @@ -420,7 +420,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, return NT_STATUS_UNSUCCESSFUL; } - /* Can't use the talloc version here, becouse the returned struct gets + /* Can't use the talloc version here, because the returned struct gets kept on the server_info */ if (!NT_STATUS_IS_OK(nt_status = pdb_init_sam(&sampass))) { return nt_status; |