Skip to content

Commit

Permalink
Latest SSSD needs the DAC_READ_SEARCH capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelton committed Jan 7, 2025
1 parent 8bf127e commit 1d7f10c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ services:
# - /sys/fs/cgroup:/sys/fs/cgroup:ro
hostname: ipa.example.test
stop_signal: RTMIN+3
cap_add:
- DAC_READ_SEARCH
# tty: true
idp:
build:
Expand All @@ -29,6 +31,8 @@ services:
stop_signal: RTMIN+3
links:
- ipa:ipa.example.test
cap_add:
- DAC_READ_SEARCH
# tty: true
www:
build:
Expand All @@ -53,6 +57,8 @@ services:
- ipa:ipa.example.test
- idp:idp.example.test
- app:app.example.test
cap_add:
- DAC_READ_SEARCH
# Uncomment the following if you want to be able to access the
# www container on host's interface as well.
# ports:
Expand All @@ -73,6 +79,8 @@ services:
- www:www.example.test
ports:
- "55022:22"
cap_add:
- DAC_READ_SEARCH
app:
build:
context: ./src
Expand Down

0 comments on commit 1d7f10c

Please sign in to comment.