Skip to content

Instantly share code, notes, and snippets.

@m4ce
Last active January 4, 2017 13:02
Show Gist options
  • Save m4ce/a0f2d29c46924493f1066c77438c0b2b to your computer and use it in GitHub Desktop.
Save m4ce/a0f2d29c46924493f1066c77438c0b2b to your computer and use it in GitHub Desktop.
Docker container + IPA on host
RUN yum install -y sssd-client
ADD sss /etc/pam.d/
docker run -v /var/lib/sss/pipes/:/var/lib/sss/pipes/:rw ...
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