1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

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 ddad66ec58)
This commit is contained in:
Gerald Carter 2006-03-20 10:55:48 +00:00 committed by Gerald (Jerry) Carter
parent 5aa66fd039
commit 8641d7d406

View File

@ -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 );