summaryrefslogtreecommitdiff
path: root/source4/auth/auth_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth_simple.c')
-rw-r--r--source4/auth/auth_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_simple.c b/source4/auth/auth_simple.c
index add45268d4..3e07adcb6a 100644
--- a/source4/auth/auth_simple.c
+++ b/source4/auth/auth_simple.c
@@ -61,7 +61,7 @@ _PUBLIC_ NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx,
return NT_STATUS_NO_MEMORY;
}
- user_info->mapped_state = True;
+ user_info->mapped_state = true;
user_info->client.account_name = nt4_username;
user_info->mapped.account_name = nt4_username;
user_info->client.domain_name = nt4_domain;