148 Commits
Author SHA1 Message Date
ofreax c29a6308ce Merge branch 'jgehrcke-jp/tlschange' into hotfix-1.1.4 2016-07-20 19:47:19 +02:00
Jan-Philip Gehrcke 9965458497 Adjust LDAP_TLS_CIPHER_SUITE to Red Hat's TLS hardening guide 2016-07-20 19:14:21 +02:00
Jan-Philip Gehrcke c7cdcbb3f2 Remove LDAP_TLS_PROTOCOL_MIN as it does not take effect 2016-07-20 19:03:38 +02:00
Daniel Panteleit 002006c823 fixed LDAP_BACKEND for readonly user 2016-06-22 10:58:41 +02:00
Bertrand Gouny ecdd2857f5 fixes #54 2016-06-09 15:33:52 +02:00
Bertrand Gouny 035e88c3eb LDAP_BACKEND in startup script 2016-06-09 15:27:07 +02:00
Bertrand Gouny 23da307fe3 fix missing dir after they have been removed from image volumes 2016-06-09 15:21:52 +02:00
Bertrand Gouny 72e6d9fc32 backend config 2016-06-09 14:59:12 +02:00
Bertrand Gouny 34060b8a00 Merge branch 'osixia-stable' of https://github.com/ClubCedille/docker-openldap into hotfix-1.1.3 2016-06-09 14:38:21 +02:00
Bertrand Gouny 1ef35a4219 Merge branch 'seatek-stable' into hotfix-1.1.3 2016-06-09 14:36:15 +02:00
seatek fb9591e142 Remove Volume command from Dockerfile, to allow using this image as a base image for derived images prefilled with testdata. 2016-05-30 13:38:04 +02:00
Pieter Lange 92dde39f76 Ignore lost+found directories so mounted volumes don't break the
bootstrap
2016-05-04 17:56:13 +02:00
Michael Faille 1166325df6 Use mdb over hdb
«The mdb backend to slapd(8) is the recommended primary backend for a
normal slapd database. It uses OpenLDAP's own Lightning Memory-Mapped
Database (LMDB) library to store data and is intended to replace the
Berkeley DB backends.

It supports indexing like the BDB backends, but it uses no caching and
requires no tuning to deliver maximum search performance. Like hdb, it
is also fully hierarchical and supports subtree renames in constant
time.»
http://www.openldap.org/doc/admin24/backends.html
2016-04-28 02:50:11 -04:00
ofreax a6bb37351b openldap debug 2016-03-18 16:36:20 +01:00
ofreax ff005c348f fixes slapd tcp bind is network not interface, and so does not respond on overlay networks #35 2016-03-18 16:28:52 +01:00
ofreax eb326d3274 change default ldap log level 2016-03-18 15:55:01 +01:00
ofreax 5f043222f8 fixes #37 2016-03-18 10:33:08 +01:00
ofreax 09f0fe079a litle adjustment to honor ldap log level on startup 2016-03-18 10:11:12 +01:00
Brad Durrow b78d870850 Update startup.sh 2016-03-14 10:59:37 -06:00
Brad Durrow 8b38537cd5 Honor LDAP_LOG_LEVEL on startup 2016-03-11 14:02:42 -07:00
Bertrand Gouny 3643e34a4d fix comment 2016-02-18 12:01:18 +01:00
Bertrand Gouny 45e3e6386c follow best pratices 2016-02-17 10:24:07 +01:00
Bertrand Gouny a5b638e0ec should fixes #29 memberOf overlay and add refint 2016-02-17 09:55:15 +01:00
Bertrand Gouny d7cc8df0d8 Merge branch 'melan-stable' into hotfix-1.1.1 2016-02-15 10:01:06 +01:00
Dmitry Melanchenko d1439cdd2f Substitutes Base DN in custom ldif files 2016-02-14 03:58:36 -05:00
ofreax 39f1fe24b9 fix tls on pre-start 2016-02-05 09:31:47 +01:00
Bertrand Gouny 984bdbd826 backward compatibility osixia/openldao <= 1.1.0 2016-02-04 15:48:36 +01:00
ofreax 888076e119 Update to light-baseimage:0.2.2 2016-01-29 11:06:53 +01:00
Bertrand Gouny a0e595784b fix replication 2016-01-21 16:16:09 +01:00
Bertrand Gouny 6861e6e8a3 debug 2016-01-21 15:58:56 +01:00
Bertrand Gouny 51797a9654 docs 2016-01-20 17:12:26 +01:00
ofreax dda1ceb7a2 complex-bash-env 2016-01-19 21:01:20 +01:00
Bertrand Gouny ced916fb5a make image compatible with --copy-service 2016-01-18 11:42:30 +01:00
Bertrand Gouny d5aa48b335 add LDAP_CFSSL_PREFIX 2016-01-18 11:07:52 +01:00
ofreax b9a46c7109 .cfssl -> :cfssl 2016-01-16 16:59:31 +01:00
ofreax 0f0524dba7 remove useless --follow-symlinks sed option 2016-01-15 12:06:30 +01:00
ofreax b53488594a drop -dev from version 2016-01-15 11:31:56 +01:00
ofreax 37e9eec6e7 follow best pratices 2016-01-15 10:20:49 +01:00
Bertrand Gouny ca77e1df5c use baseimage new tools names 2016-01-14 15:40:41 +01:00
Bertrand Gouny 871274c4e0 remove useless touch 2016-01-13 09:49:46 +01:00
Bertrand Gouny ef1bb61aa0 kubernetes example 2016-01-12 13:52:20 +01:00
Bertrand Gouny e9672ec61c fixes #26 and #25 2016-01-12 11:50:37 +01:00
ofreax 877834827b docs 2016-01-11 19:22:35 +01:00
Bertrand Gouny 4a2d3fec46 use new baseimage files names 2016-01-11 17:20:24 +01:00
ofreax 53c90df3da docs 2016-01-10 17:44:56 +01:00
Bertrand Gouny 902cd13674 remove setup files after setup 2016-01-07 15:11:53 +01:00
Bertrand Gouny 99d334b991 use baseimage SERVICE_DIR variable 2016-01-07 11:19:24 +01:00
ofreax 07e8f9e685 light-baseimage:0.2.1 2016-01-06 21:13:11 +01:00
Bertrand Gouny 688f0e27d8 light-baseimage:0.2.1 2016-01-06 17:33:52 +01:00
ofreax 9a2f81a2e2 README.md 2016-01-05 20:33:56 +01:00