From 8641d7d4067b0037b6ddb7216ada7d497bbf091c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Mon, 20 Mar 2006 10:55:48 +0000 Subject: r14578: fix incorrect comment in fill_sam_account(). This function is called from multiple places now (krb5, winbindd auth and domain_client_validate() (This used to be commit ddad66ec58d09f89105ceb822b7bea534dafd9e6) --- source3/auth/auth_util.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 776b2fb3d7..2ece2a6150 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -1379,10 +1379,7 @@ static NTSTATUS fill_sam_account(TALLOC_CTX *mem_ctx, fstr_sprintf(dom_user, "%s%c%s", domain, *lp_winbind_separator(), lower_username); - /* get the passwd struct but don't create the user if he/she - does not exist. We were explicitly called from a following - a winbindd authentication request so we should assume that - nss_winbindd is working */ + /* Get the passwd struct. Try to create the account is necessary. */ map_username( dom_user ); -- cgit