windows_private.c 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355
  1. /** BEGIN COPYRIGHT BLOCK
  2. * This Program is free software; you can redistribute it and/or modify it under
  3. * the terms of the GNU General Public License as published by the Free Software
  4. * Foundation; version 2 of the License.
  5. *
  6. * This Program is distributed in the hope that it will be useful, but WITHOUT
  7. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
  8. * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  9. *
  10. * You should have received a copy of the GNU General Public License along with
  11. * this Program; if not, write to the Free Software Foundation, Inc., 59 Temple
  12. * Place, Suite 330, Boston, MA 02111-1307 USA.
  13. *
  14. * In addition, as a special exception, Red Hat, Inc. gives You the additional
  15. * right to link the code of this Program with code not covered under the GNU
  16. * General Public License ("Non-GPL Code") and to distribute linked combinations
  17. * including the two, subject to the limitations in this paragraph. Non-GPL Code
  18. * permitted under this exception must only link to the code of this Program
  19. * through those well defined interfaces identified in the file named EXCEPTION
  20. * found in the source code files (the "Approved Interfaces"). The files of
  21. * Non-GPL Code may instantiate templates or use macros or inline functions from
  22. * the Approved Interfaces without causing the resulting work to be covered by
  23. * the GNU General Public License. Only Red Hat, Inc. may make changes or
  24. * additions to the list of Approved Interfaces. You must obey the GNU General
  25. * Public License in all respects for all of the Program code and other code used
  26. * in conjunction with the Program except the Non-GPL Code covered by this
  27. * exception. If you modify this file, you may extend this exception to your
  28. * version of the file, but you are not obligated to do so. If you do not wish to
  29. * provide this exception without modification, you must delete this exception
  30. * statement from your version and license this file solely under the GPL without
  31. * exception.
  32. *
  33. *
  34. * Copyright (C) 2001 Sun Microsystems, Inc. Used by permission.
  35. * Copyright (C) 2005 Red Hat, Inc.
  36. * All rights reserved.
  37. * END COPYRIGHT BLOCK **/
  38. #ifdef HAVE_CONFIG_H
  39. # include <config.h>
  40. #endif
  41. /* windows_private.c */
  42. #include "repl.h"
  43. #include "repl5.h"
  44. #include "slap.h"
  45. #include "slapi-plugin.h"
  46. #include "winsync-plugin.h"
  47. #include "windowsrepl.h"
  48. struct windowsprivate {
  49. Slapi_DN *windows_subtree; /* DN of synchronized subtree (on the windows side) */
  50. Slapi_DN *directory_subtree; /* DN of synchronized subtree on directory side */
  51. /* this simplifies the mapping as it's simply
  52. from the former to the latter container, or
  53. vice versa */
  54. ber_int_t dirsync_flags;
  55. ber_int_t dirsync_maxattributecount;
  56. char *dirsync_cookie;
  57. int dirsync_cookie_len;
  58. PRBool dirsync_cookie_has_more;
  59. PRBool create_users_from_dirsync;
  60. PRBool create_groups_from_dirsync;
  61. char *windows_domain;
  62. int isnt4;
  63. int iswin2k3;
  64. /* This filter is used to determine if an entry belongs to this agreement. We put it here
  65. * so we only have to allocate each filter once instead of doing it every time we receive a change. */
  66. Slapi_Filter *directory_filter; /* Used for checking if local entries need to be sync'd to AD */
  67. Slapi_Filter *deleted_filter; /* Used for checking if an entry is an AD tombstone */
  68. Slapi_Entry *raw_entry; /* "raw" un-schema processed last entry read from AD */
  69. int keep_raw_entry; /* flag to control when the raw entry is set */
  70. void *api_cookie; /* private data used by api callbacks */
  71. time_t sync_interval; /* how often to run the dirsync search, in seconds */
  72. };
  73. static void windows_private_set_windows_domain(const Repl_Agmt *ra, char *domain);
  74. static int
  75. true_value_from_string(char *val)
  76. {
  77. if (strcasecmp (val, "on") == 0 || strcasecmp (val, "yes") == 0 ||
  78. strcasecmp (val, "true") == 0 || strcasecmp (val, "1") == 0)
  79. {
  80. return 1;
  81. } else
  82. {
  83. return 0;
  84. }
  85. }
  86. static int
  87. windows_parse_config_entry(Repl_Agmt *ra, const char *type, Slapi_Entry *e)
  88. {
  89. char *tmpstr = NULL;
  90. int retval = 0;
  91. if (type == NULL || slapi_attr_types_equivalent(type,type_nsds7WindowsReplicaArea))
  92. {
  93. tmpstr = slapi_entry_attr_get_charptr(e, type_nsds7WindowsReplicaArea);
  94. if (NULL != tmpstr)
  95. {
  96. windows_private_set_windows_subtree(ra, slapi_sdn_new_dn_passin(tmpstr) );
  97. }
  98. retval = 1;
  99. }
  100. if (type == NULL || slapi_attr_types_equivalent(type,type_nsds7DirectoryReplicaArea))
  101. {
  102. tmpstr = slapi_entry_attr_get_charptr(e, type_nsds7DirectoryReplicaArea);
  103. if (NULL != tmpstr)
  104. {
  105. windows_private_set_directory_subtree(ra, slapi_sdn_new_dn_passin(tmpstr) );
  106. }
  107. retval = 1;
  108. }
  109. if (type == NULL || slapi_attr_types_equivalent(type,type_nsds7CreateNewUsers))
  110. {
  111. tmpstr = slapi_entry_attr_get_charptr(e, type_nsds7CreateNewUsers);
  112. if (NULL != tmpstr && true_value_from_string(tmpstr))
  113. {
  114. windows_private_set_create_users(ra, PR_TRUE);
  115. }
  116. else
  117. {
  118. windows_private_set_create_users(ra, PR_FALSE);
  119. }
  120. retval = 1;
  121. slapi_ch_free((void**)&tmpstr);
  122. }
  123. if (type == NULL || slapi_attr_types_equivalent(type,type_nsds7CreateNewGroups))
  124. {
  125. tmpstr = slapi_entry_attr_get_charptr(e, type_nsds7CreateNewGroups);
  126. if (NULL != tmpstr && true_value_from_string(tmpstr))
  127. {
  128. windows_private_set_create_groups(ra, PR_TRUE);
  129. }
  130. else
  131. {
  132. windows_private_set_create_groups(ra, PR_FALSE);
  133. }
  134. retval = 1;
  135. slapi_ch_free((void**)&tmpstr);
  136. }
  137. if (type == NULL || slapi_attr_types_equivalent(type,type_nsds7WindowsDomain))
  138. {
  139. tmpstr = slapi_entry_attr_get_charptr(e, type_nsds7WindowsDomain);
  140. if (NULL != tmpstr)
  141. {
  142. windows_private_set_windows_domain(ra,tmpstr);
  143. }
  144. /* No need to free tmpstr because it was aliased by the call above */
  145. tmpstr = NULL;
  146. retval = 1;
  147. }
  148. if (type == NULL || slapi_attr_types_equivalent(type,type_winSyncInterval))
  149. {
  150. tmpstr = slapi_entry_attr_get_charptr(e, type_winSyncInterval);
  151. if (NULL != tmpstr)
  152. {
  153. windows_private_set_sync_interval(ra,tmpstr);
  154. }
  155. slapi_ch_free_string(&tmpstr);
  156. retval = 1;
  157. }
  158. return retval;
  159. }
  160. /* Returns non-zero if the modify was ok, zero if not */
  161. int
  162. windows_handle_modify_agreement(Repl_Agmt *ra, const char *type, Slapi_Entry *e)
  163. {
  164. /* Is this a Windows agreement ? */
  165. if (get_agmt_agreement_type(ra) == REPLICA_TYPE_WINDOWS)
  166. {
  167. return windows_parse_config_entry(ra,type,e);
  168. } else
  169. {
  170. return 0;
  171. }
  172. }
  173. void
  174. windows_init_agreement_from_entry(Repl_Agmt *ra, Slapi_Entry *e)
  175. {
  176. agmt_set_priv(ra,windows_private_new());
  177. windows_parse_config_entry(ra,NULL,e);
  178. windows_plugin_init(ra);
  179. }
  180. const char* windows_private_get_purl(const Repl_Agmt *ra)
  181. {
  182. const char* windows_purl;
  183. char *hostname;
  184. hostname = agmt_get_hostname(ra);
  185. windows_purl = slapi_ch_smprintf("ldap://%s:%d", hostname, agmt_get_port(ra));
  186. slapi_ch_free_string(&hostname);
  187. return windows_purl;
  188. }
  189. Dirsync_Private* windows_private_new()
  190. {
  191. Dirsync_Private *dp;
  192. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_new\n" );
  193. dp = (Dirsync_Private *)slapi_ch_calloc(sizeof(Dirsync_Private),1);
  194. dp->dirsync_maxattributecount = -1;
  195. dp->directory_filter = NULL;
  196. dp->deleted_filter = NULL;
  197. dp->sync_interval = PERIODIC_DIRSYNC_INTERVAL;
  198. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_new\n" );
  199. return dp;
  200. }
  201. void windows_agreement_delete(Repl_Agmt *ra)
  202. {
  203. Dirsync_Private *dp = (Dirsync_Private *) agmt_get_priv(ra);
  204. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_delete\n" );
  205. PR_ASSERT(dp != NULL);
  206. winsync_plugin_call_destroy_agmt_cb(ra, dp->directory_subtree,
  207. dp->windows_subtree);
  208. slapi_sdn_free(&dp->directory_subtree);
  209. slapi_sdn_free(&dp->windows_subtree);
  210. slapi_filter_free(dp->directory_filter, 1);
  211. slapi_filter_free(dp->deleted_filter, 1);
  212. slapi_entry_free(dp->raw_entry);
  213. dp->raw_entry = NULL;
  214. dp->api_cookie = NULL;
  215. slapi_ch_free((void **)dp);
  216. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_delete\n" );
  217. }
  218. int windows_private_get_isnt4(const Repl_Agmt *ra)
  219. {
  220. Dirsync_Private *dp;
  221. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_isnt4\n" );
  222. PR_ASSERT(ra);
  223. dp = (Dirsync_Private *) agmt_get_priv(ra);
  224. PR_ASSERT (dp);
  225. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_isnt4\n" );
  226. return dp->isnt4;
  227. }
  228. void windows_private_set_isnt4(const Repl_Agmt *ra, int isit)
  229. {
  230. Dirsync_Private *dp;
  231. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_isnt4\n" );
  232. PR_ASSERT(ra);
  233. dp = (Dirsync_Private *) agmt_get_priv(ra);
  234. PR_ASSERT (dp);
  235. dp->isnt4 = isit;
  236. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_isnt4\n" );
  237. }
  238. int windows_private_get_iswin2k3(const Repl_Agmt *ra)
  239. {
  240. Dirsync_Private *dp;
  241. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_iswin2k3\n" );
  242. PR_ASSERT(ra);
  243. dp = (Dirsync_Private *) agmt_get_priv(ra);
  244. PR_ASSERT (dp);
  245. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_iswin2k3\n" );
  246. return dp->iswin2k3;
  247. }
  248. void windows_private_set_iswin2k3(const Repl_Agmt *ra, int isit)
  249. {
  250. Dirsync_Private *dp;
  251. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_iswin2k3\n" );
  252. PR_ASSERT(ra);
  253. dp = (Dirsync_Private *) agmt_get_priv(ra);
  254. PR_ASSERT (dp);
  255. dp->iswin2k3 = isit;
  256. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_iswin2k3\n" );
  257. }
  258. /* Returns a copy of the Slapi_Filter pointer. The caller should not free it */
  259. Slapi_Filter* windows_private_get_directory_filter(const Repl_Agmt *ra)
  260. {
  261. Dirsync_Private *dp;
  262. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_directory_filter\n" );
  263. PR_ASSERT(ra);
  264. dp = (Dirsync_Private *) agmt_get_priv(ra);
  265. PR_ASSERT (dp);
  266. if (dp->directory_filter == NULL) {
  267. char *string_filter = slapi_ch_strdup("(&(|(objectclass=ntuser)(objectclass=ntgroup))(ntUserDomainId=*))");
  268. /* The filter gets freed in windows_agreement_delete() */
  269. dp->directory_filter = slapi_str2filter( string_filter );
  270. slapi_ch_free_string(&string_filter);
  271. }
  272. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_directory_filter\n" );
  273. return dp->directory_filter;
  274. }
  275. /* Returns a copy of the Slapi_Filter pointer. The caller should not free it */
  276. Slapi_Filter* windows_private_get_deleted_filter(const Repl_Agmt *ra)
  277. {
  278. Dirsync_Private *dp;
  279. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_deleted_filter\n" );
  280. PR_ASSERT(ra);
  281. dp = (Dirsync_Private *) agmt_get_priv(ra);
  282. PR_ASSERT (dp);
  283. if (dp->deleted_filter == NULL) {
  284. char *string_filter = slapi_ch_strdup("(isdeleted=*)");
  285. /* The filter gets freed in windows_agreement_delete() */
  286. dp->deleted_filter = slapi_str2filter( string_filter );
  287. slapi_ch_free_string(&string_filter);
  288. }
  289. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_deleted_filter\n" );
  290. return dp->deleted_filter;
  291. }
  292. /* Returns a copy of the Slapi_DN pointer, no need to free it */
  293. const Slapi_DN* windows_private_get_windows_subtree (const Repl_Agmt *ra)
  294. {
  295. Dirsync_Private *dp;
  296. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_windows_subtree\n" );
  297. PR_ASSERT(ra);
  298. dp = (Dirsync_Private *) agmt_get_priv(ra);
  299. PR_ASSERT (dp);
  300. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_windows_subtree\n" );
  301. return dp->windows_subtree;
  302. }
  303. const char *
  304. windows_private_get_windows_domain(const Repl_Agmt *ra)
  305. {
  306. Dirsync_Private *dp;
  307. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_windows_domain\n" );
  308. PR_ASSERT(ra);
  309. dp = (Dirsync_Private *) agmt_get_priv(ra);
  310. PR_ASSERT (dp);
  311. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_windows_domain\n" );
  312. return dp->windows_domain;
  313. }
  314. static void
  315. windows_private_set_windows_domain(const Repl_Agmt *ra, char *domain)
  316. {
  317. Dirsync_Private *dp;
  318. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_windows_domain\n" );
  319. PR_ASSERT(ra);
  320. dp = (Dirsync_Private *) agmt_get_priv(ra);
  321. PR_ASSERT (dp);
  322. dp->windows_domain = domain;
  323. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_windows_domain\n" );
  324. }
  325. /* Returns a copy of the Slapi_DN pointer, no need to free it */
  326. const Slapi_DN* windows_private_get_directory_subtree (const Repl_Agmt *ra)
  327. {
  328. Dirsync_Private *dp;
  329. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_directory_replarea\n" );
  330. PR_ASSERT(ra);
  331. dp = (Dirsync_Private *) agmt_get_priv(ra);
  332. PR_ASSERT (dp);
  333. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_directory_replarea\n" );
  334. return dp->directory_subtree;
  335. }
  336. /* Takes a copy of the sdn passed in */
  337. void windows_private_set_windows_subtree (const Repl_Agmt *ra,Slapi_DN* sdn )
  338. {
  339. Dirsync_Private *dp;
  340. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_windows_replarea\n" );
  341. PR_ASSERT(ra);
  342. PR_ASSERT(sdn);
  343. dp = (Dirsync_Private *) agmt_get_priv(ra);
  344. PR_ASSERT (dp);
  345. slapi_sdn_free(&dp->windows_subtree);
  346. dp->windows_subtree = sdn;
  347. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_windows_replarea\n" );
  348. }
  349. /* Takes a copy of the sdn passed in */
  350. void windows_private_set_directory_subtree (const Repl_Agmt *ra,Slapi_DN* sdn )
  351. {
  352. Dirsync_Private *dp;
  353. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_directory_replarea\n" );
  354. PR_ASSERT(ra);
  355. PR_ASSERT(sdn);
  356. dp = (Dirsync_Private *) agmt_get_priv(ra);
  357. PR_ASSERT (dp);
  358. slapi_sdn_free(&dp->directory_subtree);
  359. dp->directory_subtree = sdn;
  360. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_directory_replarea\n" );
  361. }
  362. PRBool windows_private_create_users(const Repl_Agmt *ra)
  363. {
  364. Dirsync_Private *dp;
  365. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_create_users\n" );
  366. PR_ASSERT(ra);
  367. dp = (Dirsync_Private *) agmt_get_priv(ra);
  368. PR_ASSERT (dp);
  369. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_create_users\n" );
  370. return dp->create_users_from_dirsync;
  371. }
  372. void windows_private_set_create_users(const Repl_Agmt *ra, PRBool value)
  373. {
  374. Dirsync_Private *dp;
  375. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_create_users\n" );
  376. PR_ASSERT(ra);
  377. dp = (Dirsync_Private *) agmt_get_priv(ra);
  378. PR_ASSERT (dp);
  379. dp->create_users_from_dirsync = value;
  380. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_create_users\n" );
  381. }
  382. PRBool windows_private_create_groups(const Repl_Agmt *ra)
  383. {
  384. Dirsync_Private *dp;
  385. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_create_groups\n" );
  386. PR_ASSERT(ra);
  387. dp = (Dirsync_Private *) agmt_get_priv(ra);
  388. PR_ASSERT (dp);
  389. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_create_groups\n" );
  390. return dp->create_groups_from_dirsync;
  391. }
  392. void windows_private_set_create_groups(const Repl_Agmt *ra, PRBool value)
  393. {
  394. Dirsync_Private *dp;
  395. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_create_groups\n" );
  396. PR_ASSERT(ra);
  397. dp = (Dirsync_Private *) agmt_get_priv(ra);
  398. PR_ASSERT (dp);
  399. dp->create_groups_from_dirsync = value;
  400. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_create_groups\n" );
  401. }
  402. /*
  403. This function returns the current Dirsync_Private that's inside
  404. Repl_Agmt ra as a ldap control.
  405. */
  406. LDAPControl* windows_private_dirsync_control(const Repl_Agmt *ra)
  407. {
  408. LDAPControl *control = NULL;
  409. BerElement *ber;
  410. Dirsync_Private *dp;
  411. char iscritical = PR_TRUE;
  412. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_dirsync_control\n" );
  413. PR_ASSERT(ra);
  414. dp = (Dirsync_Private *) agmt_get_priv(ra);
  415. PR_ASSERT (dp);
  416. ber = ber_alloc();
  417. ber_printf( ber, "{iio}", dp->dirsync_flags, dp->dirsync_maxattributecount, dp->dirsync_cookie, dp->dirsync_cookie_len );
  418. /* Use a regular directory server instead of a real AD - for testing */
  419. if (getenv("WINSYNC_USE_DS")) {
  420. iscritical = PR_FALSE;
  421. }
  422. slapi_build_control( REPL_DIRSYNC_CONTROL_OID, ber, iscritical, &control);
  423. ber_free(ber,1);
  424. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_dirsync_control\n" );
  425. return control;
  426. }
  427. /*
  428. This function scans the array of controls and updates the Repl_Agmt's
  429. Dirsync_Private if the dirsync control is found.
  430. */
  431. void windows_private_update_dirsync_control(const Repl_Agmt *ra,LDAPControl **controls )
  432. {
  433. Dirsync_Private *dp;
  434. int foundDirsyncControl;
  435. int i;
  436. LDAPControl *dirsync = NULL;
  437. BerElement *ber = NULL;
  438. ber_int_t hasMoreData;
  439. ber_int_t maxAttributeCount;
  440. BerValue *serverCookie = NULL;
  441. #ifdef FOR_DEBUGGING
  442. int return_value = LDAP_SUCCESS;
  443. #endif
  444. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_update_dirsync_control\n" );
  445. PR_ASSERT(ra);
  446. dp = (Dirsync_Private *) agmt_get_priv(ra);
  447. PR_ASSERT (dp);
  448. if (NULL != controls )
  449. {
  450. foundDirsyncControl = 0;
  451. for ( i = 0; (( controls[i] != NULL ) && ( !foundDirsyncControl )); i++ ) {
  452. foundDirsyncControl = !strcmp( controls[i]->ldctl_oid, REPL_DIRSYNC_CONTROL_OID );
  453. }
  454. if ( !foundDirsyncControl )
  455. {
  456. #ifdef FOR_DEBUGGING
  457. return_value = LDAP_CONTROL_NOT_FOUND;
  458. #endif
  459. goto choke;
  460. }
  461. else if (!controls[i-1]->ldctl_value.bv_val) {
  462. #ifdef FOR_DEBUGGING
  463. return_value = LDAP_CONTROL_NOT_FOUND;
  464. #endif
  465. goto choke;
  466. }
  467. else
  468. {
  469. dirsync = slapi_dup_control( controls[i-1]);
  470. }
  471. ber = ber_init( &dirsync->ldctl_value ) ;
  472. if (ber_scanf( ber, "{iiO}", &hasMoreData, &maxAttributeCount, &serverCookie) == LBER_ERROR)
  473. {
  474. #ifdef FOR_DEBUGGING
  475. return_value = LDAP_CONTROL_NOT_FOUND;
  476. #endif
  477. goto choke;
  478. }
  479. slapi_ch_free_string(&dp->dirsync_cookie);
  480. dp->dirsync_cookie = ( char* ) slapi_ch_malloc(serverCookie->bv_len + 1);
  481. memcpy(dp->dirsync_cookie, serverCookie->bv_val, serverCookie->bv_len);
  482. dp->dirsync_cookie_len = (int) serverCookie->bv_len; /* XXX shouldn't cast? */
  483. /* dp->dirsync_maxattributecount = maxAttributeCount; We don't need to keep this */
  484. dp->dirsync_cookie_has_more = hasMoreData;
  485. choke:
  486. ber_bvfree(serverCookie);
  487. ber_free(ber,1);
  488. ldap_control_free(dirsync);
  489. }
  490. else
  491. {
  492. #ifdef FOR_DEBUGGING
  493. return_value = LDAP_CONTROL_NOT_FOUND;
  494. #endif
  495. }
  496. #ifdef FOR_DEBUGGING
  497. LDAPDebug1Arg( LDAP_DEBUG_TRACE, "<= windows_private_update_dirsync_control: rc=%d\n", return_value);
  498. #else
  499. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_update_dirsync_control\n" );
  500. #endif
  501. }
  502. PRBool windows_private_dirsync_has_more(const Repl_Agmt *ra)
  503. {
  504. Dirsync_Private *dp;
  505. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_dirsync_has_more\n" );
  506. PR_ASSERT(ra);
  507. dp = (Dirsync_Private *) agmt_get_priv(ra);
  508. PR_ASSERT (dp);
  509. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_dirsync_has_more\n" );
  510. return dp->dirsync_cookie_has_more;
  511. }
  512. void windows_private_null_dirsync_cookie(const Repl_Agmt *ra)
  513. {
  514. Dirsync_Private *dp;
  515. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_null_dirsync_control\n" );
  516. dp = (Dirsync_Private *) agmt_get_priv(ra);
  517. PR_ASSERT (dp);
  518. dp->dirsync_cookie_len = 0;
  519. slapi_ch_free_string(&dp->dirsync_cookie);
  520. dp->dirsync_cookie = NULL;
  521. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_null_dirsync_control\n" );
  522. }
  523. static
  524. Slapi_Mods *windows_private_get_cookie_mod(Dirsync_Private *dp, int modtype)
  525. {
  526. Slapi_Mods *smods = NULL;
  527. smods = slapi_mods_new();
  528. slapi_mods_add( smods, modtype,
  529. "nsds7DirsyncCookie", dp->dirsync_cookie_len , dp->dirsync_cookie);
  530. return smods;
  531. }
  532. /* writes the current cookie into dse.ldif under the replication agreement entry
  533. returns: ldap result code of the operation. */
  534. int
  535. windows_private_save_dirsync_cookie(const Repl_Agmt *ra)
  536. {
  537. Dirsync_Private *dp = NULL;
  538. Slapi_PBlock *pb = NULL;
  539. const char* dn = NULL;
  540. Slapi_DN* sdn = NULL;
  541. int rc = 0;
  542. Slapi_Mods *mods = NULL;
  543. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_save_dirsync_cookie\n" );
  544. PR_ASSERT(ra);
  545. dp = (Dirsync_Private *) agmt_get_priv(ra);
  546. PR_ASSERT (dp);
  547. pb = slapi_pblock_new ();
  548. mods = windows_private_get_cookie_mod(dp, LDAP_MOD_REPLACE);
  549. sdn = slapi_sdn_dup( agmt_get_dn_byref(ra) );
  550. dn = slapi_sdn_get_dn(sdn);
  551. slapi_modify_internal_set_pb (pb, dn, slapi_mods_get_ldapmods_byref(mods), NULL, NULL,
  552. repl_get_plugin_identity(PLUGIN_MULTIMASTER_REPLICATION), 0);
  553. slapi_modify_internal_pb (pb);
  554. slapi_pblock_get(pb, SLAPI_PLUGIN_INTOP_RESULT, &rc);
  555. if (rc == LDAP_NO_SUCH_ATTRIBUTE)
  556. { /* try again, but as an add instead */
  557. slapi_mods_free(&mods);
  558. mods = windows_private_get_cookie_mod(dp, LDAP_MOD_ADD);
  559. slapi_modify_internal_set_pb (pb, dn, slapi_mods_get_ldapmods_byref(mods), NULL, NULL,
  560. repl_get_plugin_identity(PLUGIN_MULTIMASTER_REPLICATION), 0);
  561. slapi_modify_internal_pb (pb);
  562. slapi_pblock_get(pb, SLAPI_PLUGIN_INTOP_RESULT, &rc);
  563. }
  564. slapi_pblock_destroy (pb);
  565. slapi_mods_free(&mods);
  566. slapi_sdn_free(&sdn);
  567. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_save_dirsync_cookie\n" );
  568. return rc;
  569. }
  570. /* reads the cookie in dse.ldif to the replication agreement entry
  571. returns: ldap result code of ldap operation, or
  572. LDAP_NO_SUCH_ATTRIBUTE. (this is the equilivent of a null cookie) */
  573. int windows_private_load_dirsync_cookie(const Repl_Agmt *ra)
  574. {
  575. Dirsync_Private *dp = NULL;
  576. Slapi_PBlock *pb = NULL;
  577. Slapi_DN* sdn = NULL;
  578. int rc = 0;
  579. Slapi_Entry *entry = NULL;
  580. Slapi_Attr *attr = NULL;
  581. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_load_dirsync_cookie\n" );
  582. PR_ASSERT(ra);
  583. dp = (Dirsync_Private *) agmt_get_priv(ra);
  584. PR_ASSERT (dp);
  585. pb = slapi_pblock_new ();
  586. sdn = slapi_sdn_dup( agmt_get_dn_byref(ra) );
  587. rc = slapi_search_internal_get_entry(sdn, NULL, &entry,
  588. repl_get_plugin_identity (PLUGIN_MULTIMASTER_REPLICATION));
  589. if (rc == 0)
  590. {
  591. rc= slapi_entry_attr_find( entry, type_nsds7DirsyncCookie, &attr );
  592. if (attr)
  593. {
  594. struct berval **vals;
  595. rc = slapi_attr_get_bervals_copy(attr, &vals );
  596. if (vals)
  597. {
  598. dp->dirsync_cookie_len = (int) (vals[0])->bv_len;
  599. slapi_ch_free_string(&dp->dirsync_cookie);
  600. dp->dirsync_cookie = ( char* ) slapi_ch_malloc(dp->dirsync_cookie_len + 1);
  601. memcpy(dp->dirsync_cookie,(vals[0]->bv_val), (vals[0])->bv_len+1);
  602. }
  603. ber_bvecfree(vals);
  604. /* we do not free attr */
  605. }
  606. else
  607. {
  608. rc = LDAP_NO_SUCH_ATTRIBUTE;
  609. }
  610. }
  611. if (entry)
  612. {
  613. slapi_entry_free(entry);
  614. }
  615. slapi_sdn_free( &sdn);
  616. slapi_pblock_destroy (pb);
  617. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_load_dirsync_cookie\n" );
  618. return rc;
  619. }
  620. /* get returns a pointer to the structure - do not free */
  621. Slapi_Entry *windows_private_get_raw_entry(const Repl_Agmt *ra)
  622. {
  623. Dirsync_Private *dp;
  624. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_raw_entry\n" );
  625. dp = (Dirsync_Private *) agmt_get_priv(ra);
  626. PR_ASSERT (dp);
  627. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_raw_entry\n" );
  628. return dp->raw_entry;
  629. }
  630. /* this is passin - windows_private owns the pointer, not a copy */
  631. void windows_private_set_raw_entry(const Repl_Agmt *ra, Slapi_Entry *e)
  632. {
  633. Dirsync_Private *dp;
  634. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_raw_entry\n" );
  635. dp = (Dirsync_Private *) agmt_get_priv(ra);
  636. PR_ASSERT (dp);
  637. /* If the keep raw entry flag is set, just free the passed
  638. * in entry and leave the current raw entry in place. */
  639. if (windows_private_get_keep_raw_entry(ra)) {
  640. slapi_entry_free(e);
  641. } else {
  642. slapi_entry_free(dp->raw_entry);
  643. dp->raw_entry = e;
  644. }
  645. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_raw_entry\n" );
  646. }
  647. /* Setting keep to 1 will cause the current raw entry to remain, even if
  648. * windows_private_set_raw_entry() is called. This behavior will persist
  649. * until this flag is set back to 0. */
  650. void windows_private_set_keep_raw_entry(const Repl_Agmt *ra, int keep)
  651. {
  652. Dirsync_Private *dp;
  653. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_keep_raw_entry\n" );
  654. dp = (Dirsync_Private *) agmt_get_priv(ra);
  655. PR_ASSERT (dp);
  656. dp->keep_raw_entry = keep;
  657. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_keep_raw_entry\n" );
  658. }
  659. int windows_private_get_keep_raw_entry(const Repl_Agmt *ra)
  660. {
  661. Dirsync_Private *dp;
  662. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_keep_raw_entry\n" );
  663. dp = (Dirsync_Private *) agmt_get_priv(ra);
  664. PR_ASSERT (dp);
  665. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_keep_raw_entry\n" );
  666. return dp->keep_raw_entry;
  667. }
  668. void *windows_private_get_api_cookie(const Repl_Agmt *ra)
  669. {
  670. Dirsync_Private *dp;
  671. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_api_cookie\n" );
  672. dp = (Dirsync_Private *) agmt_get_priv(ra);
  673. PR_ASSERT (dp);
  674. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_api_cookie\n" );
  675. return dp->api_cookie;
  676. }
  677. void windows_private_set_api_cookie(Repl_Agmt *ra, void *api_cookie)
  678. {
  679. Dirsync_Private *dp;
  680. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_api_cookie\n" );
  681. dp = (Dirsync_Private *) agmt_get_priv(ra);
  682. PR_ASSERT (dp);
  683. dp->api_cookie = api_cookie;
  684. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_api_cookie\n" );
  685. }
  686. time_t
  687. windows_private_get_sync_interval(const Repl_Agmt *ra)
  688. {
  689. Dirsync_Private *dp;
  690. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_sync_interval\n" );
  691. PR_ASSERT(ra);
  692. dp = (Dirsync_Private *) agmt_get_priv(ra);
  693. PR_ASSERT (dp);
  694. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_sync_interval\n" );
  695. return dp->sync_interval;
  696. }
  697. void
  698. windows_private_set_sync_interval(Repl_Agmt *ra, char *str)
  699. {
  700. Dirsync_Private *dp;
  701. time_t tmpval = 0;
  702. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_sync_interval\n" );
  703. PR_ASSERT(ra);
  704. dp = (Dirsync_Private *) agmt_get_priv(ra);
  705. PR_ASSERT (dp);
  706. if (str && (tmpval = (time_t)atol(str))) {
  707. dp->sync_interval = tmpval;
  708. }
  709. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_sync_interval\n" );
  710. }
  711. /* an array of function pointers */
  712. static void **_WinSyncAPI = NULL;
  713. void
  714. windows_plugin_init(Repl_Agmt *ra)
  715. {
  716. void *cookie = NULL;
  717. winsync_plugin_init_cb initfunc = NULL;
  718. LDAPDebug0Args( LDAP_DEBUG_PLUGIN, "--> windows_plugin_init_start -- begin\n");
  719. /* if the function pointer array is null, get the functions - we will
  720. call init once per replication agreement, but will only grab the
  721. api once */
  722. if((NULL == _WinSyncAPI) &&
  723. (slapi_apib_get_interface(WINSYNC_v1_0_GUID, &_WinSyncAPI) ||
  724. (NULL == _WinSyncAPI)))
  725. {
  726. LDAPDebug1Arg( LDAP_DEBUG_PLUGIN,
  727. "<-- windows_plugin_init_start -- no windows plugin API registered for GUID [%s] -- end\n",
  728. WINSYNC_v1_0_GUID);
  729. return;
  730. }
  731. initfunc = (winsync_plugin_init_cb)_WinSyncAPI[WINSYNC_PLUGIN_INIT_CB];
  732. if (initfunc) {
  733. cookie = (*initfunc)(windows_private_get_directory_subtree(ra),
  734. windows_private_get_windows_subtree(ra));
  735. }
  736. windows_private_set_api_cookie(ra, cookie);
  737. LDAPDebug0Args( LDAP_DEBUG_PLUGIN, "<-- windows_plugin_init_start -- end\n");
  738. return;
  739. }
  740. void
  741. winsync_plugin_call_dirsync_search_params_cb(const Repl_Agmt *ra, const char *agmt_dn,
  742. char **base, int *scope, char **filter,
  743. char ***attrs, LDAPControl ***serverctrls)
  744. {
  745. winsync_search_params_cb thefunc =
  746. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_DIRSYNC_SEARCH_CB]) ?
  747. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_DIRSYNC_SEARCH_CB] :
  748. NULL;
  749. if (!thefunc) {
  750. return;
  751. }
  752. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  753. attrs, serverctrls);
  754. return;
  755. }
  756. void
  757. winsync_plugin_call_pre_ad_search_cb(const Repl_Agmt *ra, const char *agmt_dn,
  758. char **base, int *scope, char **filter,
  759. char ***attrs, LDAPControl ***serverctrls)
  760. {
  761. winsync_search_params_cb thefunc =
  762. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_SEARCH_CB]) ?
  763. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_SEARCH_CB] :
  764. NULL;
  765. if (!thefunc) {
  766. return;
  767. }
  768. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  769. attrs, serverctrls);
  770. return;
  771. }
  772. void
  773. winsync_plugin_call_pre_ds_search_entry_cb(const Repl_Agmt *ra, const char *agmt_dn,
  774. char **base, int *scope, char **filter,
  775. char ***attrs, LDAPControl ***serverctrls)
  776. {
  777. winsync_search_params_cb thefunc =
  778. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ENTRY_CB]) ?
  779. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ENTRY_CB] :
  780. NULL;
  781. if (!thefunc) {
  782. return;
  783. }
  784. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  785. attrs, serverctrls);
  786. return;
  787. }
  788. void
  789. winsync_plugin_call_pre_ds_search_all_cb(const Repl_Agmt *ra, const char *agmt_dn,
  790. char **base, int *scope, char **filter,
  791. char ***attrs, LDAPControl ***serverctrls)
  792. {
  793. winsync_search_params_cb thefunc =
  794. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ALL_CB]) ?
  795. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ALL_CB] :
  796. NULL;
  797. if (!thefunc) {
  798. return;
  799. }
  800. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  801. attrs, serverctrls);
  802. return;
  803. }
  804. void
  805. winsync_plugin_call_pre_ad_mod_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  806. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  807. Slapi_Mods *smods, int *do_modify)
  808. {
  809. winsync_pre_mod_cb thefunc =
  810. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_CB]) ?
  811. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_CB] :
  812. NULL;
  813. if (!thefunc) {
  814. return;
  815. }
  816. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  817. ds_entry, smods, do_modify);
  818. return;
  819. }
  820. void
  821. winsync_plugin_call_pre_ad_mod_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  822. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  823. Slapi_Mods *smods, int *do_modify)
  824. {
  825. winsync_pre_mod_cb thefunc =
  826. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_CB]) ?
  827. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_CB] :
  828. NULL;
  829. if (!thefunc) {
  830. return;
  831. }
  832. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  833. ds_entry, smods, do_modify);
  834. return;
  835. }
  836. void
  837. winsync_plugin_call_pre_ds_mod_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  838. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  839. Slapi_Mods *smods, int *do_modify)
  840. {
  841. winsync_pre_mod_cb thefunc =
  842. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_USER_CB]) ?
  843. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_USER_CB] :
  844. NULL;
  845. if (!thefunc) {
  846. return;
  847. }
  848. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  849. ds_entry, smods, do_modify);
  850. return;
  851. }
  852. void
  853. winsync_plugin_call_pre_ds_mod_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  854. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  855. Slapi_Mods *smods, int *do_modify)
  856. {
  857. winsync_pre_mod_cb thefunc =
  858. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_GROUP_CB]) ?
  859. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_GROUP_CB] :
  860. NULL;
  861. if (!thefunc) {
  862. return;
  863. }
  864. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  865. ds_entry, smods, do_modify);
  866. return;
  867. }
  868. void
  869. winsync_plugin_call_pre_ds_add_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  870. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry)
  871. {
  872. winsync_pre_add_cb thefunc =
  873. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_USER_CB]) ?
  874. (winsync_pre_add_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_USER_CB] :
  875. NULL;
  876. if (!thefunc) {
  877. return;
  878. }
  879. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  880. ds_entry);
  881. return;
  882. }
  883. void
  884. winsync_plugin_call_pre_ds_add_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  885. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry)
  886. {
  887. winsync_pre_add_cb thefunc =
  888. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_GROUP_CB]) ?
  889. (winsync_pre_add_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_GROUP_CB] :
  890. NULL;
  891. if (!thefunc) {
  892. return;
  893. }
  894. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  895. ds_entry);
  896. return;
  897. }
  898. void
  899. winsync_plugin_call_get_new_ds_user_dn_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  900. Slapi_Entry *ad_entry, char **new_dn_string,
  901. const Slapi_DN *ds_suffix, const Slapi_DN *ad_suffix)
  902. {
  903. winsync_get_new_dn_cb thefunc =
  904. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_USER_DN_CB]) ?
  905. (winsync_get_new_dn_cb)_WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_USER_DN_CB] :
  906. NULL;
  907. if (!thefunc) {
  908. return;
  909. }
  910. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  911. new_dn_string, ds_suffix, ad_suffix);
  912. return;
  913. }
  914. void
  915. winsync_plugin_call_get_new_ds_group_dn_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  916. Slapi_Entry *ad_entry, char **new_dn_string,
  917. const Slapi_DN *ds_suffix, const Slapi_DN *ad_suffix)
  918. {
  919. winsync_get_new_dn_cb thefunc =
  920. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_GROUP_DN_CB]) ?
  921. (winsync_get_new_dn_cb)_WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_GROUP_DN_CB] :
  922. NULL;
  923. if (!thefunc) {
  924. return;
  925. }
  926. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  927. new_dn_string, ds_suffix, ad_suffix);
  928. return;
  929. }
  930. void
  931. winsync_plugin_call_pre_ad_mod_user_mods_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  932. const Slapi_DN *local_dn,
  933. const Slapi_Entry *ds_entry,
  934. LDAPMod * const *origmods,
  935. Slapi_DN *remote_dn, LDAPMod ***modstosend)
  936. {
  937. winsync_pre_ad_mod_mods_cb thefunc =
  938. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_MODS_CB]) ?
  939. (winsync_pre_ad_mod_mods_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_MODS_CB] :
  940. NULL;
  941. if (!thefunc) {
  942. return;
  943. }
  944. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, local_dn,
  945. ds_entry, origmods, remote_dn, modstosend);
  946. return;
  947. }
  948. void
  949. winsync_plugin_call_pre_ad_mod_group_mods_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  950. const Slapi_DN *local_dn,
  951. const Slapi_Entry *ds_entry,
  952. LDAPMod * const *origmods,
  953. Slapi_DN *remote_dn, LDAPMod ***modstosend)
  954. {
  955. winsync_pre_ad_mod_mods_cb thefunc =
  956. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_MODS_CB]) ?
  957. (winsync_pre_ad_mod_mods_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_MODS_CB] :
  958. NULL;
  959. if (!thefunc) {
  960. return;
  961. }
  962. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, local_dn,
  963. ds_entry, origmods, remote_dn, modstosend);
  964. return;
  965. }
  966. int
  967. winsync_plugin_call_can_add_entry_to_ad_cb(const Repl_Agmt *ra, const Slapi_Entry *local_entry,
  968. const Slapi_DN *remote_dn)
  969. {
  970. winsync_can_add_to_ad_cb thefunc =
  971. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_CAN_ADD_ENTRY_TO_AD_CB]) ?
  972. (winsync_can_add_to_ad_cb)_WinSyncAPI[WINSYNC_PLUGIN_CAN_ADD_ENTRY_TO_AD_CB] :
  973. NULL;
  974. if (!thefunc) {
  975. return 1; /* default is entry can be added to AD */
  976. }
  977. return (*thefunc)(windows_private_get_api_cookie(ra), local_entry, remote_dn);
  978. }
  979. void
  980. winsync_plugin_call_begin_update_cb(const Repl_Agmt *ra, const Slapi_DN *ds_subtree,
  981. const Slapi_DN *ad_subtree, int is_total)
  982. {
  983. winsync_plugin_update_cb thefunc =
  984. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_BEGIN_UPDATE_CB]) ?
  985. (winsync_plugin_update_cb)_WinSyncAPI[WINSYNC_PLUGIN_BEGIN_UPDATE_CB] :
  986. NULL;
  987. if (!thefunc) {
  988. return;
  989. }
  990. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree, is_total);
  991. return;
  992. }
  993. void
  994. winsync_plugin_call_end_update_cb(const Repl_Agmt *ra, const Slapi_DN *ds_subtree,
  995. const Slapi_DN *ad_subtree, int is_total)
  996. {
  997. winsync_plugin_update_cb thefunc =
  998. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_END_UPDATE_CB]) ?
  999. (winsync_plugin_update_cb)_WinSyncAPI[WINSYNC_PLUGIN_END_UPDATE_CB] :
  1000. NULL;
  1001. if (!thefunc) {
  1002. return;
  1003. }
  1004. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree, is_total);
  1005. return;
  1006. }
  1007. void
  1008. winsync_plugin_call_destroy_agmt_cb(const Repl_Agmt *ra,
  1009. const Slapi_DN *ds_subtree,
  1010. const Slapi_DN *ad_subtree)
  1011. {
  1012. winsync_plugin_destroy_agmt_cb thefunc =
  1013. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_DESTROY_AGMT_CB]) ?
  1014. (winsync_plugin_destroy_agmt_cb)_WinSyncAPI[WINSYNC_PLUGIN_DESTROY_AGMT_CB] :
  1015. NULL;
  1016. if (thefunc) {
  1017. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree);
  1018. }
  1019. return;
  1020. }
  1021. /* #define WINSYNC_TEST_IPA */
  1022. #ifdef WINSYNC_TEST_IPA
  1023. #include "ipa-winsync.c"
  1024. #include "ipa-winsync-config.c"
  1025. #endif