mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-08 00:16:22 +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:
parent
de5e17078f
commit
8bc2ae557b
4
Makefile
4
Makefile
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user