Commit graph

15 commits

Author SHA1 Message Date
Christian Luginbühl
cad3117b44 Modified coding style 2016-02-16 22:48:19 +01:00
jsdevel
88614bd176 Adding ppolicy 2016-02-08 05:37:21 -07:00
Christian Luginbühl
88fbcb52dd Added functionality to reconfigure a previously configured container 2015-12-20 15:59:32 +01:00
rysiekpl
ff5b30e575 /var/run/slapd also has to be accessible to slapd
Sharing unix sockets via data-only containers is a viable way of communicating between processes; to do this, however, `/var/run/slapd` has to be on a volume from an external container. There is no guarantee that it will have the correct permissions, hence the need to `chown` it in eintrypoint script.
2015-09-19 19:09:10 +02:00
Christian Luginbühl
2dcde28f99 Updated to Debian Jessie 2015-06-03 00:10:21 +02:00
Christian Luginbühl
bd213c1c78 Moved 'ulimit' command before 'set -e' to avoid permaent errors with low global ulimits as requested by Hong Xu (xuhdev) 2015-03-25 23:02:50 +01:00
Christian Luginbühl
b165002180 Added sane open file descriptors limit based on request by Hong Xu (xuhdev) 2015-03-25 16:46:27 +01:00
hong Xu
8c0efb2d3f Change the owner of the files in /var/lib/ldap to openldap and run as openldap 2015-03-20 17:44:15 -07:00
Christian Luginbühl
8638ea5a6f Added modules/overlays to configuration 2015-03-16 23:22:40 +01:00
Christian Luginbühl
e520b15129 Simplified saving the configuration as own VOLUME and so removed symlink hack 2015-03-11 23:35:56 +01:00
Christian Luginbühl
d7beb4a790 Added possibility to load additional schemas 2015-02-19 03:12:12 +01:00
Christian Luginbühl
59c1d03bf3 Configuration now actually survives a restart 2015-02-18 22:12:48 +01:00
Christian Luginbühl
ddc5204228 Escaped characters in password hash, so sed doesn't crash anymore 2015-02-18 21:28:26 +01:00
Christian Luginbühl
9d1708513e Added facility to read and write to dn=config branch 2015-02-18 20:43:34 +01:00
Christian Luginbühl
befe7c5b26 Initial version 2015-02-18 16:23:34 +01:00