From 9b9f1697ee2b24f28ce31c6a860c9b6c8a0c5e99 Mon Sep 17 00:00:00 2001 From: Richard Sharpe Date: Fri, 11 Jul 2003 17:50:59 +0000 Subject: Fix a small typo in a comment and pretty it up a bit. (This used to be commit 3b5ddd8e1f021f6a38434c0d9a47317ab6ff2614) --- source3/auth/auth_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 3f9c120cfb..8e1b420b47 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -975,7 +975,7 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx, domain = domain; } - /* try to fill the same account.. If getpwnam() fails, then try the + /* try to fill the SAM account.. If getpwnam() fails, then try the add user script (2.2.x behavior) */ nt_status = fill_sam_account(mem_ctx, nt_domain, internal_username, -- cgit