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