1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-08 08:26:13 +00:00

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 <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2018-12-12 12:53:48 +01:00
parent de5e17078f
commit 8bc2ae557b
2 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,7 @@ export
# convert lowercase componentname to uppercase # convert lowercase componentname to uppercase
COMPONENT = $(shell echo $(component) | tr a-z A-Z) 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: component ?= base
build: build:
@ -116,4 +116,4 @@ test:
docker-compose down -v || true docker-compose down -v || true
make build-all make build-all
docker-compose build docker-compose build
docker-compose up docker-compose up -d

View File

@ -3,10 +3,8 @@ changetype: modify
add: olcDbIndex add: olcDbIndex
olcDbIndex: cn eq olcDbIndex: cn eq
olcDbIndex: gidNumber eq olcDbIndex: gidNumber eq
olcDbIndex: mail eq
olcDbIndex: memberUid eq olcDbIndex: memberUid eq
olcDbIndex: ou eq olcDbIndex: ou eq
olcDbIndex: uid eq
olcDbIndex: uidNumber eq olcDbIndex: uidNumber eq
olcDbIndex: uniqueMember eq olcDbIndex: uniqueMember eq
olcDbIndex: kopanoAccount eq olcDbIndex: kopanoAccount eq