From: <svn...@op...> - 2010-01-14 20:59:08
|
Author: scriptor Date: Thu Jan 14 21:52:38 2010 New Revision: 6006 URL: http://www.opensync.org/changeset/6006 Log: Changed a comment. Modified: plugins/ldap-sync/src/ldap_plugin.h Modified: plugins/ldap-sync/src/ldap_plugin.h ============================================================================== --- plugins/ldap-sync/src/ldap_plugin.h Wed Jan 13 13:08:22 2010 (r6005) +++ plugins/ldap-sync/src/ldap_plugin.h Thu Jan 14 21:52:38 2010 (r6006) @@ -420,7 +420,10 @@ char *bindpwd; ///< Bind password char *searchbase; ///< Base DN for any searches char *searchfilter; ///< Search filter - char *storebase; ///< Base DN where to store new contacts + char *storebase; ///< Base DN where to store new contacts/events/tasks/ + ///< notes. This can be left untouched, because in + ///< ldap_plugin_parse_config() it will be set to + ///< the searchbase, if not defined otherwise. char *keyattr; ///< Key attribute for each objtype: This one ///< defines "the id". Which one of all the attributes ///< counts as "the unique identifier". |