windows_connection.c 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940
  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. /* repl5_connection.c */
  42. /*
  43. The connection object manages a connection to a single replication
  44. consumer.
  45. XXXggood what to do on timeout? If we close connection, then we won't leave a
  46. replica locked. Seems like right thing to do.
  47. */
  48. #include "repl5.h"
  49. #include "windowsrepl.h"
  50. #if !defined(USE_OPENLDAP)
  51. #include "ldappr.h"
  52. #endif
  53. #include "slap.h"
  54. #include "nss.h"
  55. typedef struct repl_connection
  56. {
  57. char *hostname;
  58. int port;
  59. char *binddn;
  60. int bindmethod;
  61. int state;
  62. int last_operation;
  63. int last_ldap_error;
  64. const char *status;
  65. char *last_ldap_errmsg;
  66. PRUint32 transport_flags;
  67. LDAP *ld;
  68. int supports_ldapv3; /* 1 if does, 0 if doesn't, -1 if not determined */
  69. int supports_ds50_repl; /* 1 if does, 0 if doesn't, -1 if not determined */
  70. int supports_ds40_repl; /* 1 if does, 0 if doesn't, -1 if not determined */
  71. int linger_time; /* time in seconds to leave an idle connection open */
  72. int supports_dirsync; /* 1 if does, 0 if doesn't, -1 if not determined */
  73. PRBool linger_active;
  74. Slapi_Eq_Context *linger_event;
  75. PRBool delete_after_linger;
  76. int refcnt;
  77. const Repl_Agmt *agmt;
  78. PRLock *lock;
  79. struct timeval timeout;
  80. int flag_agmt_changed;
  81. char *plain;
  82. int is_win2k3; /* 1 if it is win2k3 or later, 0 if not, -1 if not determined */
  83. } repl_connection;
  84. /* #define DEFAULT_LINGER_TIME (5 * 60) */ /* 5 minutes */
  85. #define DEFAULT_LINGER_TIME (60)
  86. /* Controls we add on every outbound operation */
  87. static LDAPControl manageDSAITControl = {LDAP_CONTROL_MANAGEDSAIT, {0, ""}, '\0'};
  88. static int attribute_string_value_present(LDAP *ld, LDAPMessage *entry,
  89. const char *type, const char *value);
  90. static int bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password);
  91. static int do_simple_bind (Repl_Connection *conn, LDAP *ld, char * binddn, char *password);
  92. static int s_debug_timeout = 0;
  93. static int s_debug_level = 0;
  94. static Slapi_Eq_Context repl5_start_debug_timeout(int *setlevel);
  95. static void repl5_stop_debug_timeout(Slapi_Eq_Context eqctx, int *setlevel);
  96. static void repl5_debug_timeout_callback(time_t when, void *arg);
  97. #define STATE_CONNECTED 600
  98. #define STATE_DISCONNECTED 601
  99. #define STATUS_DISCONNECTED "disconnected"
  100. #define STATUS_CONNECTED "connected"
  101. #define STATUS_PROCESSING_ADD "processing add operation"
  102. #define STATUS_PROCESSING_DELETE "processing delete operation"
  103. #define STATUS_PROCESSING_MODIFY "processing modify operation"
  104. #define STATUS_PROCESSING_RENAME "processing rename operation"
  105. #define STATUS_PROCESSING_EXTENDED_OPERATION "processing extended operation"
  106. #define STATUS_LINGERING "lingering"
  107. #define STATUS_SHUTTING_DOWN "shutting down"
  108. #define STATUS_BINDING "connecting and binding"
  109. #define STATUS_SEARCHING "processing search operation"
  110. #define CONN_NO_OPERATION 0
  111. #define CONN_ADD 1
  112. #define CONN_DELETE 2
  113. #define CONN_MODIFY 3
  114. #define CONN_RENAME 4
  115. #define CONN_EXTENDED_OPERATION 5
  116. #define CONN_BIND 6
  117. #define CONN_INIT 7
  118. #define CONN_SEARCH 8
  119. /* These are errors returned from ldap operations which should cause us to disconnect and
  120. retry the connection later */
  121. #define IS_DISCONNECT_ERROR(rc) (rc == LDAP_SERVER_DOWN || rc == LDAP_CONNECT_ERROR || rc == LDAP_INVALID_CREDENTIALS || rc == LDAP_INAPPROPRIATE_AUTH || rc == LDAP_LOCAL_ERROR)
  122. /* Forward declarations */
  123. static void close_connection_internal(Repl_Connection *conn);
  124. /*
  125. * Create a new conenction object. Returns a pointer to the object, or
  126. * NULL if an error occurs.
  127. */
  128. Repl_Connection *
  129. windows_conn_new(Repl_Agmt *agmt)
  130. {
  131. Repl_Connection *rpc;
  132. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_new\n", 0, 0, 0 );
  133. rpc = (Repl_Connection *)slapi_ch_malloc(sizeof(repl_connection));
  134. if ((rpc->lock = PR_NewLock()) == NULL)
  135. {
  136. goto loser;
  137. }
  138. rpc->hostname = agmt_get_hostname(agmt);
  139. rpc->port = agmt_get_port(agmt);
  140. rpc->binddn = agmt_get_binddn(agmt);
  141. rpc->bindmethod = agmt_get_bindmethod(agmt);
  142. rpc->transport_flags = agmt_get_transport_flags(agmt);
  143. rpc->ld = NULL;
  144. rpc->state = STATE_DISCONNECTED;
  145. rpc->last_operation = CONN_NO_OPERATION;
  146. rpc->last_ldap_error = LDAP_SUCCESS;
  147. rpc->last_ldap_errmsg = NULL;
  148. rpc->supports_ldapv3 = -1;
  149. rpc->supports_ds40_repl = -1;
  150. rpc->supports_ds50_repl = -1;
  151. rpc->supports_dirsync = -1;
  152. rpc->is_win2k3 = -1;
  153. rpc->linger_active = PR_FALSE;
  154. rpc->delete_after_linger = PR_FALSE;
  155. rpc->linger_event = NULL;
  156. rpc->linger_time = DEFAULT_LINGER_TIME;
  157. rpc->status = STATUS_DISCONNECTED;
  158. rpc->agmt = agmt;
  159. rpc->refcnt = 1;
  160. rpc->timeout.tv_sec = agmt_get_timeout(agmt);
  161. rpc->timeout.tv_usec = 0;
  162. rpc->flag_agmt_changed = 0;
  163. rpc->plain = NULL;
  164. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_new\n", 0, 0, 0 );
  165. return rpc;
  166. loser:
  167. windows_conn_delete(rpc);
  168. slapi_ch_free((void**)&rpc);
  169. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_new - loser\n", 0, 0, 0 );
  170. return NULL;
  171. }
  172. /*
  173. * Return PR_TRUE if the connection is in the connected state
  174. */
  175. static PRBool
  176. windows_conn_connected(Repl_Connection *conn)
  177. {
  178. PRBool return_value;
  179. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_connected\n", 0, 0, 0 );
  180. PR_Lock(conn->lock);
  181. return_value = STATE_CONNECTED == conn->state;
  182. PR_Unlock(conn->lock);
  183. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connected\n", 0, 0, 0 );
  184. return return_value;
  185. }
  186. /*
  187. * Destroy a connection object.
  188. */
  189. static void
  190. windows_conn_delete_internal(Repl_Connection *conn)
  191. {
  192. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_delete_internal\n", 0, 0, 0 );
  193. PR_ASSERT(NULL != conn);
  194. close_connection_internal(conn);
  195. /* slapi_ch_free accepts NULL pointer */
  196. slapi_ch_free((void **)&conn->hostname);
  197. slapi_ch_free((void **)&conn->binddn);
  198. slapi_ch_free((void **)&conn->plain);
  199. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_delete_internal\n", 0, 0, 0 );
  200. }
  201. /*
  202. * Destroy a connection. It is an error to use the connection object
  203. * after windows_conn_delete() has been called.
  204. */
  205. void
  206. windows_conn_delete(Repl_Connection *conn)
  207. {
  208. PRBool destroy_it = PR_FALSE;
  209. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_delete\n", 0, 0, 0 );
  210. PR_ASSERT(NULL != conn);
  211. PR_Lock(conn->lock);
  212. if (conn->linger_active)
  213. {
  214. if (slapi_eq_cancel(conn->linger_event) == 1)
  215. {
  216. /* Event was found and cancelled. Destroy the connection object. */
  217. PR_Unlock(conn->lock);
  218. destroy_it = PR_TRUE;
  219. }
  220. else
  221. {
  222. /*
  223. * The event wasn't found, but we think it's still active.
  224. * That means an event is in the process of being fired
  225. * off, so arrange for the event to destroy the object .
  226. */
  227. conn->delete_after_linger = PR_TRUE;
  228. PR_Unlock(conn->lock);
  229. }
  230. }
  231. if (destroy_it)
  232. {
  233. windows_conn_delete_internal(conn);
  234. }
  235. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_delete\n", 0, 0, 0 );
  236. }
  237. /*
  238. * Return the last operation type processed by the connection
  239. * object, and the LDAP error encountered.
  240. */
  241. void
  242. windows_conn_get_error(Repl_Connection *conn, int *operation, int *error)
  243. {
  244. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_get_error\n", 0, 0, 0 );
  245. PR_Lock(conn->lock);
  246. *operation = conn->last_operation;
  247. *error = conn->last_ldap_error;
  248. PR_Unlock(conn->lock);
  249. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_get_error\n", 0, 0, 0 );
  250. }
  251. void
  252. windows_conn_set_error(Repl_Connection *conn, int error)
  253. {
  254. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_set_error\n", 0, 0, 0 );
  255. PR_Lock(conn->lock);
  256. conn->last_ldap_error = error;
  257. PR_Unlock(conn->lock);
  258. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_set_error\n", 0, 0, 0 );
  259. }
  260. /*
  261. * Common code to send an LDAPv3 operation and collect the result.
  262. * Return values:
  263. * CONN_OPERATION_SUCCESS - the operation succeeded
  264. * CONN_OPERATION_FAILED - the operation was sent to the consumer
  265. * and failed. Use conn_get_error() to determine the LDAP error
  266. * code.
  267. * CONN_NOT_CONNECTED - no connection is active. The caller should
  268. * use conn_connect() to connect to the replica and bind, then should
  269. * reacquire the replica (if needed).
  270. * CONN_BUSY - the server is busy with previous requests, must wait for a while
  271. * before retrying
  272. */
  273. static ConnResult
  274. windows_perform_operation(Repl_Connection *conn, int optype, const char *dn,
  275. LDAPMod **attrs, const char *newrdn, const char *newparent,
  276. int deleteoldrdn, LDAPControl **server_controls,
  277. const char *extop_oid, struct berval *extop_payload, char **retoidp,
  278. struct berval **retdatap, LDAPControl ***returned_controls)
  279. {
  280. int rc = -1;
  281. ConnResult return_value;
  282. LDAPControl **loc_returned_controls;
  283. const char *op_string = NULL;
  284. const char *extra_op_string = NULL;
  285. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_perform_operation\n", 0, 0, 0 );
  286. if (windows_conn_connected(conn))
  287. {
  288. int msgid = -2; /* should match no messages */
  289. conn->last_operation = optype;
  290. switch (optype)
  291. {
  292. case CONN_ADD:
  293. conn->status = STATUS_PROCESSING_ADD;
  294. op_string = "add";
  295. rc = ldap_add_ext(conn->ld, dn, attrs, server_controls,
  296. NULL /* clientctls */, &msgid);
  297. break;
  298. case CONN_MODIFY:
  299. conn->status = STATUS_PROCESSING_MODIFY;
  300. op_string = "modify";
  301. rc = ldap_modify_ext(conn->ld, dn, attrs, server_controls,
  302. NULL /* clientctls */, &msgid);
  303. break;
  304. case CONN_DELETE:
  305. conn->status = STATUS_PROCESSING_DELETE;
  306. op_string = "delete";
  307. rc = ldap_delete_ext(conn->ld, dn, server_controls,
  308. NULL /* clientctls */, &msgid);
  309. break;
  310. case CONN_RENAME:
  311. conn->status = STATUS_PROCESSING_RENAME;
  312. op_string = "rename";
  313. rc = ldap_rename(conn->ld, dn, newrdn, newparent, deleteoldrdn,
  314. server_controls, NULL /* clientctls */, &msgid);
  315. break;
  316. case CONN_EXTENDED_OPERATION:
  317. conn->status = STATUS_PROCESSING_EXTENDED_OPERATION;
  318. op_string = "extended";
  319. extra_op_string = extop_oid;
  320. rc = ldap_extended_operation(conn->ld, extop_oid, extop_payload,
  321. server_controls, NULL /* clientctls */, &msgid);
  322. }
  323. if (LDAP_SUCCESS == rc)
  324. {
  325. LDAPMessage *res = NULL;
  326. int setlevel = 0;
  327. Slapi_Eq_Context eqctx = repl5_start_debug_timeout(&setlevel);
  328. rc = ldap_result(conn->ld, msgid, 1, &conn->timeout, &res);
  329. repl5_stop_debug_timeout(eqctx, &setlevel);
  330. if (0 == rc)
  331. {
  332. /* Timeout */
  333. rc = slapi_ldap_get_lderrno(conn->ld, NULL, NULL);
  334. conn->last_ldap_error = LDAP_TIMEOUT;
  335. return_value = CONN_TIMEOUT;
  336. }
  337. else if (-1 == rc)
  338. {
  339. /* Error */
  340. char *s = NULL;
  341. rc = slapi_ldap_get_lderrno(conn->ld, NULL, &s);
  342. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  343. "%s: Received error %d: %s for %s operation\n",
  344. agmt_get_long_name(conn->agmt),
  345. rc, s ? s : "NULL",
  346. op_string ? op_string : "NULL");
  347. conn->last_ldap_error = rc;
  348. /* some errors will require a disconnect and retry the connection
  349. later */
  350. if (IS_DISCONNECT_ERROR(rc))
  351. {
  352. windows_conn_disconnect(conn);
  353. return_value = CONN_NOT_CONNECTED;
  354. }
  355. else
  356. {
  357. conn->status = STATUS_CONNECTED;
  358. return_value = CONN_OPERATION_FAILED;
  359. }
  360. }
  361. else
  362. {
  363. int err;
  364. char *errmsg = NULL;
  365. char **referrals = NULL;
  366. char *matched = NULL;
  367. char *ptr;
  368. rc = ldap_parse_result(conn->ld, res, &err, &matched,
  369. &errmsg, &referrals, &loc_returned_controls,
  370. 0 /* Don't free the result */);
  371. if (IS_DISCONNECT_ERROR(rc))
  372. {
  373. conn->last_ldap_error = rc;
  374. windows_conn_disconnect(conn);
  375. return_value = CONN_NOT_CONNECTED;
  376. }
  377. else if (IS_DISCONNECT_ERROR(err))
  378. {
  379. conn->last_ldap_error = err;
  380. windows_conn_disconnect(conn);
  381. return_value = CONN_NOT_CONNECTED;
  382. }
  383. else if (err == LDAP_UNWILLING_TO_PERFORM && optype == CONN_MODIFY)
  384. {
  385. /* this permits password updates to fail gracefully */
  386. conn->last_ldap_error = LDAP_SUCCESS;
  387. return_value = CONN_OPERATION_SUCCESS;
  388. }
  389. else if (err == LDAP_ALREADY_EXISTS && optype == CONN_ADD)
  390. {
  391. conn->last_ldap_error = LDAP_SUCCESS;
  392. return_value = CONN_OPERATION_SUCCESS;
  393. }
  394. else if (err == LDAP_NO_SUCH_OBJECT && optype == CONN_DELETE)
  395. {
  396. conn->last_ldap_error = LDAP_SUCCESS;
  397. return_value = CONN_OPERATION_SUCCESS;
  398. }
  399. else /* regular operation, result returned */
  400. {
  401. if (NULL != returned_controls)
  402. {
  403. *returned_controls = loc_returned_controls;
  404. }
  405. if (LDAP_SUCCESS != rc)
  406. {
  407. conn->last_ldap_error = rc;
  408. }
  409. else
  410. {
  411. conn->last_ldap_error = err;
  412. }
  413. return_value = LDAP_SUCCESS == conn->last_ldap_error ? CONN_OPERATION_SUCCESS : CONN_OPERATION_FAILED;
  414. }
  415. /* remove extra newlines from AD error message */
  416. for (ptr = errmsg; ptr && *ptr; ++ptr) {
  417. if ((*ptr == '\n') || (*ptr == '\r')) {
  418. *ptr = ' ';
  419. }
  420. }
  421. /* handle special case of constraint violation - give admin
  422. enough information to allow them to fix the problem
  423. and retry - bug 170350 */
  424. if (conn->last_ldap_error == LDAP_CONSTRAINT_VIOLATION) {
  425. char ebuf[BUFSIZ];
  426. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  427. "%s: Received error [%s] when attempting to %s"
  428. " entry [%s]: Please correct the attribute specified "
  429. "in the error message. Refer to the Windows Active "
  430. "Directory docs for more information.\n",
  431. agmt_get_long_name(conn->agmt),
  432. errmsg, op_string == NULL ? "" : op_string,
  433. escape_string(dn, ebuf));
  434. } else {
  435. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  436. "%s: Received result code %d (%s) for %s operation %s%s\n",
  437. agmt_get_long_name(conn->agmt),
  438. conn->last_ldap_error, errmsg,
  439. op_string == NULL ? "" : op_string,
  440. extra_op_string == NULL ? "" : extra_op_string,
  441. extra_op_string == NULL ? "" : " ");
  442. }
  443. /*
  444. * XXXggood do I need to free matched, referrals,
  445. * anything else? Or can I pass NULL for the args
  446. * I'm not interested in?
  447. */
  448. /* Good question! Meanwhile, as RTM aproaches, let's free them... */
  449. slapi_ch_free((void **) &errmsg);
  450. slapi_ch_free((void **) &matched);
  451. charray_free(referrals);
  452. conn->status = STATUS_CONNECTED;
  453. }
  454. if (res) ldap_msgfree(res);
  455. }
  456. else
  457. {
  458. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  459. "%s: Failed to send %s operation: LDAP error %d (%s)\n",
  460. agmt_get_long_name(conn->agmt),
  461. op_string ? op_string : "NULL", rc, ldap_err2string(rc));
  462. conn->last_ldap_error = rc;
  463. if (IS_DISCONNECT_ERROR(rc))
  464. {
  465. windows_conn_disconnect(conn);
  466. return_value = CONN_NOT_CONNECTED;
  467. }
  468. else
  469. {
  470. conn->status = STATUS_CONNECTED;
  471. return_value = CONN_OPERATION_FAILED;
  472. }
  473. }
  474. }
  475. else
  476. {
  477. /* conn->last_ldap_error has been set to a more specific value
  478. * in windows_conn_connected()
  479. * conn->last_ldap_error = LDAP_SERVER_DOWN;
  480. */
  481. return_value = CONN_NOT_CONNECTED;
  482. }
  483. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_perform_operation\n", 0, 0, 0 );
  484. return return_value;
  485. }
  486. /* Copied from the chaining backend*/
  487. static Slapi_Entry *
  488. windows_LDAPMessage2Entry(Repl_Connection *conn, LDAPMessage * msg, int attrsonly) {
  489. Slapi_Entry *rawentry = NULL;
  490. Slapi_Entry *e = NULL;
  491. char *a = NULL;
  492. BerElement * ber = NULL;
  493. LDAP *ld = conn->ld;
  494. windows_private_set_raw_entry(conn->agmt, NULL); /* clear it first */
  495. if (msg == NULL) {
  496. return NULL;
  497. }
  498. /*
  499. * dn not allocated by slapi
  500. * attribute type and values ARE allocated
  501. */
  502. e = slapi_entry_alloc();
  503. if ( e == NULL ) return NULL;
  504. slapi_entry_set_dn( e, ldap_get_dn( ld, msg ) );
  505. rawentry = slapi_entry_alloc();
  506. if ( rawentry == NULL ) {
  507. slapi_entry_free(e);
  508. return NULL;
  509. }
  510. slapi_entry_set_dn( rawentry, slapi_ch_strdup(slapi_entry_get_dn(e)) );
  511. for ( a = ldap_first_attribute( ld, msg, &ber ); a!=NULL; a=ldap_next_attribute( ld, msg, ber ) )
  512. {
  513. struct berval ** aVal = ldap_get_values_len( ld, msg, a);
  514. slapi_entry_add_values(rawentry, a, aVal);
  515. if (0 == strcasecmp(a,"dnsRecord") || 0 == strcasecmp(a,"dnsproperty") ||
  516. 0 == strcasecmp(a,"dscorepropagationdata"))
  517. {
  518. /* AD returns us entries with these attributes that we are not interested in,
  519. * but they break the entry attribute code (I think it is looking at null-terminated
  520. * string values, but the values are binary here). It appears that AD has some problems
  521. * with allowing duplicate values for system-only multi-valued attributes. So we skip
  522. * those attributes as a workaround.
  523. */
  524. ;
  525. } else
  526. {
  527. if (attrsonly)
  528. {
  529. slapi_entry_add_value(e, a, (Slapi_Value *)NULL);
  530. } else
  531. {
  532. char *type_to_use = NULL;
  533. /* Work around the fact that we alias street and streetaddress, while Microsoft do not */
  534. if (0 == strcasecmp(a,"streetaddress"))
  535. {
  536. type_to_use = FAKE_STREET_ATTR_NAME;
  537. } else
  538. {
  539. type_to_use = a;
  540. }
  541. /* If the list of attribute values is null, we need to delete this attribute
  542. * from the local entry.
  543. */
  544. if (aVal == NULL) {
  545. /* Windows will send us an attribute with no values if it was deleted
  546. * on the AD side. Add this attribute to the deleted attributes list */
  547. Slapi_Attr *attr = slapi_attr_new();
  548. slapi_attr_init(attr, type_to_use);
  549. entry_add_deleted_attribute_wsi(e, attr);
  550. } else {
  551. slapi_entry_add_values( e, type_to_use, aVal);
  552. }
  553. }
  554. }
  555. ldap_memfree(a);
  556. ldap_value_free_len(aVal);
  557. }
  558. if ( NULL != ber )
  559. {
  560. ber_free( ber, 0 );
  561. }
  562. windows_private_set_raw_entry(conn->agmt, rawentry); /* windows private now owns rawentry */
  563. return e;
  564. }
  565. /* Perform a simple search against Windows with no controls */
  566. ConnResult
  567. windows_search_entry(Repl_Connection *conn, char* searchbase, char *filter, Slapi_Entry **entry)
  568. {
  569. return windows_search_entry_ext(conn, searchbase, filter, entry, NULL);
  570. }
  571. /* Perform a simple search against Windows with optional controls */
  572. ConnResult
  573. windows_search_entry_ext(Repl_Connection *conn, char* searchbase, char *filter, Slapi_Entry **entry, LDAPControl **serverctrls)
  574. {
  575. ConnResult return_value = 0;
  576. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_search_entry\n", 0, 0, 0 );
  577. *entry = NULL;
  578. if (windows_conn_connected(conn))
  579. {
  580. int ldap_rc = 0;
  581. LDAPMessage *res = NULL;
  582. char *searchbase_copy = slapi_ch_strdup(searchbase);
  583. int scope = LDAP_SCOPE_SUBTREE;
  584. char *filter_copy = slapi_ch_strdup(filter);
  585. char **attrs = NULL;
  586. LDAPControl **serverctrls_copy = NULL;
  587. slapi_add_controls(&serverctrls_copy, serverctrls, 1 /* make a copy we can free */);
  588. LDAPDebug( LDAP_DEBUG_REPL, "Calling windows entry search request plugin\n", 0, 0, 0 );
  589. winsync_plugin_call_pre_ad_search_cb(conn->agmt, NULL, &searchbase_copy, &scope, &filter_copy,
  590. &attrs, &serverctrls_copy);
  591. ldap_rc = ldap_search_ext_s(conn->ld, searchbase_copy, scope,
  592. filter_copy, attrs, 0 /* attrsonly */,
  593. serverctrls_copy , NULL /* client controls */,
  594. &conn->timeout, 0 /* sizelimit */, &res);
  595. slapi_ch_free_string(&searchbase_copy);
  596. slapi_ch_free_string(&filter_copy);
  597. slapi_ch_array_free(attrs);
  598. attrs = NULL;
  599. ldap_controls_free(serverctrls_copy);
  600. serverctrls_copy = NULL;
  601. if (LDAP_SUCCESS == ldap_rc)
  602. {
  603. LDAPMessage *message = ldap_first_entry(conn->ld, res);
  604. if (slapi_is_loglevel_set(SLAPI_LOG_REPL)) {
  605. int nummessages = 0;
  606. int numentries = 0;
  607. int numreferences = 0;
  608. nummessages = ldap_count_messages(conn->ld, res);
  609. numentries = ldap_count_entries(conn->ld, res);
  610. numreferences = ldap_count_references(conn->ld, res);
  611. LDAPDebug( LDAP_DEBUG_REPL, "windows_search_entry: received %d messages, %d entries, %d references\n",
  612. nummessages, numentries, numreferences );
  613. }
  614. if (NULL != entry)
  615. {
  616. *entry = windows_LDAPMessage2Entry(conn,message,0);
  617. }
  618. /* See if there are any more entries : if so then that's an error
  619. * but we still need to get them to avoid gumming up the connection
  620. */
  621. while (NULL != ( message = ldap_next_entry(conn->ld,message))) ;
  622. return_value = CONN_OPERATION_SUCCESS;
  623. }
  624. else if (IS_DISCONNECT_ERROR(ldap_rc))
  625. {
  626. windows_conn_disconnect(conn);
  627. return_value = CONN_NOT_CONNECTED;
  628. }
  629. else
  630. {
  631. return_value = CONN_OPERATION_FAILED;
  632. }
  633. conn->last_ldap_error = ldap_rc;
  634. if (NULL != res)
  635. {
  636. ldap_msgfree(res);
  637. res = NULL;
  638. }
  639. }
  640. else
  641. {
  642. return_value = CONN_NOT_CONNECTED;
  643. }
  644. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_search_entry\n", 0, 0, 0 );
  645. return return_value;
  646. }
  647. ConnResult
  648. send_dirsync_search(Repl_Connection *conn)
  649. {
  650. ConnResult return_value;
  651. LDAPDebug( LDAP_DEBUG_TRACE, "=> send_dirsync_search\n", 0, 0, 0 );
  652. if (windows_conn_connected(conn))
  653. {
  654. const char *op_string = NULL;
  655. int rc;
  656. int scope = LDAP_SCOPE_SUBTREE;
  657. char *filter = slapi_ch_strdup("(objectclass=*)");
  658. char **attrs = NULL;
  659. LDAPControl **server_controls = NULL;
  660. int msgid;
  661. /* need to strip the dn down to dc= */
  662. const char *old_dn = slapi_sdn_get_ndn( windows_private_get_windows_subtree(conn->agmt) );
  663. char *dn = slapi_ch_strdup(strstr(old_dn, "dc="));
  664. if (conn->supports_dirsync == 0)
  665. {
  666. /* unsupported */
  667. } else
  668. {
  669. slapi_add_control_ext(&server_controls,
  670. windows_private_dirsync_control(conn->agmt),
  671. 0 /* no copy - passin */);
  672. }
  673. conn->last_operation = CONN_SEARCH;
  674. conn->status = STATUS_SEARCHING;
  675. op_string = "search";
  676. LDAPDebug( LDAP_DEBUG_REPL, "Calling dirsync search request plugin\n", 0, 0, 0 );
  677. winsync_plugin_call_dirsync_search_params_cb(conn->agmt, old_dn, &dn, &scope, &filter,
  678. &attrs, &server_controls);
  679. LDAPDebug( LDAP_DEBUG_REPL, "Sending dirsync search request\n", 0, 0, 0 );
  680. rc = ldap_search_ext( conn->ld, dn, scope, filter, attrs, PR_FALSE, server_controls,
  681. NULL /* ClientControls */, 0,0, &msgid);
  682. if (LDAP_SUCCESS == rc)
  683. {
  684. return_value = 0;
  685. }
  686. else
  687. {
  688. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  689. "%s: Failed to get %s operation: LDAP error %d (%s)\n",
  690. agmt_get_long_name(conn->agmt),
  691. op_string, rc, ldap_err2string(rc));
  692. conn->last_ldap_error = rc;
  693. if (IS_DISCONNECT_ERROR(rc))
  694. {
  695. windows_conn_disconnect(conn);
  696. return_value = CONN_NOT_CONNECTED;
  697. }
  698. else
  699. {
  700. conn->status = STATUS_CONNECTED;
  701. return_value = CONN_OPERATION_FAILED;
  702. }
  703. }
  704. /* cleanup */
  705. slapi_ch_free_string(&dn);
  706. slapi_ch_free_string(&filter);
  707. slapi_ch_array_free(attrs);
  708. attrs = NULL;
  709. ldap_controls_free(server_controls);
  710. server_controls = NULL;
  711. }
  712. else
  713. {
  714. /* conn->last_ldap_error has been set to a more specific value
  715. * in windows_conn_connected()
  716. * conn->last_ldap_error = LDAP_SERVER_DOWN;
  717. */
  718. return_value = CONN_NOT_CONNECTED;
  719. }
  720. LDAPDebug( LDAP_DEBUG_TRACE, "<= send_dirsync_search\n", 0, 0, 0 );
  721. return return_value;
  722. }
  723. /*
  724. * Send an LDAP add operation.
  725. */
  726. ConnResult
  727. windows_conn_send_add(Repl_Connection *conn, const char *dn, LDAPMod **attrs,
  728. LDAPControl **server_controls, LDAPControl ***returned_controls)
  729. {
  730. ConnResult res = 0;
  731. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_send_add\n", 0, 0, 0 );
  732. res = windows_perform_operation(conn, CONN_ADD, dn, attrs, NULL /* newrdn */,
  733. NULL /* newparent */, 0 /* deleteoldrdn */, server_controls,
  734. NULL /* extop OID */, NULL /* extop payload */, NULL /* retoidp */,
  735. NULL /* retdatap */, returned_controls);
  736. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_send_add\n", 0, 0, 0 );
  737. return res;
  738. }
  739. /*
  740. * Send an LDAP delete operation.
  741. */
  742. ConnResult
  743. windows_conn_send_delete(Repl_Connection *conn, const char *dn,
  744. LDAPControl **server_controls, LDAPControl ***returned_controls)
  745. {
  746. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_send_delete\n", 0, 0, 0 );
  747. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_send_delete\n", 0, 0, 0 );
  748. return windows_perform_operation(conn, CONN_DELETE, dn, NULL /* attrs */,
  749. NULL /* newrdn */, NULL /* newparent */, 0 /* deleteoldrdn */,
  750. server_controls, NULL /* extop OID */, NULL /* extop payload */,
  751. NULL /* retoidp */, NULL /* retdatap */, returned_controls);
  752. }
  753. /*
  754. * Send an LDAP modify operation.
  755. */
  756. ConnResult
  757. windows_conn_send_modify(Repl_Connection *conn, const char *dn, LDAPMod **mods,
  758. LDAPControl **server_controls, LDAPControl ***returned_controls)
  759. {
  760. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_send_modify\n", 0, 0, 0 );
  761. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_send_modify\n", 0, 0, 0 );
  762. return windows_perform_operation(conn, CONN_MODIFY, dn, mods, NULL /* newrdn */,
  763. NULL /* newparent */, 0 /* deleteoldrdn */, server_controls,
  764. NULL /* extop OID */, NULL /* extop payload */, NULL /* retoidp */,
  765. NULL /* retdatap */, returned_controls);
  766. }
  767. /*
  768. * Send an LDAP moddn operation.
  769. */
  770. ConnResult
  771. windows_conn_send_rename(Repl_Connection *conn, const char *dn,
  772. const char *newrdn, const char *newparent, int deleteoldrdn,
  773. LDAPControl **server_controls, LDAPControl ***returned_controls)
  774. {
  775. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_send_rename\n", 0, 0, 0 );
  776. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_send_rename\n", 0, 0, 0 );
  777. return windows_perform_operation(conn, CONN_RENAME, dn, NULL /* attrs */,
  778. newrdn, newparent, deleteoldrdn, server_controls,
  779. NULL /* extop OID */, NULL /* extop payload */, NULL /* retoidp */,
  780. NULL /* retdatap */, returned_controls);
  781. }
  782. /*
  783. * Send an LDAP search operation.
  784. */
  785. Slapi_Entry * windows_conn_get_search_result(Repl_Connection *conn)
  786. {
  787. int rc=0;
  788. LDAPMessage *res = NULL;
  789. Slapi_Entry *e = NULL;
  790. LDAPMessage *lm = NULL;
  791. char *dn = "";
  792. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_get_search_result\n", 0, 0, 0 );
  793. if (windows_conn_connected(conn))
  794. {
  795. rc = ldap_result( conn->ld, LDAP_RES_ANY, 0, &conn->timeout, &res );
  796. switch (rc) {
  797. case 0:
  798. case -1:
  799. case LDAP_RES_SEARCH_REFERENCE:
  800. slapi_log_error(SLAPI_LOG_FATAL, windows_repl_plugin_name, "error in windows_conn_get_search_result, rc=%d\n", rc);
  801. break;
  802. case LDAP_RES_SEARCH_RESULT:
  803. {
  804. LDAPControl **returned_controls = NULL;
  805. int code = 0;
  806. /* Purify says this is a leak : */
  807. if (LDAP_SUCCESS != (rc = ldap_parse_result( conn->ld, res, &code, NULL, NULL, NULL, &returned_controls, 0 ))) {
  808. slapi_log_error(SLAPI_LOG_FATAL, windows_repl_plugin_name,
  809. "error reading search result in windows_conn_get_search_result, rc=%d:%s\n", rc, ldap_err2string(rc));
  810. }
  811. if (returned_controls)
  812. {
  813. windows_private_update_dirsync_control(conn->agmt, returned_controls);
  814. ldap_controls_free(returned_controls);
  815. }
  816. if (windows_private_dirsync_has_more(conn->agmt)) {
  817. slapi_log_error(SLAPI_LOG_REPL, windows_repl_plugin_name,"received hasmore from dirsync\n");
  818. }
  819. }
  820. break;
  821. case LDAP_RES_SEARCH_ENTRY:
  822. {
  823. if (( dn = ldap_get_dn( conn->ld, res )) != NULL )
  824. {
  825. slapi_log_error(SLAPI_LOG_REPL, windows_repl_plugin_name,"received entry from dirsync: %s\n", dn);
  826. lm = ldap_first_entry( conn->ld, res );
  827. e = windows_LDAPMessage2Entry(conn,lm,0);
  828. ldap_memfree(dn);
  829. }
  830. }
  831. break;
  832. } /* switch */
  833. } /* if */
  834. if (res)
  835. {
  836. ldap_msgfree( res );
  837. res = NULL;
  838. }
  839. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_get_search_result\n", 0, 0, 0 );
  840. return e;
  841. }
  842. /*
  843. * Send an LDAP extended operation.
  844. */
  845. ConnResult
  846. windows_conn_send_extended_operation(Repl_Connection *conn, const char *extop_oid,
  847. struct berval *payload, char **retoidp, struct berval **retdatap,
  848. LDAPControl **server_controls, LDAPControl ***returned_controls)
  849. {
  850. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_send_extended_operation\n", 0, 0, 0 );
  851. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_send_extended_operation\n", 0, 0, 0 );
  852. return windows_perform_operation(conn, CONN_EXTENDED_OPERATION, NULL /* dn */, NULL /* attrs */,
  853. NULL /* newrdn */, NULL /* newparent */, 0 /* deleteoldrdn */,
  854. server_controls, extop_oid, payload, retoidp, retdatap,
  855. returned_controls);
  856. }
  857. /*
  858. * Synchronously read an entry and return a specific attribute's values.
  859. * Returns CONN_OPERATION_SUCCESS if successful. Returns
  860. * CONN_OPERATION_FAILED if the operation was sent but an LDAP error
  861. * occurred (conn->last_ldap_error is set in this case), and
  862. * CONN_NOT_CONNECTED if no connection was active.
  863. *
  864. * The caller must free the returned_bvals.
  865. */
  866. ConnResult
  867. windows_conn_read_entry_attribute(Repl_Connection *conn, const char *dn,
  868. char *type, struct berval ***returned_bvals)
  869. {
  870. ConnResult return_value;
  871. int ldap_rc;
  872. LDAPControl *server_controls[2];
  873. LDAPMessage *res = NULL;
  874. char *attrs[2];
  875. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_read_entry_attribute\n", 0, 0, 0 );
  876. PR_ASSERT(NULL != type);
  877. if (windows_conn_connected(conn))
  878. {
  879. server_controls[0] = &manageDSAITControl;
  880. server_controls[1] = NULL;
  881. attrs[0] = type;
  882. attrs[1] = NULL;
  883. ldap_rc = ldap_search_ext_s(conn->ld, dn, LDAP_SCOPE_BASE,
  884. "(objectclass=*)", attrs, 0 /* attrsonly */,
  885. server_controls, NULL /* client controls */,
  886. &conn->timeout, 0 /* sizelimit */, &res);
  887. if (LDAP_SUCCESS == ldap_rc)
  888. {
  889. LDAPMessage *entry = ldap_first_entry(conn->ld, res);
  890. if (NULL != entry)
  891. {
  892. *returned_bvals = ldap_get_values_len(conn->ld, entry, type);
  893. }
  894. return_value = CONN_OPERATION_SUCCESS;
  895. }
  896. else if (IS_DISCONNECT_ERROR(ldap_rc))
  897. {
  898. windows_conn_disconnect(conn);
  899. return_value = CONN_NOT_CONNECTED;
  900. }
  901. else
  902. {
  903. return_value = CONN_OPERATION_FAILED;
  904. }
  905. conn->last_ldap_error = ldap_rc;
  906. if (NULL != res)
  907. {
  908. ldap_msgfree(res);
  909. res = NULL;
  910. }
  911. }
  912. else
  913. {
  914. return_value = CONN_NOT_CONNECTED;
  915. }
  916. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_read_entry_attribute\n", 0, 0, 0 );
  917. return return_value;
  918. }
  919. /*
  920. * Return an pointer to a string describing the connection's status.
  921. */
  922. const char *
  923. windows_conn_get_status(Repl_Connection *conn)
  924. {
  925. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_get_status\n", 0, 0, 0 );
  926. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_get_status\n", 0, 0, 0 );
  927. return conn->status;
  928. }
  929. /*
  930. * Cancel any outstanding linger timer. Should be called when
  931. * a replication session is beginning.
  932. */
  933. void
  934. windows_conn_cancel_linger(Repl_Connection *conn)
  935. {
  936. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_cancel_linger\n", 0, 0, 0 );
  937. PR_ASSERT(NULL != conn);
  938. PR_Lock(conn->lock);
  939. if (conn->linger_active)
  940. {
  941. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  942. "%s: Cancelling linger on the connection\n",
  943. agmt_get_long_name(conn->agmt));
  944. conn->linger_active = PR_FALSE;
  945. if (slapi_eq_cancel(conn->linger_event) == 1)
  946. {
  947. conn->refcnt--;
  948. }
  949. conn->linger_event = NULL;
  950. conn->status = STATUS_CONNECTED;
  951. }
  952. else
  953. {
  954. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  955. "%s: No linger to cancel on the connection\n",
  956. agmt_get_long_name(conn->agmt));
  957. }
  958. PR_Unlock(conn->lock);
  959. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_cancel_linger\n", 0, 0, 0 );
  960. }
  961. /*
  962. * Called when our linger timeout timer expires. This means
  963. * we should check to see if perhaps the connection's become
  964. * active again, in which case we do nothing. Otherwise,
  965. * we close the connection.
  966. */
  967. static void
  968. linger_timeout(time_t event_time, void *arg)
  969. {
  970. PRBool delete_now;
  971. Repl_Connection *conn = (Repl_Connection *)arg;
  972. LDAPDebug( LDAP_DEBUG_TRACE, "=> linger_timeout\n", 0, 0, 0 );
  973. PR_ASSERT(NULL != conn);
  974. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  975. "%s: Linger timeout has expired on the connection\n",
  976. agmt_get_long_name(conn->agmt));
  977. PR_Lock(conn->lock);
  978. if (conn->linger_active)
  979. {
  980. conn->linger_active = PR_FALSE;
  981. conn->linger_event = NULL;
  982. close_connection_internal(conn);
  983. }
  984. delete_now = conn->delete_after_linger;
  985. PR_Unlock(conn->lock);
  986. if (delete_now)
  987. {
  988. windows_conn_delete_internal(conn);
  989. }
  990. LDAPDebug( LDAP_DEBUG_TRACE, "<= linger_timeout\n", 0, 0, 0 );
  991. }
  992. /*
  993. * Indicate that a session is ending. The linger timer starts when
  994. * this function is called.
  995. */
  996. void
  997. windows_conn_start_linger(Repl_Connection *conn)
  998. {
  999. time_t now;
  1000. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_start_linger\n", 0, 0, 0 );
  1001. PR_ASSERT(NULL != conn);
  1002. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1003. "%s: Beginning linger on the connection\n",
  1004. agmt_get_long_name(conn->agmt));
  1005. if (!windows_conn_connected(conn))
  1006. {
  1007. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1008. "%s: No linger on the closed conn\n",
  1009. agmt_get_long_name(conn->agmt));
  1010. return;
  1011. }
  1012. time(&now);
  1013. PR_Lock(conn->lock);
  1014. if (conn->linger_active)
  1015. {
  1016. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1017. "%s: Linger already active on the connection\n",
  1018. agmt_get_long_name(conn->agmt));
  1019. }
  1020. else
  1021. {
  1022. conn->linger_active = PR_TRUE;
  1023. conn->linger_event = slapi_eq_once(linger_timeout, conn, now + conn->linger_time);
  1024. conn->status = STATUS_LINGERING;
  1025. }
  1026. PR_Unlock(conn->lock);
  1027. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_start_linger\n", 0, 0, 0 );
  1028. }
  1029. /*
  1030. * If no connection is currently active, opens a connection and binds to
  1031. * the remote server. If a connection is open (e.g. lingering) then
  1032. * this is a no-op.
  1033. *
  1034. * Returns CONN_OPERATION_SUCCESS on success, or CONN_OPERATION_FAILED
  1035. * on failure. Sets conn->last_ldap_error and conn->last_operation;
  1036. */
  1037. ConnResult
  1038. windows_conn_connect(Repl_Connection *conn)
  1039. {
  1040. int optdata;
  1041. int secure = 0;
  1042. char* binddn = NULL;
  1043. struct berval *creds = NULL;
  1044. ConnResult return_value = CONN_OPERATION_SUCCESS;
  1045. int pw_ret = 1;
  1046. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_connect\n", 0, 0, 0 );
  1047. /** Connection already open just return SUCCESS **/
  1048. if(conn->state == STATE_CONNECTED) {
  1049. goto done;
  1050. }
  1051. PR_Lock(conn->lock);
  1052. if (conn->flag_agmt_changed) {
  1053. /* So far we cannot change Hostname and Port */
  1054. /* slapi_ch_free((void **)&conn->hostname); */
  1055. /* conn->hostname = agmt_get_hostname(conn->agmt); */
  1056. /* conn->port = agmt_get_port(conn->agmt); */
  1057. slapi_ch_free((void **)&conn->binddn);
  1058. conn->binddn = agmt_get_binddn(conn->agmt);
  1059. conn->bindmethod = agmt_get_bindmethod(conn->agmt);
  1060. conn->transport_flags = agmt_get_transport_flags(conn->agmt);
  1061. conn->timeout.tv_sec = agmt_get_timeout(conn->agmt);
  1062. conn->flag_agmt_changed = 0;
  1063. slapi_ch_free((void **)&conn->plain);
  1064. }
  1065. PR_Unlock(conn->lock);
  1066. creds = agmt_get_credentials(conn->agmt);
  1067. if (conn->plain == NULL) {
  1068. char *plain = NULL;
  1069. /* kexcoff: for reversible encryption */
  1070. /* We need to test the return code of pw_rever_decode in order to decide
  1071. * if a free for plain will be needed (pw_ret == 0) or not (pw_ret != 0) */
  1072. pw_ret = pw_rever_decode(creds->bv_val, &plain, type_nsds5ReplicaCredentials);
  1073. /* Pb occured in decryption: stop now, binding will fail */
  1074. if ( pw_ret == -1 )
  1075. {
  1076. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1077. "%s: Decoding of the credentials failed.\n",
  1078. agmt_get_long_name(conn->agmt));
  1079. return_value = CONN_OPERATION_FAILED;
  1080. conn->last_ldap_error = LDAP_INVALID_CREDENTIALS;
  1081. conn->state = STATE_DISCONNECTED;
  1082. goto done;
  1083. } /* Else, does not mean that the plain is correct, only means the we had no internal
  1084. decoding pb */
  1085. conn->plain = slapi_ch_strdup (plain);
  1086. if (!pw_ret) slapi_ch_free((void**)&plain);
  1087. }
  1088. /* ugaston: if SSL has been selected in the replication agreement, SSL client
  1089. * initialisation should be done before ever trying to open any connection at all.
  1090. */
  1091. if (conn->transport_flags == TRANSPORT_FLAG_TLS) {
  1092. secure = 2;
  1093. } else if (conn->transport_flags == TRANSPORT_FLAG_SSL) {
  1094. secure = 1;
  1095. }
  1096. if (secure > 0) {
  1097. if (!NSS_IsInitialized()) {
  1098. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1099. "%s: SSL Not Initialized, Replication over SSL FAILED\n",
  1100. agmt_get_long_name(conn->agmt));
  1101. return_value = CONN_SSL_NOT_ENABLED;
  1102. conn->last_ldap_error = LDAP_INAPPROPRIATE_AUTH;
  1103. conn->last_operation = CONN_INIT;
  1104. goto done;
  1105. }
  1106. }
  1107. if (return_value == CONN_OPERATION_SUCCESS) {
  1108. #if !defined(USE_OPENLDAP)
  1109. int io_timeout_ms;
  1110. #endif
  1111. /* Now we initialize the LDAP Structure and set options */
  1112. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1113. "%s: Trying %s%s slapi_ldap_init_ext\n",
  1114. agmt_get_long_name(conn->agmt),
  1115. secure ? "secure" : "non-secure",
  1116. (secure == 2) ? " startTLS" : "");
  1117. conn->ld = slapi_ldap_init_ext(NULL, conn->hostname, conn->port, secure, 0, NULL);
  1118. if (NULL == conn->ld)
  1119. {
  1120. return_value = CONN_OPERATION_FAILED;
  1121. conn->state = STATE_DISCONNECTED;
  1122. conn->last_operation = CONN_INIT;
  1123. conn->last_ldap_error = LDAP_LOCAL_ERROR;
  1124. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1125. "%s: Failed to establish %s%sconnection to the consumer\n",
  1126. agmt_get_long_name(conn->agmt),
  1127. secure ? "secure " : "",
  1128. (secure == 2) ? "startTLS " : "");
  1129. goto done;
  1130. }
  1131. /* slapi_ch_strdup is OK with NULL strings */
  1132. binddn = slapi_ch_strdup(conn->binddn);
  1133. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1134. "%s: binddn = %s, passwd = %s\n",
  1135. agmt_get_long_name(conn->agmt),
  1136. binddn?binddn:"NULL", creds->bv_val?creds->bv_val:"NULL");
  1137. /* Set some options for the connection. */
  1138. optdata = LDAP_DEREF_NEVER; /* Don't dereference aliases */
  1139. ldap_set_option(conn->ld, LDAP_OPT_DEREF, &optdata);
  1140. optdata = LDAP_VERSION3; /* We need LDAP version 3 */
  1141. ldap_set_option(conn->ld, LDAP_OPT_PROTOCOL_VERSION, &optdata);
  1142. /* Don't chase any referrals (although we shouldn't get any) */
  1143. ldap_set_option(conn->ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
  1144. /* override the default timeout with the specified timeout */
  1145. #if defined(USE_OPENLDAP)
  1146. ldap_set_option(conn->ld, LDAP_OPT_NETWORK_TIMEOUT, &conn->timeout);
  1147. #else
  1148. io_timeout_ms = conn->timeout.tv_sec * 1000 + conn->timeout.tv_usec / 1000;
  1149. prldap_set_session_option(conn->ld, NULL, PRLDAP_OPT_IO_MAX_TIMEOUT,
  1150. io_timeout_ms);
  1151. #endif
  1152. /* We've got an ld. Now bind to the server. */
  1153. conn->last_operation = CONN_BIND;
  1154. }
  1155. if ( bind_and_check_pwp(conn, binddn, conn->plain) == CONN_OPERATION_FAILED )
  1156. {
  1157. conn->last_ldap_error = slapi_ldap_get_lderrno (conn->ld, NULL, NULL);
  1158. conn->state = STATE_DISCONNECTED;
  1159. return_value = CONN_OPERATION_FAILED;
  1160. }
  1161. else
  1162. {
  1163. conn->last_ldap_error = LDAP_SUCCESS;
  1164. conn->state = STATE_CONNECTED;
  1165. return_value = CONN_OPERATION_SUCCESS;
  1166. }
  1167. {
  1168. ConnResult supports = 0;
  1169. supports = windows_conn_replica_supports_dirsync(conn);
  1170. if (CONN_DOES_NOT_SUPPORT_DIRSYNC == supports)
  1171. {
  1172. /* We assume that a server that doesn't support dirsync is our NT4 LDAP service */
  1173. windows_private_set_isnt4(conn->agmt,1);
  1174. LDAPDebug( LDAP_DEBUG_REPL, "windows_conn_connect : detected NT4 peer\n", 0, 0, 0 );
  1175. } else
  1176. {
  1177. windows_private_set_isnt4(conn->agmt,0);
  1178. }
  1179. supports = windows_conn_replica_is_win2k3(conn);
  1180. if (CONN_IS_WIN2K3 == supports)
  1181. {
  1182. windows_private_set_iswin2k3(conn->agmt,1);
  1183. LDAPDebug( LDAP_DEBUG_REPL, "windows_conn_connect : detected Win2k3 peer\n", 0, 0, 0 );
  1184. } else
  1185. {
  1186. windows_private_set_iswin2k3(conn->agmt,0);
  1187. }
  1188. }
  1189. slapi_ch_free((void**)&binddn);
  1190. if(return_value == CONN_OPERATION_FAILED)
  1191. {
  1192. close_connection_internal(conn);
  1193. } else
  1194. {
  1195. conn->last_ldap_error = LDAP_SUCCESS;
  1196. conn->state = STATE_CONNECTED;
  1197. }
  1198. done:
  1199. if (creds) {
  1200. ber_bvfree(creds);
  1201. creds = NULL;
  1202. }
  1203. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connect\n", 0, 0, 0 );
  1204. return return_value;
  1205. }
  1206. static void
  1207. close_connection_internal(Repl_Connection *conn)
  1208. {
  1209. LDAPDebug( LDAP_DEBUG_TRACE, "=> close_connection_internal\n", 0, 0, 0 );
  1210. if (NULL != conn->ld)
  1211. {
  1212. /* Since we call slapi_ldap_init,
  1213. we must call slapi_ldap_unbind */
  1214. slapi_ldap_unbind(conn->ld);
  1215. }
  1216. conn->ld = NULL;
  1217. conn->state = STATE_DISCONNECTED;
  1218. conn->status = STATUS_DISCONNECTED;
  1219. conn->supports_ds50_repl = -1;
  1220. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1221. "%s: Disconnected from the consumer\n", agmt_get_long_name(conn->agmt));
  1222. LDAPDebug( LDAP_DEBUG_TRACE, "<= close_connection_internal\n", 0, 0, 0 );
  1223. }
  1224. void
  1225. windows_conn_disconnect(Repl_Connection *conn)
  1226. {
  1227. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_disconnect\n", 0, 0, 0 );
  1228. PR_ASSERT(NULL != conn);
  1229. PR_Lock(conn->lock);
  1230. close_connection_internal(conn);
  1231. PR_Unlock(conn->lock);
  1232. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_disconnect\n", 0, 0, 0 );
  1233. }
  1234. /*
  1235. * Determine if the remote replica supports DS 5.0 replication.
  1236. * Return codes:
  1237. * CONN_SUPPORTS_DS5_REPL - the remote replica suport DS5 replication
  1238. * CONN_DOES_NOT_SUPPORT_DS5_REPL - the remote replica does not
  1239. * support DS5 replication.
  1240. * CONN_OPERATION_FAILED - it could not be determined if the remote
  1241. * replica supports DS5 replication.
  1242. * CONN_NOT_CONNECTED - no connection was active.
  1243. */
  1244. ConnResult
  1245. windows_conn_replica_supports_ds5_repl(Repl_Connection *conn)
  1246. {
  1247. ConnResult return_value;
  1248. int ldap_rc;
  1249. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_supports_ds5_repl\n", 0, 0, 0 );
  1250. if (windows_conn_connected(conn))
  1251. {
  1252. if (conn->supports_ds50_repl == -1) {
  1253. LDAPMessage *res = NULL;
  1254. LDAPMessage *entry = NULL;
  1255. char *attrs[] = {"supportedcontrol", "supportedextension", NULL};
  1256. conn->status = STATUS_SEARCHING;
  1257. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1258. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1259. NULL /* server controls */, NULL /* client controls */,
  1260. &conn->timeout, LDAP_NO_LIMIT, &res);
  1261. if (LDAP_SUCCESS == ldap_rc)
  1262. {
  1263. conn->supports_ds50_repl = 0;
  1264. entry = ldap_first_entry(conn->ld, res);
  1265. if (!attribute_string_value_present(conn->ld, entry, "supportedcontrol", REPL_NSDS50_UPDATE_INFO_CONTROL_OID))
  1266. {
  1267. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1268. }
  1269. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_START_NSDS50_REPLICATION_REQUEST_OID))
  1270. {
  1271. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1272. }
  1273. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_END_NSDS50_REPLICATION_REQUEST_OID))
  1274. {
  1275. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1276. }
  1277. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_NSDS50_REPLICATION_ENTRY_REQUEST_OID))
  1278. {
  1279. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1280. }
  1281. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_NSDS50_REPLICATION_RESPONSE_OID))
  1282. {
  1283. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1284. }
  1285. else
  1286. {
  1287. conn->supports_ds50_repl = 1;
  1288. return_value = CONN_SUPPORTS_DS5_REPL;
  1289. }
  1290. }
  1291. else
  1292. {
  1293. if (IS_DISCONNECT_ERROR(ldap_rc))
  1294. {
  1295. conn->last_ldap_error = ldap_rc; /* specific reason */
  1296. windows_conn_disconnect(conn);
  1297. return_value = CONN_NOT_CONNECTED;
  1298. }
  1299. else
  1300. {
  1301. return_value = CONN_OPERATION_FAILED;
  1302. }
  1303. }
  1304. if (NULL != res)
  1305. ldap_msgfree(res);
  1306. }
  1307. else {
  1308. return_value = conn->supports_ds50_repl ? CONN_SUPPORTS_DS5_REPL : CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1309. }
  1310. }
  1311. else
  1312. {
  1313. /* Not connected */
  1314. return_value = CONN_NOT_CONNECTED;
  1315. }
  1316. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_supports_ds5_repl\n", 0, 0, 0 );
  1317. return return_value;
  1318. }
  1319. ConnResult
  1320. windows_conn_replica_supports_dirsync(Repl_Connection *conn)
  1321. {
  1322. ConnResult return_value;
  1323. int ldap_rc;
  1324. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_supports_dirsync\n", 0, 0, 0 );
  1325. if (getenv("WINSYNC_USE_DS")) {
  1326. /* used to fake out dirsync to think it's talking to a real ad when in fact
  1327. it's just talking to another directory server */
  1328. conn->supports_dirsync = 1;
  1329. return CONN_SUPPORTS_DIRSYNC;
  1330. }
  1331. if (windows_conn_connected(conn))
  1332. {
  1333. if (conn->supports_dirsync == -1) {
  1334. LDAPMessage *res = NULL;
  1335. LDAPMessage *entry = NULL;
  1336. char *attrs[] = {"supportedcontrol", NULL};
  1337. conn->status = STATUS_SEARCHING;
  1338. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1339. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1340. NULL /* server controls */, NULL /* client controls */,
  1341. &conn->timeout, LDAP_NO_LIMIT, &res);
  1342. if (LDAP_SUCCESS == ldap_rc)
  1343. {
  1344. conn->supports_dirsync = 0;
  1345. entry = ldap_first_entry(conn->ld, res);
  1346. if (!attribute_string_value_present(conn->ld, entry, "supportedcontrol", REPL_DIRSYNC_CONTROL_OID))
  1347. {
  1348. return_value = CONN_DOES_NOT_SUPPORT_DIRSYNC;
  1349. }
  1350. else
  1351. {
  1352. conn->supports_dirsync =1;
  1353. return_value = CONN_SUPPORTS_DIRSYNC;
  1354. }
  1355. }
  1356. else
  1357. {
  1358. if (IS_DISCONNECT_ERROR(ldap_rc))
  1359. {
  1360. conn->last_ldap_error = ldap_rc; /* specific reason */
  1361. windows_conn_disconnect(conn);
  1362. return_value = CONN_NOT_CONNECTED;
  1363. }
  1364. else
  1365. {
  1366. return_value = CONN_OPERATION_FAILED;
  1367. }
  1368. }
  1369. if (NULL != res)
  1370. ldap_msgfree(res);
  1371. }
  1372. else {
  1373. return_value = conn->supports_dirsync ? CONN_SUPPORTS_DIRSYNC : CONN_DOES_NOT_SUPPORT_DIRSYNC;
  1374. }
  1375. }
  1376. else
  1377. {
  1378. /* Not connected */
  1379. return_value = CONN_NOT_CONNECTED;
  1380. }
  1381. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_supports_dirsync\n", 0, 0, 0 );
  1382. return return_value;
  1383. }
  1384. /* Checks if the AD server is running win2k3 (or later) */
  1385. ConnResult
  1386. windows_conn_replica_is_win2k3(Repl_Connection *conn)
  1387. {
  1388. ConnResult return_value;
  1389. int ldap_rc;
  1390. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_is_win2k3\n", 0, 0, 0 );
  1391. if (windows_conn_connected(conn))
  1392. {
  1393. if (conn->is_win2k3 == -1) {
  1394. LDAPMessage *res = NULL;
  1395. LDAPMessage *entry = NULL;
  1396. char *attrs[] = {"supportedCapabilities", NULL};
  1397. conn->status = STATUS_SEARCHING;
  1398. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1399. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1400. NULL /* server controls */, NULL /* client controls */,
  1401. &conn->timeout, LDAP_NO_LIMIT, &res);
  1402. if (LDAP_SUCCESS == ldap_rc)
  1403. {
  1404. conn->is_win2k3 = 0;
  1405. entry = ldap_first_entry(conn->ld, res);
  1406. if (!attribute_string_value_present(conn->ld, entry, "supportedCapabilities", REPL_WIN2K3_AD_OID))
  1407. {
  1408. return_value = CONN_NOT_WIN2K3;
  1409. }
  1410. else
  1411. {
  1412. conn->is_win2k3 =1;
  1413. return_value = CONN_IS_WIN2K3;
  1414. }
  1415. }
  1416. else
  1417. {
  1418. if (IS_DISCONNECT_ERROR(ldap_rc))
  1419. {
  1420. conn->last_ldap_error = ldap_rc; /* specific reason */
  1421. windows_conn_disconnect(conn);
  1422. return_value = CONN_NOT_CONNECTED;
  1423. }
  1424. else
  1425. {
  1426. return_value = CONN_OPERATION_FAILED;
  1427. }
  1428. }
  1429. if (NULL != res)
  1430. ldap_msgfree(res);
  1431. }
  1432. else {
  1433. return_value = conn->is_win2k3 ? CONN_IS_WIN2K3 : CONN_NOT_WIN2K3;
  1434. }
  1435. }
  1436. else
  1437. {
  1438. /* Not connected */
  1439. return_value = CONN_NOT_CONNECTED;
  1440. }
  1441. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_is_win2k3\n", 0, 0, 0 );
  1442. return return_value;
  1443. }
  1444. /*
  1445. * Return 1 if "value" is a value of attribute type "type" in entry "entry".
  1446. * Otherwise, return 0.
  1447. */
  1448. static int
  1449. attribute_string_value_present(LDAP *ld, LDAPMessage *entry, const char *type,
  1450. const char *value)
  1451. {
  1452. int return_value = 0;
  1453. ber_len_t vallen;
  1454. LDAPDebug( LDAP_DEBUG_TRACE, "=> attribute_string_value_present\n", 0, 0, 0 );
  1455. if (NULL != entry)
  1456. {
  1457. char *atype = NULL;
  1458. BerElement *ber = NULL;
  1459. vallen = strlen(value);
  1460. atype = ldap_first_attribute(ld, entry, &ber);
  1461. while (NULL != atype && 0 == return_value)
  1462. {
  1463. if (strcasecmp(atype, type) == 0)
  1464. {
  1465. struct berval **vals = ldap_get_values_len(ld, entry, atype);
  1466. int i;
  1467. for (i = 0; return_value == 0 && NULL != vals && NULL != vals[i]; i++)
  1468. {
  1469. if ((vallen == vals[i]->bv_len) && !strncmp(vals[i]->bv_val, value, vallen))
  1470. {
  1471. return_value = 1;
  1472. }
  1473. }
  1474. if (NULL != vals)
  1475. {
  1476. ldap_value_free_len(vals);
  1477. }
  1478. }
  1479. ldap_memfree(atype);
  1480. atype = ldap_next_attribute(ld, entry, ber);
  1481. }
  1482. if (NULL != ber)
  1483. ber_free(ber, 0);
  1484. /* The last atype has not been freed yet */
  1485. if (NULL != atype)
  1486. ldap_memfree(atype);
  1487. }
  1488. LDAPDebug( LDAP_DEBUG_TRACE, "<= attribute_string_value_present\n", 0, 0, 0 );
  1489. return return_value;
  1490. }
  1491. /*
  1492. * Read the remote server's schema entry, then read the local schema entry,
  1493. * and compare the nsschemacsn attribute. If the local csn is newer, or
  1494. * the remote csn is absent, push the schema down to the consumer.
  1495. * Return codes:
  1496. * CONN_SCHEMA_UPDATED if the schema was pushed successfully
  1497. * CONN_SCHEMA_NO_UPDATE_NEEDED if the schema was as new or newer than
  1498. * the local server's schema
  1499. * CONN_OPERATION_FAILED if an error occurred
  1500. * CONN_NOT_CONNECTED if no connection was active
  1501. * NOTE: Should only be called when a replication session has been
  1502. * established by sending a startReplication extended operation.
  1503. */
  1504. void
  1505. windows_conn_set_timeout(Repl_Connection *conn, long timeout)
  1506. {
  1507. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_set_timeout\n", 0, 0, 0 );
  1508. PR_ASSERT(NULL != conn);
  1509. PR_ASSERT(timeout >= 0);
  1510. PR_Lock(conn->lock);
  1511. conn->timeout.tv_sec = timeout;
  1512. PR_Unlock(conn->lock);
  1513. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_set_timeout\n", 0, 0, 0 );
  1514. }
  1515. void windows_conn_set_agmt_changed(Repl_Connection *conn)
  1516. {
  1517. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_set_agmt_changed\n", 0, 0, 0 );
  1518. PR_ASSERT(NULL != conn);
  1519. PR_Lock(conn->lock);
  1520. if (NULL != conn->agmt)
  1521. conn->flag_agmt_changed = 1;
  1522. PR_Unlock(conn->lock);
  1523. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_set_agmt_changed\n", 0, 0, 0 );
  1524. }
  1525. static const char *
  1526. bind_method_to_mech(int bindmethod)
  1527. {
  1528. switch (bindmethod) {
  1529. case BINDMETHOD_SSL_CLIENTAUTH:
  1530. return LDAP_SASL_EXTERNAL;
  1531. break;
  1532. case BINDMETHOD_SASL_GSSAPI:
  1533. return "GSSAPI";
  1534. break;
  1535. case BINDMETHOD_SASL_DIGEST_MD5:
  1536. return "DIGEST-MD5";
  1537. break;
  1538. default: /* anything else */
  1539. return LDAP_SASL_SIMPLE;
  1540. }
  1541. return LDAP_SASL_SIMPLE;
  1542. }
  1543. /*
  1544. * Check the result of an ldap_simple_bind operation to see we it
  1545. * contains the expiration controls
  1546. * return: -1 error, not bound
  1547. * 0, OK bind has succeeded
  1548. */
  1549. static int
  1550. bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
  1551. {
  1552. LDAPControl **ctrls = NULL;
  1553. LDAP *ld = conn->ld;
  1554. int rc;
  1555. const char *mech = bind_method_to_mech(conn->bindmethod);
  1556. LDAPDebug( LDAP_DEBUG_TRACE, "=> bind_and_check_pwp\n", 0, 0, 0 );
  1557. rc = slapi_ldap_bind(conn->ld, binddn, password, mech, NULL,
  1558. &ctrls, NULL, NULL);
  1559. if ( rc == LDAP_SUCCESS )
  1560. {
  1561. if (conn->last_ldap_error != rc)
  1562. {
  1563. conn->last_ldap_error = rc;
  1564. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1565. "%s: Replication bind with %s auth resumed\n",
  1566. agmt_get_long_name(conn->agmt),
  1567. mech ? mech : "SIMPLE");
  1568. }
  1569. if ( ctrls )
  1570. {
  1571. int i;
  1572. for( i = 0; ctrls[ i ] != NULL; ++i )
  1573. {
  1574. if ( !(strcmp( ctrls[ i ]->ldctl_oid, LDAP_CONTROL_PWEXPIRED)) )
  1575. {
  1576. /* Bind is successfull but password has expired */
  1577. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1578. "%s: Successfully bound %s to consumer, "
  1579. "but password has expired on consumer.\n",
  1580. agmt_get_long_name(conn->agmt), binddn);
  1581. }
  1582. else if ( !(strcmp( ctrls[ i ]->ldctl_oid, LDAP_CONTROL_PWEXPIRING)) )
  1583. {
  1584. /* The password is expiring in n seconds */
  1585. if ( (ctrls[ i ]->ldctl_value.bv_val != NULL) &&
  1586. (ctrls[ i ]->ldctl_value.bv_len > 0) )
  1587. {
  1588. int password_expiring = atoi( ctrls[ i ]->ldctl_value.bv_val );
  1589. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1590. "%s: Successfully bound %s to consumer, "
  1591. "but password is expiring on consumer in %d seconds.\n",
  1592. agmt_get_long_name(conn->agmt), binddn, password_expiring);
  1593. }
  1594. }
  1595. }
  1596. ldap_controls_free( ctrls );
  1597. }
  1598. LDAPDebug( LDAP_DEBUG_TRACE, "<= bind_and_check_pwp - CONN_OPERATION_SUCCESS\n", 0, 0, 0 );
  1599. return (CONN_OPERATION_SUCCESS);
  1600. }
  1601. else
  1602. {
  1603. ldap_controls_free( ctrls );
  1604. /* Do not report the same error over and over again */
  1605. if (conn->last_ldap_error != rc)
  1606. {
  1607. char *errmsg = NULL;
  1608. conn->last_ldap_error = rc;
  1609. /* errmsg is a pointer directly into the ld structure - do not free */
  1610. rc = slapi_ldap_get_lderrno( ld, NULL, &errmsg );
  1611. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1612. "%s: Replication bind with %s auth failed: LDAP error %d (%s) (%s)\n",
  1613. agmt_get_long_name(conn->agmt),
  1614. mech ? mech : "SIMPLE", rc,
  1615. ldap_err2string(rc), errmsg);
  1616. }
  1617. LDAPDebug( LDAP_DEBUG_TRACE, "<= bind_and_check_pwp - CONN_OPERATION_FAILED\n", 0, 0, 0 );
  1618. return (CONN_OPERATION_FAILED);
  1619. }
  1620. }
  1621. /* Attempt to bind as a user to AD in order to see if we posess the
  1622. * most current password. Returns the LDAP return code of the bind. */
  1623. int
  1624. windows_check_user_password(Repl_Connection *conn, Slapi_DN *sdn, char *password)
  1625. {
  1626. const char *binddn = NULL;
  1627. LDAPMessage *res = NULL;
  1628. int rc = 0;
  1629. int msgid = 0;
  1630. /* If we're already connected, this will just return success */
  1631. windows_conn_connect(conn);
  1632. /* Get binddn from sdn */
  1633. binddn = slapi_sdn_get_dn(sdn);
  1634. /* Attempt to do a bind on the existing connection
  1635. * using the dn and password that were passed in. */
  1636. msgid = do_simple_bind(conn, conn->ld, (char *) binddn, password);
  1637. rc = ldap_result(conn->ld, msgid, LDAP_MSG_ALL, NULL, &res);
  1638. if (0 > rc) { /* error */
  1639. rc = slapi_ldap_get_lderrno(conn->ld, NULL, NULL);
  1640. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1641. "Error reading bind response for id "
  1642. "[%s]: error %d (%s)\n",
  1643. binddn ? binddn : "(anon)",
  1644. rc, ldap_err2string(rc));
  1645. } else if (rc == 0) { /* timeout */
  1646. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1647. "Error: timeout reading "
  1648. "bind response for [%s]\n",
  1649. binddn ? binddn : "(anon)");
  1650. }
  1651. ldap_parse_result( conn->ld, res, &rc, NULL, NULL, NULL, NULL, 1 /* Free res */);
  1652. /* rebind as the DN specified in the sync agreement */
  1653. bind_and_check_pwp(conn, conn->binddn, conn->plain);
  1654. return rc;
  1655. }
  1656. static int
  1657. do_simple_bind (Repl_Connection *conn, LDAP *ld, char * binddn, char *password)
  1658. {
  1659. int msgid;
  1660. LDAPDebug( LDAP_DEBUG_TRACE, "=> do_simple_bind\n", 0, 0, 0 );
  1661. if( LDAP_SUCCESS != slapi_ldap_bind( ld, binddn, password, LDAP_SASL_SIMPLE, NULL, NULL, NULL, &msgid ) )
  1662. {
  1663. char *ldaperrtext = NULL;
  1664. int ldaperr;
  1665. int prerr = PR_GetError();
  1666. ldaperr = slapi_ldap_get_lderrno( ld, NULL, &ldaperrtext );
  1667. /* Do not report the same error over and over again */
  1668. if (conn->last_ldap_error != ldaperr)
  1669. {
  1670. conn->last_ldap_error = ldaperr;
  1671. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1672. "%s: Simple bind failed, "
  1673. SLAPI_COMPONENT_NAME_LDAPSDK " error %d (%s) (%s), "
  1674. SLAPI_COMPONENT_NAME_NSPR " error %d (%s)\n",
  1675. agmt_get_long_name(conn->agmt),
  1676. ldaperr, ldap_err2string(ldaperr),
  1677. ldaperrtext ? ldaperrtext : "",
  1678. prerr, slapd_pr_strerror(prerr));
  1679. }
  1680. }
  1681. else if (conn->last_ldap_error != LDAP_SUCCESS)
  1682. {
  1683. conn->last_ldap_error = LDAP_SUCCESS;
  1684. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1685. "%s: Simple bind resumed\n",
  1686. agmt_get_long_name(conn->agmt));
  1687. }
  1688. LDAPDebug( LDAP_DEBUG_TRACE, "<= do_simple_bind\n", 0, 0, 0 );
  1689. return msgid;
  1690. }
  1691. static Slapi_Eq_Context
  1692. repl5_start_debug_timeout(int *setlevel)
  1693. {
  1694. Slapi_Eq_Context eqctx = 0;
  1695. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_start_debug_timeout\n", 0, 0, 0 );
  1696. if (s_debug_timeout && s_debug_level) {
  1697. time_t now = time(NULL);
  1698. eqctx = slapi_eq_once(repl5_debug_timeout_callback, setlevel,
  1699. s_debug_timeout + now);
  1700. }
  1701. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_start_debug_timeout\n", 0, 0, 0 );
  1702. return eqctx;
  1703. }
  1704. static void
  1705. repl5_stop_debug_timeout(Slapi_Eq_Context eqctx, int *setlevel)
  1706. {
  1707. char buf[20];
  1708. char msg[SLAPI_DSE_RETURNTEXT_SIZE];
  1709. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_stop_debug_timeout\n", 0, 0, 0 );
  1710. if (eqctx && !*setlevel) {
  1711. (void)slapi_eq_cancel(eqctx);
  1712. }
  1713. if (s_debug_timeout && s_debug_level && *setlevel) {
  1714. /* No longer needed as we are including the one in slap.h */
  1715. sprintf(buf, "%d", 0);
  1716. config_set_errorlog_level("nsslapd-errorlog-level", buf, msg, 1);
  1717. }
  1718. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_stop_debug_timeout\n", 0, 0, 0 );
  1719. }
  1720. static void
  1721. repl5_debug_timeout_callback(time_t when, void *arg)
  1722. {
  1723. int *setlevel = (int *)arg;
  1724. /* No longer needed as we are including the one in slap.h */
  1725. char buf[20];
  1726. char msg[SLAPI_DSE_RETURNTEXT_SIZE];
  1727. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_debug_timeout_callback\n", 0, 0, 0 );
  1728. *setlevel = 1;
  1729. sprintf(buf, "%d", s_debug_level);
  1730. config_set_errorlog_level("nsslapd-errorlog-level", buf, msg, 1);
  1731. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1732. "repl5_debug_timeout_callback: set debug level to %d at %ld\n",
  1733. s_debug_level, when);
  1734. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_debug_timeout_callback\n", 0, 0, 0 );
  1735. }