mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-26 09:16:38 +00:00
Merge pull request #50 from fbartels/ldap
add ldap indices to builtin ldap
This commit is contained in:
commit
cae5f2a267
4
Makefile
4
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
|
||||
|
12
ldap-demo/bootstrap/ldif/optimize-index.ldif
Normal file
12
ldap-demo/bootstrap/ldif/optimize-index.ldif
Normal file
@ -0,0 +1,12 @@
|
||||
dn: olcDatabase={1}mdb,cn=config
|
||||
changetype: modify
|
||||
add: olcDbIndex
|
||||
olcDbIndex: cn eq
|
||||
olcDbIndex: gidNumber eq
|
||||
olcDbIndex: memberUid eq
|
||||
olcDbIndex: ou eq
|
||||
olcDbIndex: uidNumber eq
|
||||
olcDbIndex: uniqueMember eq
|
||||
olcDbIndex: kopanoAccount eq
|
||||
olcDbIndex: kopanoAliases eq
|
||||
olcDbIndex: kopanoViewPrivilege eq
|
Loading…
x
Reference in New Issue
Block a user