From: <svn...@op...> - 2009-08-13 21:01:06
|
Author: scriptor Date: Thu Aug 13 23:00:54 2009 New Revision: 5716 URL: http://www.opensync.org/changeset/5716 Log: Changed test.conf to the settings usable for slapd by openldap. Please note: tests/test.conf must be in line with the settings in tests/ldap-sync.conf. However, the authentication specific tests work independently from tests/ldap-sync.conf. Each authentication method and each LDAP server has its own version of an ldap-sync.conf. Modified: plugins/ldap-sync/tests/test.conf Modified: plugins/ldap-sync/tests/test.conf ============================================================================== --- plugins/ldap-sync/tests/test.conf Thu Aug 13 23:00:30 2009 (r5715) +++ plugins/ldap-sync/tests/test.conf Thu Aug 13 23:00:54 2009 (r5716) @@ -11,10 +11,10 @@ # ldapadd etc. only. It is NOT used for the ldap-sync plugin of libopensync. ### Examples for slapd from openldap for the ldap utilities from openldap: ### #AUTH="-Y DIGEST-MD5 -U ldap_user -w secret -Q" -#AUTH="-Y GSSAPI -Q" +AUTH="-Y GSSAPI -Q" ### Example for ns-slapd from the fedora directory server for the ldap ### utilities from openldap: ### -AUTH="-x -D cn=ldap_user,ou=People,dc=example,dc=com -w secret -h localhost -p 3890" +#AUTH="-x -D cn=ldap_user,ou=People,dc=example,dc=com -w secret -h localhost -p 3890" ######################### |