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
390f2a876c
Fixed a few typos in the README
2015-06-20 19:01:41 +02:00
Christian Luginbühl
6e5b505ba4
Fixed Dockerfile and removed unused client package (was used in debugging)
2015-06-09 17:00:16 +02:00
Christian Luginbühl
562ad030ad
Stoppen installing 'recommends'
2015-06-09 16:55:34 +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
dinkel
8df69d5799
Merge pull request #2 from xuhdev/owner
...
Change the owner of the files in /var/lib/ldap to openldap and run sladp as openldap
2015-03-21 16:03:35 +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