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

Merge pull request #50 from fbartels/ldap

add ldap indices to builtin ldap
This commit is contained in:
Felix Bartels 2018-12-12 12:56:32 +01:00 committed by GitHub
commit cae5f2a267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 2 deletions

View File

@ -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

View 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