source: dassldapsync/dassldapsync.conf

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

extend summary message

File size: 482 bytes
Line 
1[source]
2file=/tmp/export.ldif
3baseDn=dc=example,dc=com
4
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=*)
11#excludesubtree=ou=unimportant,dc=example,dc=com
12#attributes=*
13#starttls=true
14#pwd_max_days=0
15#mode=syncrepl
16
17[destination]
18server=ldapserver.example.com
19bindDn=cn=admin,dc=example,dc=com
20bindPassword=secret
21baseDn=dc=example,dc=com
22delete=true
23create=true
24starttls=false
25#rdn=
Note: See TracBrowser for help on using the repository browser.