diff options
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |