]> git.samba.org - kamenim/samba.git/commitdiff
Spelling fixes for source4/auth.
authorBrad Hards <bradh@frogmouth.net>
Sun, 21 Feb 2010 06:33:28 +0000 (17:33 +1100)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Mon, 22 Feb 2010 20:45:37 +0000 (21:45 +0100)
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>
source4/auth/auth.h
source4/auth/sam.c

index 827b441478feefa01c21a39ff4d8bb2dd6147cc4..b0a907f624d0cdf08cb7c34293930e257ab9fd63 100644 (file)
@@ -45,8 +45,8 @@ struct loadparm_context;
 
 #define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */
 #define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */
-#define USER_INFO_DONT_CHECK_UNIX_ACCOUNT   0x04 /* dont check unix account status */
-#define USER_INFO_INTERACTIVE_LOGON         0x08 /* dont check unix account status */
+#define USER_INFO_DONT_CHECK_UNIX_ACCOUNT   0x04 /* don't check unix account status */
+#define USER_INFO_INTERACTIVE_LOGON         0x08 /* don't check unix account status */
 
 enum auth_password_state {
        AUTH_PASSWORD_RESPONSE,
index 9d841e4e9b0f01468c855a7ccd7de9a43b0deecf..7d2f249b064b71f7da7639c334a2fd351bdb7a53 100644 (file)
@@ -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,