diff options
author | Tim Potter <tpot@samba.org> | 2003-05-14 00:38:58 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-05-14 00:38:58 +0000 |
commit | 3bd3125d5ac75f743ca7e47879f0d1b06b8a812d (patch) | |
tree | d91c95ff82425cababf878ddc4e06b9c2763078e /source3/auth/auth_sam.c | |
parent | eb776e4fb64a87999aa04895541a8bea5e2772f3 (diff) | |
download | samba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.tar.gz samba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.tar.bz2 samba-3bd3125d5ac75f743ca7e47879f0d1b06b8a812d.zip |
spelling
(This used to be commit 249a6974702d050644d6d61f33f0034ce2a689ee)
Diffstat (limited to 'source3/auth/auth_sam.c')
-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 33ea9bc73e..dc5f86bae3 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, becouse we might pick up LMv2 in the LM feild */ + /* no return, because we might pick up LMv2 in the LM feild */ } } @@ -419,7 +419,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; |