diff options
-rw-r--r-- | source4/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 481c8d3790..a30f7bc6b9 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -198,7 +198,7 @@ static NTSTATUS check_sam_security(const struct auth_context *auth_context, "userWorkstations", /* required for server_info, not access control: */ - "sAMAaccountName", + "sAMAccountName", "displayName", "scriptPath", "profilePath", |