From: <svn...@op...> - 2009-03-26 21:29:28
|
Author: scriptor Date: Thu Mar 26 22:29:04 2009 New Revision: 5355 URL: http://www.opensync.org/changeset/5355 Log: Some further notes about prerequisites of the tests. Modified: plugins/ldap-sync/INSTALL Modified: plugins/ldap-sync/INSTALL ============================================================================== --- plugins/ldap-sync/INSTALL Thu Mar 26 22:24:45 2009 (r5354) +++ plugins/ldap-sync/INSTALL Thu Mar 26 22:29:04 2009 (r5355) @@ -53,6 +53,28 @@ - ldapdelete - valgrind +Also required is a running and adequately configured LDAP server. +This server must be configured in a way that allows sufficient +access to the user that is set in the $AUTH variable in +tests/test.conf. Moreover, the "dc=example,dc=com" DN must exist +in the DIT. This requires in /etc/openldap/slapd.conf at least + +database bdb + +suffix "dc=example,dc=com" + +If you prefer a different DN, you must change + +tests/test.conf and + +tests/*.ldif + +accordingly. + + +Moreover the configuration as laid out in src/ldap-sync must correspond with the settings of the LDAP server. If necessary change src/ldap-sync as needed (username, password, authentication method, base names etc.). + + II. Running the tests: |