diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-02-21 17:33:28 +1100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-02-22 21:45:37 +0100 |
commit | 4b024683acba72c1b8618155a45f32e6437878d1 (patch) | |
tree | ad64f14e41c5c6a8abf7ca57291eb49366ce6a95 /source4/auth/sam.c | |
parent | 3eacc83b35f65603e41bc36d6c42608fc22912f6 (diff) | |
download | samba-4b024683acba72c1b8618155a45f32e6437878d1.tar.gz samba-4b024683acba72c1b8618155a45f32e6437878d1.tar.xz samba-4b024683acba72c1b8618155a45f32e6437878d1.zip |
Spelling fixes for source4/auth.
The comment for USER_INFO_INTERACTIVE_LOGON looks like a cut-n-paste from the line above.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/auth/sam.c')
-rw-r--r-- | source4/auth/sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/sam.c b/source4/auth/sam.c index 9d841e4e9b0..7d2f249b064 100644 --- a/source4/auth/sam.c +++ b/source4/auth/sam.c @@ -149,7 +149,7 @@ static bool logon_hours_ok(struct ldb_message *msg, const char *name_for_logs) } /**************************************************************************** - Do a specific test for a SAM_ACCOUNT being vaild for this connection + Do a specific test for a SAM_ACCOUNT being valid for this connection (ie not disabled, expired and the like). ****************************************************************************/ _PUBLIC_ NTSTATUS authsam_account_ok(TALLOC_CTX *mem_ctx, |