mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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:
parent
5aa66fd039
commit
8641d7d406
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user