From 8bc2ae557b8eda4abb4a8954abc52d338e15c11a Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 12 Dec 2018 12:53:48 +0100 Subject: [PATCH] remove attributes already indexed from optimize-index.ldif add some more images to build-all make target let compose start in the background with make test Signed-off-by: Felix Bartels --- Makefile | 4 ++-- ldap-demo/bootstrap/ldif/optimize-index.ldif | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d18b6c2..3bf0665 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ export # convert lowercase componentname to uppercase COMPONENT = $(shell echo $(component) | tr a-z A-Z) -build-all: build-ssl build-base build-core build-webapp build-zpush +build-all: build-ssl build-base build-core build-webapp build-zpush build-kweb build-ldap-demo build: component ?= base build: @@ -116,4 +116,4 @@ test: docker-compose down -v || true make build-all docker-compose build - docker-compose up + docker-compose up -d diff --git a/ldap-demo/bootstrap/ldif/optimize-index.ldif b/ldap-demo/bootstrap/ldif/optimize-index.ldif index 1b96c73..135dc1b 100644 --- a/ldap-demo/bootstrap/ldif/optimize-index.ldif +++ b/ldap-demo/bootstrap/ldif/optimize-index.ldif @@ -3,10 +3,8 @@ changetype: modify add: olcDbIndex olcDbIndex: cn eq olcDbIndex: gidNumber eq -olcDbIndex: mail eq olcDbIndex: memberUid eq olcDbIndex: ou eq -olcDbIndex: uid eq olcDbIndex: uidNumber eq olcDbIndex: uniqueMember eq olcDbIndex: kopanoAccount eq