| Line | |
|---|
| 1 | [source]
|
|---|
| 2 | file=/tmp/export.ldif
|
|---|
| 3 | baseDn=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]
|
|---|
| 18 | server=ldapserver.example.com
|
|---|
| 19 | bindDn=cn=admin,dc=example,dc=com
|
|---|
| 20 | bindPassword=secret
|
|---|
| 21 | baseDn=dc=example,dc=com
|
|---|
| 22 | delete=true
|
|---|
| 23 | create=true
|
|---|
| 24 | starttls=false
|
|---|
| 25 | #rdn=
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.