Skip to content

Commit

Permalink
Merge pull request #102 from mwestphall/SOFTWARE-5486-sssd-uid
Browse files Browse the repository at this point in the history
change sssd uid from 10996 to 990
  • Loading branch information
brianhlin committed Jun 13, 2023
2 parents 583ec44 + 31e00f4 commit 94afe1d
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 94afe1d

Please sign in to comment.