source: dassldapsync/dassldapsync.conf@ 1261

Last change on this file since 1261 was 1261, checked in by joergs, on May 10, 2022 at 10:58:52 AM

extend summary message

File size: 482 bytes
RevLine 
[1218]1[source]
2file=/tmp/export.ldif
3baseDn=dc=example,dc=com
4
[1219]5#[source]
6#server=ldapserver.example.com
7#baseDn=dc=example,dc=com
8#bindDn=cn=admin,dc=example,dc=com
9#bindPassword=secret
10#filter=(objectclass=*)
[1261]11#excludesubtree=ou=unimportant,dc=example,dc=com
[1219]12#attributes=*
13#starttls=true
14#pwd_max_days=0
[1221]15#mode=syncrepl
[1219]16
[1218]17[destination]
[1219]18server=ldapserver.example.com
[1218]19bindDn=cn=admin,dc=example,dc=com
20bindPassword=secret
21baseDn=dc=example,dc=com
22delete=true
23create=true
24starttls=false
[1219]25#rdn=
Note: See TracBrowser for help on using the repository browser.