Skip to content

Commit

Permalink
change sssd uid from 10996 to 990
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphall committed Jun 13, 2023
1 parent 583ec44 commit 31e00f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ ENV XC_FIX_DIR_OWNERS no

# Add support for SSSD (SOFTWARE-5464)
# sssd UID must match between the origin and SSSD sidecar containers
RUN groupadd -r -g 10996 sssd \
&& useradd -r -g sssd -u 10996 -d / -s /usr/sbin/nologin -c "System user for sssd" sssd
RUN groupadd -r -g 990 sssd \
&& useradd -r -g sssd -u 990 -d / -s /usr/sbin/nologin -c "System user for sssd" sssd

RUN yum install -y stash-origin \
xrootd-multiuser \
Expand Down

0 comments on commit 31e00f4

Please sign in to comment.