source: dassldapsync/dassldapsync.conf@ 1255

Last change on this file since 1255 was 1221, checked in by joergs, on Nov 16, 2016 at 4:18:48 PM

added syncrepl

File size: 433 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#attributes=*
12#starttls=true
13#pwd_max_days=0
14#mode=syncrepl
15
16[destination]
17server=ldapserver.example.com
18bindDn=cn=admin,dc=example,dc=com
19bindPassword=secret
20baseDn=dc=example,dc=com
21delete=true
22create=true
23starttls=false
24#rdn=
Note: See TracBrowser for help on using the repository browser.