diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-06-14 13:20:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:40 -0500 |
commit | 112fac1cde887a234ca778128d9da6e2e0cd5938 (patch) | |
tree | a04efff48bdcaceef40ed339a1dbb19eed30caf0 /source4/auth/auth_sam.c | |
parent | 0387684df699d9efe5c35637ff97d234bb18e8db (diff) | |
download | samba-112fac1cde887a234ca778128d9da6e2e0cd5938.tar.gz samba-112fac1cde887a234ca778128d9da6e2e0cd5938.tar.bz2 samba-112fac1cde887a234ca778128d9da6e2e0cd5938.zip |
r1143: fixed spelling of sAMAccountName
(This used to be commit aadfbcee76a9181a540620f3b0827a3268b63a0e)
Diffstat (limited to 'source4/auth/auth_sam.c')
-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", |