mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
@ -463,7 +463,6 @@ failed authentication on named pipe %s.\n", domain, pipe_user_name, wks, p->name
|
||||
|
||||
/* Set up pipe user group membership. */
|
||||
initialise_groups(pipe_user_name, p->pipe_user.uid, p->pipe_user.gid);
|
||||
initialize_groups(pipe_user_name, p->pipe_user.uid, p->pipe_user.gid);
|
||||
get_current_groups( &p->pipe_user.ngroups, &p->pipe_user.groups);
|
||||
|
||||
/* Create an NT_USER_TOKEN struct for this user. */
|
||||
|
@ -460,7 +460,6 @@ connection_struct *make_connection(char *service,char *user,char *password, int
|
||||
/* Find all the groups this uid is in and
|
||||
store them. Used by become_user() */
|
||||
initialise_groups(conn->user, conn->uid, conn->gid);
|
||||
initialize_groups(conn->user, conn->uid, conn->gid);
|
||||
get_current_groups(&conn->ngroups,&conn->groups);
|
||||
|
||||
/* check number of connections */
|
||||
|
Reference in New Issue
Block a user