Skip to content

Commit

Permalink
voPerson and refactor slapd entrypoint script
Browse files Browse the repository at this point in the history
Add voPerson LDAP schema to image and refactor the slapd entrypoint
script so that additional schemas are checked for and added
if necessary during each start. Additionally the TLS configuration
is also managed during each start instead of only once at
bootstrap. Also added synprov module to bootstrap.
  • Loading branch information
skoranda committed May 20, 2018
1 parent 1712a12 commit 40d0547
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 69 deletions.
1 change: 1 addition & 0 deletions comanage-registry-slapd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ENV OLC_ROOT_PW ${OLC_ROOT_PW:-password}

COPY eduperson.ldif /etc/ldap/schema/
COPY openssh-lpk.ldif /etc/ldap/schema/
COPY voperson.ldif /etc/ldap/schema/

VOLUME [ "/var/lib/ldap", "/etc/ldap/slapd.d" ]

Expand Down
Loading

0 comments on commit 40d0547

Please sign in to comment.