source: dassldapsync/dassldapsync.conf@ 1219

Last change on this file since 1219 was 1219, checked in by joergs, on Nov 8, 2016 at 5:39:27 PM

code cleanup, without changing the functionality

(at least hopefully. Tested normal synchronisation between 2 LDAP
servers (delete=true, create=true) but without further rewritting of
LDAP entries.

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