summaryrefslogtreecommitdiff
path: root/source/auth/auth_sam.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
committerTim Potter <tpot@samba.org>2003-05-14 00:46:43 +0000
commit865c11275685c85124b506c9bbd2a8bde2e760b9 (patch)
treeaf21dcf2a6ef00ae1805118e22bf76f922208ed1 /source/auth/auth_sam.c
parent1b4f904277b5e9331cdf4491163f856aa78d0453 (diff)
downloadsamba-865c11275685c85124b506c9bbd2a8bde2e760b9.tar.gz
spelling
Diffstat (limited to 'source/auth/auth_sam.c')
-rw-r--r--source/auth/auth_sam.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/auth/auth_sam.c b/source/auth/auth_sam.c
index 634afc633db..d46d362a92b 100644
--- a/source/auth/auth_sam.c
+++ b/source/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;