Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.07 KB

Dockerized SSSD

This repository contains the necessary files to build a Docker image for SSSD. We use this in bihealth/irods-docker to connect our iRODS server to upstream ActiveDirectory servers.

What's this?

This is a Docker image from CUBI @bihealth that we use for our iRODS deployment.

Building

$ bash build.sh

Data Persistency

Each container exposes volumes for data persistency. The list of volumes are provided in the table below:

path in container usage
/etc/sssd.in/ssd.conf SSSD configuration
/var/lib/sss SSSD sockets

On startup, the files from /etc/sssd.in are copied to /etc/sssd as SSSD really does not like files owned by other users.

Commands

The following commands are available. If you specify anything else then the startup script will exec this command (e.g., bash).

  • sssd (default) -- run SSSD

Environment Variables

N/A