Skip to content

Commit

Permalink
[tacacs] User with priv_lvl 0 should not be in docker group (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoyl-ms authored Apr 21, 2018
1 parent 1df7c9a commit 143842e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tacacs/nss/0001-Modify-user-map-profile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ index 79e62b9..ecfa0b0 100644
+ useradd_info_t *user;
+
+ user = &useradd_grp_list[MIN_TACACS_USER_PRIV];
+ user->gid = 999;
+ user->gid = 100;
+ user->info = strdup("remote_user");
+ user->secondary_grp = strdup("docker");
+ user->secondary_grp = strdup("users");
+ user->shell = strdup("/bin/bash");
+
+ user = &useradd_grp_list[MAX_TACACS_USER_PRIV];
Expand Down

0 comments on commit 143842e

Please sign in to comment.