From 112fac1cde887a234ca778128d9da6e2e0cd5938 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 14 Jun 2004 13:20:33 +0000 Subject: r1143: fixed spelling of sAMAccountName (This used to be commit aadfbcee76a9181a540620f3b0827a3268b63a0e) --- source4/auth/auth_sam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') 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", -- cgit