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