Last active
January 4, 2017 13:02
-
-
Save m4ce/a0f2d29c46924493f1066c77438c0b2b to your computer and use it in GitHub Desktop.
Docker container + IPA on host
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN yum install -y sssd-client | |
ADD sss /etc/pam.d/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -v /var/lib/sss/pipes/:/var/lib/sss/pipes/:rw ... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
auth required pam_sss.so | |
account required pam_sss.so | |
password required pam_sss.so | |
session required pam_sss.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment