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