windows_private.c 37 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  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
  462. {
  463. dirsync = slapi_dup_control( controls[i-1]);
  464. }
  465. ber = ber_init( &dirsync->ldctl_value ) ;
  466. if (ber_scanf( ber, "{iiO}", &hasMoreData, &maxAttributeCount, &serverCookie) == LBER_ERROR)
  467. {
  468. #ifdef FOR_DEBUGGING
  469. return_value = LDAP_CONTROL_NOT_FOUND;
  470. #endif
  471. goto choke;
  472. }
  473. slapi_ch_free_string(&dp->dirsync_cookie);
  474. dp->dirsync_cookie = ( char* ) slapi_ch_malloc(serverCookie->bv_len + 1);
  475. memcpy(dp->dirsync_cookie, serverCookie->bv_val, serverCookie->bv_len);
  476. dp->dirsync_cookie_len = (int) serverCookie->bv_len; /* XXX shouldn't cast? */
  477. /* dp->dirsync_maxattributecount = maxAttributeCount; We don't need to keep this */
  478. dp->dirsync_cookie_has_more = hasMoreData;
  479. choke:
  480. ber_bvfree(serverCookie);
  481. ber_free(ber,1);
  482. ldap_control_free(dirsync);
  483. }
  484. else
  485. {
  486. #ifdef FOR_DEBUGGING
  487. return_value = LDAP_CONTROL_NOT_FOUND;
  488. #endif
  489. }
  490. #ifdef FOR_DEBUGGING
  491. LDAPDebug1Arg( LDAP_DEBUG_TRACE, "<= windows_private_update_dirsync_control: rc=%d\n", return_value);
  492. #else
  493. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_update_dirsync_control\n" );
  494. #endif
  495. }
  496. PRBool windows_private_dirsync_has_more(const Repl_Agmt *ra)
  497. {
  498. Dirsync_Private *dp;
  499. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_dirsync_has_more\n" );
  500. PR_ASSERT(ra);
  501. dp = (Dirsync_Private *) agmt_get_priv(ra);
  502. PR_ASSERT (dp);
  503. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_dirsync_has_more\n" );
  504. return dp->dirsync_cookie_has_more;
  505. }
  506. void windows_private_null_dirsync_cookie(const Repl_Agmt *ra)
  507. {
  508. Dirsync_Private *dp;
  509. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_null_dirsync_control\n" );
  510. dp = (Dirsync_Private *) agmt_get_priv(ra);
  511. PR_ASSERT (dp);
  512. dp->dirsync_cookie_len = 0;
  513. slapi_ch_free_string(&dp->dirsync_cookie);
  514. dp->dirsync_cookie = NULL;
  515. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_null_dirsync_control\n" );
  516. }
  517. static
  518. Slapi_Mods *windows_private_get_cookie_mod(Dirsync_Private *dp, int modtype)
  519. {
  520. Slapi_Mods *smods = NULL;
  521. smods = slapi_mods_new();
  522. slapi_mods_add( smods, modtype,
  523. "nsds7DirsyncCookie", dp->dirsync_cookie_len , dp->dirsync_cookie);
  524. return smods;
  525. }
  526. /* writes the current cookie into dse.ldif under the replication agreement entry
  527. returns: ldap result code of the operation. */
  528. int
  529. windows_private_save_dirsync_cookie(const Repl_Agmt *ra)
  530. {
  531. Dirsync_Private *dp = NULL;
  532. Slapi_PBlock *pb = NULL;
  533. const char* dn = NULL;
  534. Slapi_DN* sdn = NULL;
  535. int rc = 0;
  536. Slapi_Mods *mods = NULL;
  537. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_save_dirsync_cookie\n" );
  538. PR_ASSERT(ra);
  539. dp = (Dirsync_Private *) agmt_get_priv(ra);
  540. PR_ASSERT (dp);
  541. pb = slapi_pblock_new ();
  542. mods = windows_private_get_cookie_mod(dp, LDAP_MOD_REPLACE);
  543. sdn = slapi_sdn_dup( agmt_get_dn_byref(ra) );
  544. dn = slapi_sdn_get_dn(sdn);
  545. slapi_modify_internal_set_pb (pb, dn, slapi_mods_get_ldapmods_byref(mods), NULL, NULL,
  546. repl_get_plugin_identity(PLUGIN_MULTIMASTER_REPLICATION), 0);
  547. slapi_modify_internal_pb (pb);
  548. slapi_pblock_get(pb, SLAPI_PLUGIN_INTOP_RESULT, &rc);
  549. if (rc == LDAP_NO_SUCH_ATTRIBUTE)
  550. { /* try again, but as an add instead */
  551. slapi_mods_free(&mods);
  552. mods = windows_private_get_cookie_mod(dp, LDAP_MOD_ADD);
  553. slapi_modify_internal_set_pb (pb, dn, slapi_mods_get_ldapmods_byref(mods), NULL, NULL,
  554. repl_get_plugin_identity(PLUGIN_MULTIMASTER_REPLICATION), 0);
  555. slapi_modify_internal_pb (pb);
  556. slapi_pblock_get(pb, SLAPI_PLUGIN_INTOP_RESULT, &rc);
  557. }
  558. slapi_pblock_destroy (pb);
  559. slapi_mods_free(&mods);
  560. slapi_sdn_free(&sdn);
  561. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_save_dirsync_cookie\n" );
  562. return rc;
  563. }
  564. /* reads the cookie in dse.ldif to the replication agreement entry
  565. returns: ldap result code of ldap operation, or
  566. LDAP_NO_SUCH_ATTRIBUTE. (this is the equilivent of a null cookie) */
  567. int windows_private_load_dirsync_cookie(const Repl_Agmt *ra)
  568. {
  569. Dirsync_Private *dp = NULL;
  570. Slapi_PBlock *pb = NULL;
  571. Slapi_DN* sdn = NULL;
  572. int rc = 0;
  573. Slapi_Entry *entry = NULL;
  574. Slapi_Attr *attr = NULL;
  575. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_load_dirsync_cookie\n" );
  576. PR_ASSERT(ra);
  577. dp = (Dirsync_Private *) agmt_get_priv(ra);
  578. PR_ASSERT (dp);
  579. pb = slapi_pblock_new ();
  580. sdn = slapi_sdn_dup( agmt_get_dn_byref(ra) );
  581. rc = slapi_search_internal_get_entry(sdn, NULL, &entry,
  582. repl_get_plugin_identity (PLUGIN_MULTIMASTER_REPLICATION));
  583. if (rc == 0)
  584. {
  585. rc= slapi_entry_attr_find( entry, type_nsds7DirsyncCookie, &attr );
  586. if (attr)
  587. {
  588. struct berval **vals;
  589. rc = slapi_attr_get_bervals_copy(attr, &vals );
  590. if (vals)
  591. {
  592. dp->dirsync_cookie_len = (int) (vals[0])->bv_len;
  593. slapi_ch_free_string(&dp->dirsync_cookie);
  594. dp->dirsync_cookie = ( char* ) slapi_ch_malloc(dp->dirsync_cookie_len + 1);
  595. memcpy(dp->dirsync_cookie,(vals[0]->bv_val), (vals[0])->bv_len+1);
  596. }
  597. ber_bvecfree(vals);
  598. /* we do not free attr */
  599. }
  600. else
  601. {
  602. rc = LDAP_NO_SUCH_ATTRIBUTE;
  603. }
  604. }
  605. if (entry)
  606. {
  607. slapi_entry_free(entry);
  608. }
  609. slapi_sdn_free( &sdn);
  610. slapi_pblock_destroy (pb);
  611. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_load_dirsync_cookie\n" );
  612. return rc;
  613. }
  614. /* get returns a pointer to the structure - do not free */
  615. Slapi_Entry *windows_private_get_raw_entry(const Repl_Agmt *ra)
  616. {
  617. Dirsync_Private *dp;
  618. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_raw_entry\n" );
  619. dp = (Dirsync_Private *) agmt_get_priv(ra);
  620. PR_ASSERT (dp);
  621. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_raw_entry\n" );
  622. return dp->raw_entry;
  623. }
  624. /* this is passin - windows_private owns the pointer, not a copy */
  625. void windows_private_set_raw_entry(const Repl_Agmt *ra, Slapi_Entry *e)
  626. {
  627. Dirsync_Private *dp;
  628. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_raw_entry\n" );
  629. dp = (Dirsync_Private *) agmt_get_priv(ra);
  630. PR_ASSERT (dp);
  631. /* If the keep raw entry flag is set, just free the passed
  632. * in entry and leave the current raw entry in place. */
  633. if (windows_private_get_keep_raw_entry(ra)) {
  634. slapi_entry_free(e);
  635. } else {
  636. slapi_entry_free(dp->raw_entry);
  637. dp->raw_entry = e;
  638. }
  639. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_raw_entry\n" );
  640. }
  641. /* Setting keep to 1 will cause the current raw entry to remain, even if
  642. * windows_private_set_raw_entry() is called. This behavior will persist
  643. * until this flag is set back to 0. */
  644. void windows_private_set_keep_raw_entry(const Repl_Agmt *ra, int keep)
  645. {
  646. Dirsync_Private *dp;
  647. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_keep_raw_entry\n" );
  648. dp = (Dirsync_Private *) agmt_get_priv(ra);
  649. PR_ASSERT (dp);
  650. dp->keep_raw_entry = keep;
  651. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_keep_raw_entry\n" );
  652. }
  653. int windows_private_get_keep_raw_entry(const Repl_Agmt *ra)
  654. {
  655. Dirsync_Private *dp;
  656. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_keep_raw_entry\n" );
  657. dp = (Dirsync_Private *) agmt_get_priv(ra);
  658. PR_ASSERT (dp);
  659. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_keep_raw_entry\n" );
  660. return dp->keep_raw_entry;
  661. }
  662. void *windows_private_get_api_cookie(const Repl_Agmt *ra)
  663. {
  664. Dirsync_Private *dp;
  665. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_api_cookie\n" );
  666. dp = (Dirsync_Private *) agmt_get_priv(ra);
  667. PR_ASSERT (dp);
  668. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_api_cookie\n" );
  669. return dp->api_cookie;
  670. }
  671. void windows_private_set_api_cookie(Repl_Agmt *ra, void *api_cookie)
  672. {
  673. Dirsync_Private *dp;
  674. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_api_cookie\n" );
  675. dp = (Dirsync_Private *) agmt_get_priv(ra);
  676. PR_ASSERT (dp);
  677. dp->api_cookie = api_cookie;
  678. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_api_cookie\n" );
  679. }
  680. time_t
  681. windows_private_get_sync_interval(const Repl_Agmt *ra)
  682. {
  683. Dirsync_Private *dp;
  684. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_get_sync_interval\n" );
  685. PR_ASSERT(ra);
  686. dp = (Dirsync_Private *) agmt_get_priv(ra);
  687. PR_ASSERT (dp);
  688. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_get_sync_interval\n" );
  689. return dp->sync_interval;
  690. }
  691. void
  692. windows_private_set_sync_interval(Repl_Agmt *ra, char *str)
  693. {
  694. Dirsync_Private *dp;
  695. time_t tmpval = 0;
  696. LDAPDebug0Args( LDAP_DEBUG_TRACE, "=> windows_private_set_sync_interval\n" );
  697. PR_ASSERT(ra);
  698. dp = (Dirsync_Private *) agmt_get_priv(ra);
  699. PR_ASSERT (dp);
  700. if (str && (tmpval = (time_t)atol(str))) {
  701. dp->sync_interval = tmpval;
  702. }
  703. LDAPDebug0Args( LDAP_DEBUG_TRACE, "<= windows_private_set_sync_interval\n" );
  704. }
  705. /* an array of function pointers */
  706. static void **_WinSyncAPI = NULL;
  707. void
  708. windows_plugin_init(Repl_Agmt *ra)
  709. {
  710. void *cookie = NULL;
  711. winsync_plugin_init_cb initfunc = NULL;
  712. LDAPDebug0Args( LDAP_DEBUG_PLUGIN, "--> windows_plugin_init_start -- begin\n");
  713. /* if the function pointer array is null, get the functions - we will
  714. call init once per replication agreement, but will only grab the
  715. api once */
  716. if((NULL == _WinSyncAPI) &&
  717. (slapi_apib_get_interface(WINSYNC_v1_0_GUID, &_WinSyncAPI) ||
  718. (NULL == _WinSyncAPI)))
  719. {
  720. LDAPDebug1Arg( LDAP_DEBUG_PLUGIN,
  721. "<-- windows_plugin_init_start -- no windows plugin API registered for GUID [%s] -- end\n",
  722. WINSYNC_v1_0_GUID);
  723. return;
  724. }
  725. initfunc = (winsync_plugin_init_cb)_WinSyncAPI[WINSYNC_PLUGIN_INIT_CB];
  726. if (initfunc) {
  727. cookie = (*initfunc)(windows_private_get_directory_subtree(ra),
  728. windows_private_get_windows_subtree(ra));
  729. }
  730. windows_private_set_api_cookie(ra, cookie);
  731. LDAPDebug0Args( LDAP_DEBUG_PLUGIN, "<-- windows_plugin_init_start -- end\n");
  732. return;
  733. }
  734. void
  735. winsync_plugin_call_dirsync_search_params_cb(const Repl_Agmt *ra, const char *agmt_dn,
  736. char **base, int *scope, char **filter,
  737. char ***attrs, LDAPControl ***serverctrls)
  738. {
  739. winsync_search_params_cb thefunc =
  740. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_DIRSYNC_SEARCH_CB]) ?
  741. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_DIRSYNC_SEARCH_CB] :
  742. NULL;
  743. if (!thefunc) {
  744. return;
  745. }
  746. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  747. attrs, serverctrls);
  748. return;
  749. }
  750. void
  751. winsync_plugin_call_pre_ad_search_cb(const Repl_Agmt *ra, const char *agmt_dn,
  752. char **base, int *scope, char **filter,
  753. char ***attrs, LDAPControl ***serverctrls)
  754. {
  755. winsync_search_params_cb thefunc =
  756. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_SEARCH_CB]) ?
  757. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_SEARCH_CB] :
  758. NULL;
  759. if (!thefunc) {
  760. return;
  761. }
  762. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  763. attrs, serverctrls);
  764. return;
  765. }
  766. void
  767. winsync_plugin_call_pre_ds_search_entry_cb(const Repl_Agmt *ra, const char *agmt_dn,
  768. char **base, int *scope, char **filter,
  769. char ***attrs, LDAPControl ***serverctrls)
  770. {
  771. winsync_search_params_cb thefunc =
  772. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ENTRY_CB]) ?
  773. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ENTRY_CB] :
  774. NULL;
  775. if (!thefunc) {
  776. return;
  777. }
  778. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  779. attrs, serverctrls);
  780. return;
  781. }
  782. void
  783. winsync_plugin_call_pre_ds_search_all_cb(const Repl_Agmt *ra, const char *agmt_dn,
  784. char **base, int *scope, char **filter,
  785. char ***attrs, LDAPControl ***serverctrls)
  786. {
  787. winsync_search_params_cb thefunc =
  788. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ALL_CB]) ?
  789. (winsync_search_params_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_SEARCH_ALL_CB] :
  790. NULL;
  791. if (!thefunc) {
  792. return;
  793. }
  794. (*thefunc)(windows_private_get_api_cookie(ra), agmt_dn, base, scope, filter,
  795. attrs, serverctrls);
  796. return;
  797. }
  798. void
  799. winsync_plugin_call_pre_ad_mod_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  800. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  801. Slapi_Mods *smods, int *do_modify)
  802. {
  803. winsync_pre_mod_cb thefunc =
  804. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_CB]) ?
  805. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_CB] :
  806. NULL;
  807. if (!thefunc) {
  808. return;
  809. }
  810. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  811. ds_entry, smods, do_modify);
  812. return;
  813. }
  814. void
  815. winsync_plugin_call_pre_ad_mod_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  816. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  817. Slapi_Mods *smods, int *do_modify)
  818. {
  819. winsync_pre_mod_cb thefunc =
  820. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_CB]) ?
  821. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_CB] :
  822. NULL;
  823. if (!thefunc) {
  824. return;
  825. }
  826. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  827. ds_entry, smods, do_modify);
  828. return;
  829. }
  830. void
  831. winsync_plugin_call_pre_ds_mod_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  832. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  833. Slapi_Mods *smods, int *do_modify)
  834. {
  835. winsync_pre_mod_cb thefunc =
  836. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_USER_CB]) ?
  837. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_USER_CB] :
  838. NULL;
  839. if (!thefunc) {
  840. return;
  841. }
  842. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  843. ds_entry, smods, do_modify);
  844. return;
  845. }
  846. void
  847. winsync_plugin_call_pre_ds_mod_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  848. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry,
  849. Slapi_Mods *smods, int *do_modify)
  850. {
  851. winsync_pre_mod_cb thefunc =
  852. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_GROUP_CB]) ?
  853. (winsync_pre_mod_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_MOD_GROUP_CB] :
  854. NULL;
  855. if (!thefunc) {
  856. return;
  857. }
  858. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  859. ds_entry, smods, do_modify);
  860. return;
  861. }
  862. void
  863. winsync_plugin_call_pre_ds_add_user_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  864. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry)
  865. {
  866. winsync_pre_add_cb thefunc =
  867. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_USER_CB]) ?
  868. (winsync_pre_add_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_USER_CB] :
  869. NULL;
  870. if (!thefunc) {
  871. return;
  872. }
  873. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  874. ds_entry);
  875. return;
  876. }
  877. void
  878. winsync_plugin_call_pre_ds_add_group_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  879. Slapi_Entry *ad_entry, Slapi_Entry *ds_entry)
  880. {
  881. winsync_pre_add_cb thefunc =
  882. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_GROUP_CB]) ?
  883. (winsync_pre_add_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_DS_ADD_GROUP_CB] :
  884. NULL;
  885. if (!thefunc) {
  886. return;
  887. }
  888. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  889. ds_entry);
  890. return;
  891. }
  892. void
  893. winsync_plugin_call_get_new_ds_user_dn_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  894. Slapi_Entry *ad_entry, char **new_dn_string,
  895. const Slapi_DN *ds_suffix, const Slapi_DN *ad_suffix)
  896. {
  897. winsync_get_new_dn_cb thefunc =
  898. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_USER_DN_CB]) ?
  899. (winsync_get_new_dn_cb)_WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_USER_DN_CB] :
  900. NULL;
  901. if (!thefunc) {
  902. return;
  903. }
  904. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  905. new_dn_string, ds_suffix, ad_suffix);
  906. return;
  907. }
  908. void
  909. winsync_plugin_call_get_new_ds_group_dn_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  910. Slapi_Entry *ad_entry, char **new_dn_string,
  911. const Slapi_DN *ds_suffix, const Slapi_DN *ad_suffix)
  912. {
  913. winsync_get_new_dn_cb thefunc =
  914. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_GROUP_DN_CB]) ?
  915. (winsync_get_new_dn_cb)_WinSyncAPI[WINSYNC_PLUGIN_GET_NEW_DS_GROUP_DN_CB] :
  916. NULL;
  917. if (!thefunc) {
  918. return;
  919. }
  920. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, ad_entry,
  921. new_dn_string, ds_suffix, ad_suffix);
  922. return;
  923. }
  924. void
  925. winsync_plugin_call_pre_ad_mod_user_mods_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  926. const Slapi_DN *local_dn,
  927. const Slapi_Entry *ds_entry,
  928. LDAPMod * const *origmods,
  929. Slapi_DN *remote_dn, LDAPMod ***modstosend)
  930. {
  931. winsync_pre_ad_mod_mods_cb thefunc =
  932. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_MODS_CB]) ?
  933. (winsync_pre_ad_mod_mods_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_USER_MODS_CB] :
  934. NULL;
  935. if (!thefunc) {
  936. return;
  937. }
  938. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, local_dn,
  939. ds_entry, origmods, remote_dn, modstosend);
  940. return;
  941. }
  942. void
  943. winsync_plugin_call_pre_ad_mod_group_mods_cb(const Repl_Agmt *ra, const Slapi_Entry *rawentry,
  944. const Slapi_DN *local_dn,
  945. const Slapi_Entry *ds_entry,
  946. LDAPMod * const *origmods,
  947. Slapi_DN *remote_dn, LDAPMod ***modstosend)
  948. {
  949. winsync_pre_ad_mod_mods_cb thefunc =
  950. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_MODS_CB]) ?
  951. (winsync_pre_ad_mod_mods_cb)_WinSyncAPI[WINSYNC_PLUGIN_PRE_AD_MOD_GROUP_MODS_CB] :
  952. NULL;
  953. if (!thefunc) {
  954. return;
  955. }
  956. (*thefunc)(windows_private_get_api_cookie(ra), rawentry, local_dn,
  957. ds_entry, origmods, remote_dn, modstosend);
  958. return;
  959. }
  960. int
  961. winsync_plugin_call_can_add_entry_to_ad_cb(const Repl_Agmt *ra, const Slapi_Entry *local_entry,
  962. const Slapi_DN *remote_dn)
  963. {
  964. winsync_can_add_to_ad_cb thefunc =
  965. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_CAN_ADD_ENTRY_TO_AD_CB]) ?
  966. (winsync_can_add_to_ad_cb)_WinSyncAPI[WINSYNC_PLUGIN_CAN_ADD_ENTRY_TO_AD_CB] :
  967. NULL;
  968. if (!thefunc) {
  969. return 1; /* default is entry can be added to AD */
  970. }
  971. return (*thefunc)(windows_private_get_api_cookie(ra), local_entry, remote_dn);
  972. }
  973. void
  974. winsync_plugin_call_begin_update_cb(const Repl_Agmt *ra, const Slapi_DN *ds_subtree,
  975. const Slapi_DN *ad_subtree, int is_total)
  976. {
  977. winsync_plugin_update_cb thefunc =
  978. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_BEGIN_UPDATE_CB]) ?
  979. (winsync_plugin_update_cb)_WinSyncAPI[WINSYNC_PLUGIN_BEGIN_UPDATE_CB] :
  980. NULL;
  981. if (!thefunc) {
  982. return;
  983. }
  984. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree, is_total);
  985. return;
  986. }
  987. void
  988. winsync_plugin_call_end_update_cb(const Repl_Agmt *ra, const Slapi_DN *ds_subtree,
  989. const Slapi_DN *ad_subtree, int is_total)
  990. {
  991. winsync_plugin_update_cb thefunc =
  992. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_END_UPDATE_CB]) ?
  993. (winsync_plugin_update_cb)_WinSyncAPI[WINSYNC_PLUGIN_END_UPDATE_CB] :
  994. NULL;
  995. if (!thefunc) {
  996. return;
  997. }
  998. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree, is_total);
  999. return;
  1000. }
  1001. void
  1002. winsync_plugin_call_destroy_agmt_cb(const Repl_Agmt *ra,
  1003. const Slapi_DN *ds_subtree,
  1004. const Slapi_DN *ad_subtree)
  1005. {
  1006. winsync_plugin_destroy_agmt_cb thefunc =
  1007. (_WinSyncAPI && _WinSyncAPI[WINSYNC_PLUGIN_DESTROY_AGMT_CB]) ?
  1008. (winsync_plugin_destroy_agmt_cb)_WinSyncAPI[WINSYNC_PLUGIN_DESTROY_AGMT_CB] :
  1009. NULL;
  1010. if (thefunc) {
  1011. (*thefunc)(windows_private_get_api_cookie(ra), ds_subtree, ad_subtree);
  1012. }
  1013. return;
  1014. }
  1015. /* #define WINSYNC_TEST_IPA */
  1016. #ifdef WINSYNC_TEST_IPA
  1017. #include "ipa-winsync.c"
  1018. #include "ipa-winsync-config.c"
  1019. #endif