mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Restore a debug I think I dropped earlier
(This used to be commit dc635bde22
)
This commit is contained in:
parent
578a39d44f
commit
7c332851b0
@ -253,6 +253,8 @@ int register_vuid(uid_t uid,gid_t gid, char *unix_name, char *requested_name,
|
||||
/* Create an NT_USER_TOKEN struct for this user. */
|
||||
vuser->nt_user_token = create_nt_token(uid,gid, vuser->n_groups, vuser->groups, guest);
|
||||
|
||||
DEBUG(3,("uid %d registered to name %s\n",(int)uid,unix_name));
|
||||
|
||||
next_vuid++;
|
||||
num_validated_vuids++;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user