windows_connection.c 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943
  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;
  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. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connect\n", 0, 0, 0 );
  1050. return return_value;
  1051. }
  1052. PR_Lock(conn->lock);
  1053. if (conn->flag_agmt_changed) {
  1054. /* So far we cannot change Hostname and Port */
  1055. /* slapi_ch_free((void **)&conn->hostname); */
  1056. /* conn->hostname = agmt_get_hostname(conn->agmt); */
  1057. /* conn->port = agmt_get_port(conn->agmt); */
  1058. slapi_ch_free((void **)&conn->binddn);
  1059. conn->binddn = agmt_get_binddn(conn->agmt);
  1060. conn->bindmethod = agmt_get_bindmethod(conn->agmt);
  1061. conn->transport_flags = agmt_get_transport_flags(conn->agmt);
  1062. conn->timeout.tv_sec = agmt_get_timeout(conn->agmt);
  1063. conn->flag_agmt_changed = 0;
  1064. slapi_ch_free((void **)&conn->plain);
  1065. }
  1066. PR_Unlock(conn->lock);
  1067. creds = agmt_get_credentials(conn->agmt);
  1068. if (conn->plain == NULL) {
  1069. char *plain = NULL;
  1070. /* kexcoff: for reversible encryption */
  1071. /* We need to test the return code of pw_rever_decode in order to decide
  1072. * if a free for plain will be needed (pw_ret == 0) or not (pw_ret != 0) */
  1073. pw_ret = pw_rever_decode(creds->bv_val, &plain, type_nsds5ReplicaCredentials);
  1074. /* Pb occured in decryption: stop now, binding will fail */
  1075. if ( pw_ret == -1 )
  1076. {
  1077. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1078. "%s: Decoding of the credentials failed.\n",
  1079. agmt_get_long_name(conn->agmt));
  1080. return_value = CONN_OPERATION_FAILED;
  1081. conn->last_ldap_error = LDAP_INVALID_CREDENTIALS;
  1082. conn->state = STATE_DISCONNECTED;
  1083. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connect\n", 0, 0, 0 );
  1084. return (return_value);
  1085. } /* Else, does not mean that the plain is correct, only means the we had no internal
  1086. decoding pb */
  1087. conn->plain = slapi_ch_strdup (plain);
  1088. if (!pw_ret) slapi_ch_free((void**)&plain);
  1089. }
  1090. /* ugaston: if SSL has been selected in the replication agreement, SSL client
  1091. * initialisation should be done before ever trying to open any connection at all.
  1092. */
  1093. if (conn->transport_flags == TRANSPORT_FLAG_TLS) {
  1094. secure = 2;
  1095. } else if (conn->transport_flags == TRANSPORT_FLAG_SSL) {
  1096. secure = 1;
  1097. }
  1098. if (secure > 0) {
  1099. if (!NSS_IsInitialized()) {
  1100. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1101. "%s: SSL Not Initialized, Replication over SSL FAILED\n",
  1102. agmt_get_long_name(conn->agmt));
  1103. conn->last_ldap_error = LDAP_INAPPROPRIATE_AUTH;
  1104. conn->last_operation = CONN_INIT;
  1105. ber_bvfree(creds);
  1106. creds = NULL;
  1107. return CONN_SSL_NOT_ENABLED;
  1108. }
  1109. }
  1110. if (return_value == CONN_OPERATION_SUCCESS) {
  1111. #if !defined(USE_OPENLDAP)
  1112. int io_timeout_ms;
  1113. #endif
  1114. /* Now we initialize the LDAP Structure and set options */
  1115. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1116. "%s: Trying %s%s slapi_ldap_init_ext\n",
  1117. agmt_get_long_name(conn->agmt),
  1118. secure ? "secure" : "non-secure",
  1119. (secure == 2) ? " startTLS" : "");
  1120. conn->ld = slapi_ldap_init_ext(NULL, conn->hostname, conn->port, secure, 0, NULL);
  1121. if (NULL == conn->ld)
  1122. {
  1123. return_value = CONN_OPERATION_FAILED;
  1124. conn->state = STATE_DISCONNECTED;
  1125. conn->last_operation = CONN_INIT;
  1126. conn->last_ldap_error = LDAP_LOCAL_ERROR;
  1127. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1128. "%s: Failed to establish %s%sconnection to the consumer\n",
  1129. agmt_get_long_name(conn->agmt),
  1130. secure ? "secure " : "",
  1131. (secure == 2) ? "startTLS " : "");
  1132. ber_bvfree(creds);
  1133. creds = NULL;
  1134. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connect\n", 0, 0, 0 );
  1135. return return_value;
  1136. }
  1137. /* slapi_ch_strdup is OK with NULL strings */
  1138. binddn = slapi_ch_strdup(conn->binddn);
  1139. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1140. "%s: binddn = %s, passwd = %s\n",
  1141. agmt_get_long_name(conn->agmt),
  1142. binddn?binddn:"NULL", creds->bv_val?creds->bv_val:"NULL");
  1143. /* Set some options for the connection. */
  1144. optdata = LDAP_DEREF_NEVER; /* Don't dereference aliases */
  1145. ldap_set_option(conn->ld, LDAP_OPT_DEREF, &optdata);
  1146. optdata = LDAP_VERSION3; /* We need LDAP version 3 */
  1147. ldap_set_option(conn->ld, LDAP_OPT_PROTOCOL_VERSION, &optdata);
  1148. /* Don't chase any referrals (although we shouldn't get any) */
  1149. ldap_set_option(conn->ld, LDAP_OPT_REFERRALS, LDAP_OPT_OFF);
  1150. /* override the default timeout with the specified timeout */
  1151. #if defined(USE_OPENLDAP)
  1152. ldap_set_option(conn->ld, LDAP_OPT_NETWORK_TIMEOUT, &conn->timeout);
  1153. #else
  1154. io_timeout_ms = conn->timeout.tv_sec * 1000 + conn->timeout.tv_usec / 1000;
  1155. prldap_set_session_option(conn->ld, NULL, PRLDAP_OPT_IO_MAX_TIMEOUT,
  1156. io_timeout_ms);
  1157. #endif
  1158. /* We've got an ld. Now bind to the server. */
  1159. conn->last_operation = CONN_BIND;
  1160. }
  1161. if ( bind_and_check_pwp(conn, binddn, conn->plain) == CONN_OPERATION_FAILED )
  1162. {
  1163. conn->last_ldap_error = slapi_ldap_get_lderrno (conn->ld, NULL, NULL);
  1164. conn->state = STATE_DISCONNECTED;
  1165. return_value = CONN_OPERATION_FAILED;
  1166. }
  1167. else
  1168. {
  1169. conn->last_ldap_error = LDAP_SUCCESS;
  1170. conn->state = STATE_CONNECTED;
  1171. return_value = CONN_OPERATION_SUCCESS;
  1172. }
  1173. {
  1174. ConnResult supports = 0;
  1175. supports = windows_conn_replica_supports_dirsync(conn);
  1176. if (CONN_DOES_NOT_SUPPORT_DIRSYNC == supports)
  1177. {
  1178. /* We assume that a server that doesn't support dirsync is our NT4 LDAP service */
  1179. windows_private_set_isnt4(conn->agmt,1);
  1180. LDAPDebug( LDAP_DEBUG_REPL, "windows_conn_connect : detected NT4 peer\n", 0, 0, 0 );
  1181. } else
  1182. {
  1183. windows_private_set_isnt4(conn->agmt,0);
  1184. }
  1185. supports = windows_conn_replica_is_win2k3(conn);
  1186. if (CONN_IS_WIN2K3 == supports)
  1187. {
  1188. windows_private_set_iswin2k3(conn->agmt,1);
  1189. LDAPDebug( LDAP_DEBUG_REPL, "windows_conn_connect : detected Win2k3 peer\n", 0, 0, 0 );
  1190. } else
  1191. {
  1192. windows_private_set_iswin2k3(conn->agmt,0);
  1193. }
  1194. }
  1195. ber_bvfree(creds);
  1196. creds = NULL;
  1197. slapi_ch_free((void**)&binddn);
  1198. if(return_value == CONN_OPERATION_FAILED)
  1199. {
  1200. close_connection_internal(conn);
  1201. } else
  1202. {
  1203. conn->last_ldap_error = LDAP_SUCCESS;
  1204. conn->state = STATE_CONNECTED;
  1205. }
  1206. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_connect\n", 0, 0, 0 );
  1207. return return_value;
  1208. }
  1209. static void
  1210. close_connection_internal(Repl_Connection *conn)
  1211. {
  1212. LDAPDebug( LDAP_DEBUG_TRACE, "=> close_connection_internal\n", 0, 0, 0 );
  1213. if (NULL != conn->ld)
  1214. {
  1215. /* Since we call slapi_ldap_init,
  1216. we must call slapi_ldap_unbind */
  1217. slapi_ldap_unbind(conn->ld);
  1218. }
  1219. conn->ld = NULL;
  1220. conn->state = STATE_DISCONNECTED;
  1221. conn->status = STATUS_DISCONNECTED;
  1222. conn->supports_ds50_repl = -1;
  1223. slapi_log_error(SLAPI_LOG_REPL, repl_plugin_name,
  1224. "%s: Disconnected from the consumer\n", agmt_get_long_name(conn->agmt));
  1225. LDAPDebug( LDAP_DEBUG_TRACE, "<= close_connection_internal\n", 0, 0, 0 );
  1226. }
  1227. void
  1228. windows_conn_disconnect(Repl_Connection *conn)
  1229. {
  1230. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_disconnect\n", 0, 0, 0 );
  1231. PR_ASSERT(NULL != conn);
  1232. PR_Lock(conn->lock);
  1233. close_connection_internal(conn);
  1234. PR_Unlock(conn->lock);
  1235. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_disconnect\n", 0, 0, 0 );
  1236. }
  1237. /*
  1238. * Determine if the remote replica supports DS 5.0 replication.
  1239. * Return codes:
  1240. * CONN_SUPPORTS_DS5_REPL - the remote replica suport DS5 replication
  1241. * CONN_DOES_NOT_SUPPORT_DS5_REPL - the remote replica does not
  1242. * support DS5 replication.
  1243. * CONN_OPERATION_FAILED - it could not be determined if the remote
  1244. * replica supports DS5 replication.
  1245. * CONN_NOT_CONNECTED - no connection was active.
  1246. */
  1247. ConnResult
  1248. windows_conn_replica_supports_ds5_repl(Repl_Connection *conn)
  1249. {
  1250. ConnResult return_value;
  1251. int ldap_rc;
  1252. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_supports_ds5_repl\n", 0, 0, 0 );
  1253. if (windows_conn_connected(conn))
  1254. {
  1255. if (conn->supports_ds50_repl == -1) {
  1256. LDAPMessage *res = NULL;
  1257. LDAPMessage *entry = NULL;
  1258. char *attrs[] = {"supportedcontrol", "supportedextension", NULL};
  1259. conn->status = STATUS_SEARCHING;
  1260. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1261. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1262. NULL /* server controls */, NULL /* client controls */,
  1263. &conn->timeout, LDAP_NO_LIMIT, &res);
  1264. if (LDAP_SUCCESS == ldap_rc)
  1265. {
  1266. conn->supports_ds50_repl = 0;
  1267. entry = ldap_first_entry(conn->ld, res);
  1268. if (!attribute_string_value_present(conn->ld, entry, "supportedcontrol", REPL_NSDS50_UPDATE_INFO_CONTROL_OID))
  1269. {
  1270. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1271. }
  1272. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_START_NSDS50_REPLICATION_REQUEST_OID))
  1273. {
  1274. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1275. }
  1276. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_END_NSDS50_REPLICATION_REQUEST_OID))
  1277. {
  1278. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1279. }
  1280. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_NSDS50_REPLICATION_ENTRY_REQUEST_OID))
  1281. {
  1282. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1283. }
  1284. else if (!attribute_string_value_present(conn->ld, entry, "supportedextension", REPL_NSDS50_REPLICATION_RESPONSE_OID))
  1285. {
  1286. return_value = CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1287. }
  1288. else
  1289. {
  1290. conn->supports_ds50_repl = 1;
  1291. return_value = CONN_SUPPORTS_DS5_REPL;
  1292. }
  1293. }
  1294. else
  1295. {
  1296. if (IS_DISCONNECT_ERROR(ldap_rc))
  1297. {
  1298. conn->last_ldap_error = ldap_rc; /* specific reason */
  1299. windows_conn_disconnect(conn);
  1300. return_value = CONN_NOT_CONNECTED;
  1301. }
  1302. else
  1303. {
  1304. return_value = CONN_OPERATION_FAILED;
  1305. }
  1306. }
  1307. if (NULL != res)
  1308. ldap_msgfree(res);
  1309. }
  1310. else {
  1311. return_value = conn->supports_ds50_repl ? CONN_SUPPORTS_DS5_REPL : CONN_DOES_NOT_SUPPORT_DS5_REPL;
  1312. }
  1313. }
  1314. else
  1315. {
  1316. /* Not connected */
  1317. return_value = CONN_NOT_CONNECTED;
  1318. }
  1319. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_supports_ds5_repl\n", 0, 0, 0 );
  1320. return return_value;
  1321. }
  1322. ConnResult
  1323. windows_conn_replica_supports_dirsync(Repl_Connection *conn)
  1324. {
  1325. ConnResult return_value;
  1326. int ldap_rc;
  1327. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_supports_dirsync\n", 0, 0, 0 );
  1328. if (getenv("WINSYNC_USE_DS")) {
  1329. /* used to fake out dirsync to think it's talking to a real ad when in fact
  1330. it's just talking to another directory server */
  1331. conn->supports_dirsync = 1;
  1332. return CONN_SUPPORTS_DIRSYNC;
  1333. }
  1334. if (windows_conn_connected(conn))
  1335. {
  1336. if (conn->supports_dirsync == -1) {
  1337. LDAPMessage *res = NULL;
  1338. LDAPMessage *entry = NULL;
  1339. char *attrs[] = {"supportedcontrol", NULL};
  1340. conn->status = STATUS_SEARCHING;
  1341. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1342. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1343. NULL /* server controls */, NULL /* client controls */,
  1344. &conn->timeout, LDAP_NO_LIMIT, &res);
  1345. if (LDAP_SUCCESS == ldap_rc)
  1346. {
  1347. conn->supports_dirsync = 0;
  1348. entry = ldap_first_entry(conn->ld, res);
  1349. if (!attribute_string_value_present(conn->ld, entry, "supportedcontrol", REPL_DIRSYNC_CONTROL_OID))
  1350. {
  1351. return_value = CONN_DOES_NOT_SUPPORT_DIRSYNC;
  1352. }
  1353. else
  1354. {
  1355. conn->supports_dirsync =1;
  1356. return_value = CONN_SUPPORTS_DIRSYNC;
  1357. }
  1358. }
  1359. else
  1360. {
  1361. if (IS_DISCONNECT_ERROR(ldap_rc))
  1362. {
  1363. conn->last_ldap_error = ldap_rc; /* specific reason */
  1364. windows_conn_disconnect(conn);
  1365. return_value = CONN_NOT_CONNECTED;
  1366. }
  1367. else
  1368. {
  1369. return_value = CONN_OPERATION_FAILED;
  1370. }
  1371. }
  1372. if (NULL != res)
  1373. ldap_msgfree(res);
  1374. }
  1375. else {
  1376. return_value = conn->supports_dirsync ? CONN_SUPPORTS_DIRSYNC : CONN_DOES_NOT_SUPPORT_DIRSYNC;
  1377. }
  1378. }
  1379. else
  1380. {
  1381. /* Not connected */
  1382. return_value = CONN_NOT_CONNECTED;
  1383. }
  1384. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_supports_dirsync\n", 0, 0, 0 );
  1385. return return_value;
  1386. }
  1387. /* Checks if the AD server is running win2k3 (or later) */
  1388. ConnResult
  1389. windows_conn_replica_is_win2k3(Repl_Connection *conn)
  1390. {
  1391. ConnResult return_value;
  1392. int ldap_rc;
  1393. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_replica_is_win2k3\n", 0, 0, 0 );
  1394. if (windows_conn_connected(conn))
  1395. {
  1396. if (conn->is_win2k3 == -1) {
  1397. LDAPMessage *res = NULL;
  1398. LDAPMessage *entry = NULL;
  1399. char *attrs[] = {"supportedCapabilities", NULL};
  1400. conn->status = STATUS_SEARCHING;
  1401. ldap_rc = ldap_search_ext_s(conn->ld, "", LDAP_SCOPE_BASE,
  1402. "(objectclass=*)", attrs, 0 /* attrsonly */,
  1403. NULL /* server controls */, NULL /* client controls */,
  1404. &conn->timeout, LDAP_NO_LIMIT, &res);
  1405. if (LDAP_SUCCESS == ldap_rc)
  1406. {
  1407. conn->is_win2k3 = 0;
  1408. entry = ldap_first_entry(conn->ld, res);
  1409. if (!attribute_string_value_present(conn->ld, entry, "supportedCapabilities", REPL_WIN2K3_AD_OID))
  1410. {
  1411. return_value = CONN_NOT_WIN2K3;
  1412. }
  1413. else
  1414. {
  1415. conn->is_win2k3 =1;
  1416. return_value = CONN_IS_WIN2K3;
  1417. }
  1418. }
  1419. else
  1420. {
  1421. if (IS_DISCONNECT_ERROR(ldap_rc))
  1422. {
  1423. conn->last_ldap_error = ldap_rc; /* specific reason */
  1424. windows_conn_disconnect(conn);
  1425. return_value = CONN_NOT_CONNECTED;
  1426. }
  1427. else
  1428. {
  1429. return_value = CONN_OPERATION_FAILED;
  1430. }
  1431. }
  1432. if (NULL != res)
  1433. ldap_msgfree(res);
  1434. }
  1435. else {
  1436. return_value = conn->is_win2k3 ? CONN_IS_WIN2K3 : CONN_NOT_WIN2K3;
  1437. }
  1438. }
  1439. else
  1440. {
  1441. /* Not connected */
  1442. return_value = CONN_NOT_CONNECTED;
  1443. }
  1444. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_replica_is_win2k3\n", 0, 0, 0 );
  1445. return return_value;
  1446. }
  1447. /*
  1448. * Return 1 if "value" is a value of attribute type "type" in entry "entry".
  1449. * Otherwise, return 0.
  1450. */
  1451. static int
  1452. attribute_string_value_present(LDAP *ld, LDAPMessage *entry, const char *type,
  1453. const char *value)
  1454. {
  1455. int return_value = 0;
  1456. ber_len_t vallen;
  1457. LDAPDebug( LDAP_DEBUG_TRACE, "=> attribute_string_value_present\n", 0, 0, 0 );
  1458. if (NULL != entry)
  1459. {
  1460. char *atype = NULL;
  1461. BerElement *ber = NULL;
  1462. vallen = strlen(value);
  1463. atype = ldap_first_attribute(ld, entry, &ber);
  1464. while (NULL != atype && 0 == return_value)
  1465. {
  1466. if (strcasecmp(atype, type) == 0)
  1467. {
  1468. struct berval **vals = ldap_get_values_len(ld, entry, atype);
  1469. int i;
  1470. for (i = 0; return_value == 0 && NULL != vals && NULL != vals[i]; i++)
  1471. {
  1472. if ((vallen == vals[i]->bv_len) && !strncmp(vals[i]->bv_val, value, vallen))
  1473. {
  1474. return_value = 1;
  1475. }
  1476. }
  1477. if (NULL != vals)
  1478. {
  1479. ldap_value_free_len(vals);
  1480. }
  1481. }
  1482. ldap_memfree(atype);
  1483. atype = ldap_next_attribute(ld, entry, ber);
  1484. }
  1485. if (NULL != ber)
  1486. ber_free(ber, 0);
  1487. /* The last atype has not been freed yet */
  1488. if (NULL != atype)
  1489. ldap_memfree(atype);
  1490. }
  1491. LDAPDebug( LDAP_DEBUG_TRACE, "<= attribute_string_value_present\n", 0, 0, 0 );
  1492. return return_value;
  1493. }
  1494. /*
  1495. * Read the remote server's schema entry, then read the local schema entry,
  1496. * and compare the nsschemacsn attribute. If the local csn is newer, or
  1497. * the remote csn is absent, push the schema down to the consumer.
  1498. * Return codes:
  1499. * CONN_SCHEMA_UPDATED if the schema was pushed successfully
  1500. * CONN_SCHEMA_NO_UPDATE_NEEDED if the schema was as new or newer than
  1501. * the local server's schema
  1502. * CONN_OPERATION_FAILED if an error occurred
  1503. * CONN_NOT_CONNECTED if no connection was active
  1504. * NOTE: Should only be called when a replication session has been
  1505. * established by sending a startReplication extended operation.
  1506. */
  1507. void
  1508. windows_conn_set_timeout(Repl_Connection *conn, long timeout)
  1509. {
  1510. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_set_timeout\n", 0, 0, 0 );
  1511. PR_ASSERT(NULL != conn);
  1512. PR_ASSERT(timeout >= 0);
  1513. PR_Lock(conn->lock);
  1514. conn->timeout.tv_sec = timeout;
  1515. PR_Unlock(conn->lock);
  1516. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_set_timeout\n", 0, 0, 0 );
  1517. }
  1518. void windows_conn_set_agmt_changed(Repl_Connection *conn)
  1519. {
  1520. LDAPDebug( LDAP_DEBUG_TRACE, "=> windows_conn_set_agmt_changed\n", 0, 0, 0 );
  1521. PR_ASSERT(NULL != conn);
  1522. PR_Lock(conn->lock);
  1523. if (NULL != conn->agmt)
  1524. conn->flag_agmt_changed = 1;
  1525. PR_Unlock(conn->lock);
  1526. LDAPDebug( LDAP_DEBUG_TRACE, "<= windows_conn_set_agmt_changed\n", 0, 0, 0 );
  1527. }
  1528. static const char *
  1529. bind_method_to_mech(int bindmethod)
  1530. {
  1531. switch (bindmethod) {
  1532. case BINDMETHOD_SSL_CLIENTAUTH:
  1533. return LDAP_SASL_EXTERNAL;
  1534. break;
  1535. case BINDMETHOD_SASL_GSSAPI:
  1536. return "GSSAPI";
  1537. break;
  1538. case BINDMETHOD_SASL_DIGEST_MD5:
  1539. return "DIGEST-MD5";
  1540. break;
  1541. default: /* anything else */
  1542. return LDAP_SASL_SIMPLE;
  1543. }
  1544. return LDAP_SASL_SIMPLE;
  1545. }
  1546. /*
  1547. * Check the result of an ldap_simple_bind operation to see we it
  1548. * contains the expiration controls
  1549. * return: -1 error, not bound
  1550. * 0, OK bind has succeeded
  1551. */
  1552. static int
  1553. bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
  1554. {
  1555. LDAPControl **ctrls = NULL;
  1556. LDAP *ld = conn->ld;
  1557. int rc;
  1558. const char *mech = bind_method_to_mech(conn->bindmethod);
  1559. LDAPDebug( LDAP_DEBUG_TRACE, "=> bind_and_check_pwp\n", 0, 0, 0 );
  1560. rc = slapi_ldap_bind(conn->ld, binddn, password, mech, NULL,
  1561. &ctrls, NULL, NULL);
  1562. if ( rc == LDAP_SUCCESS )
  1563. {
  1564. if (conn->last_ldap_error != rc)
  1565. {
  1566. conn->last_ldap_error = rc;
  1567. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1568. "%s: Replication bind with %s auth resumed\n",
  1569. agmt_get_long_name(conn->agmt),
  1570. mech ? mech : "SIMPLE");
  1571. }
  1572. if ( ctrls )
  1573. {
  1574. int i;
  1575. for( i = 0; ctrls[ i ] != NULL; ++i )
  1576. {
  1577. if ( !(strcmp( ctrls[ i ]->ldctl_oid, LDAP_CONTROL_PWEXPIRED)) )
  1578. {
  1579. /* Bind is successfull but password has expired */
  1580. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1581. "%s: Successfully bound %s to consumer, "
  1582. "but password has expired on consumer.\n",
  1583. agmt_get_long_name(conn->agmt), binddn);
  1584. }
  1585. else if ( !(strcmp( ctrls[ i ]->ldctl_oid, LDAP_CONTROL_PWEXPIRING)) )
  1586. {
  1587. /* The password is expiring in n seconds */
  1588. if ( (ctrls[ i ]->ldctl_value.bv_val != NULL) &&
  1589. (ctrls[ i ]->ldctl_value.bv_len > 0) )
  1590. {
  1591. int password_expiring = atoi( ctrls[ i ]->ldctl_value.bv_val );
  1592. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1593. "%s: Successfully bound %s to consumer, "
  1594. "but password is expiring on consumer in %d seconds.\n",
  1595. agmt_get_long_name(conn->agmt), binddn, password_expiring);
  1596. }
  1597. }
  1598. }
  1599. ldap_controls_free( ctrls );
  1600. }
  1601. LDAPDebug( LDAP_DEBUG_TRACE, "<= bind_and_check_pwp - CONN_OPERATION_SUCCESS\n", 0, 0, 0 );
  1602. return (CONN_OPERATION_SUCCESS);
  1603. }
  1604. else
  1605. {
  1606. ldap_controls_free( ctrls );
  1607. /* Do not report the same error over and over again */
  1608. if (conn->last_ldap_error != rc)
  1609. {
  1610. char *errmsg = NULL;
  1611. conn->last_ldap_error = rc;
  1612. /* errmsg is a pointer directly into the ld structure - do not free */
  1613. rc = slapi_ldap_get_lderrno( ld, NULL, &errmsg );
  1614. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1615. "%s: Replication bind with %s auth failed: LDAP error %d (%s) (%s)\n",
  1616. agmt_get_long_name(conn->agmt),
  1617. mech ? mech : "SIMPLE", rc,
  1618. ldap_err2string(rc), errmsg);
  1619. }
  1620. LDAPDebug( LDAP_DEBUG_TRACE, "<= bind_and_check_pwp - CONN_OPERATION_FAILED\n", 0, 0, 0 );
  1621. return (CONN_OPERATION_FAILED);
  1622. }
  1623. }
  1624. /* Attempt to bind as a user to AD in order to see if we posess the
  1625. * most current password. Returns the LDAP return code of the bind. */
  1626. int
  1627. windows_check_user_password(Repl_Connection *conn, Slapi_DN *sdn, char *password)
  1628. {
  1629. const char *binddn = NULL;
  1630. LDAPMessage *res = NULL;
  1631. int rc = 0;
  1632. int msgid = 0;
  1633. /* If we're already connected, this will just return success */
  1634. windows_conn_connect(conn);
  1635. /* Get binddn from sdn */
  1636. binddn = slapi_sdn_get_dn(sdn);
  1637. /* Attempt to do a bind on the existing connection
  1638. * using the dn and password that were passed in. */
  1639. msgid = do_simple_bind(conn, conn->ld, (char *) binddn, password);
  1640. rc = ldap_result(conn->ld, msgid, LDAP_MSG_ALL, NULL, &res);
  1641. if (0 > rc) { /* error */
  1642. rc = slapi_ldap_get_lderrno(conn->ld, NULL, NULL);
  1643. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1644. "Error reading bind response for id "
  1645. "[%s]: error %d (%s)\n",
  1646. binddn ? binddn : "(anon)",
  1647. rc, ldap_err2string(rc));
  1648. } else if (rc == 0) { /* timeout */
  1649. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1650. "Error: timeout reading "
  1651. "bind response for [%s]\n",
  1652. binddn ? binddn : "(anon)");
  1653. }
  1654. ldap_parse_result( conn->ld, res, &rc, NULL, NULL, NULL, NULL, 1 /* Free res */);
  1655. /* rebind as the DN specified in the sync agreement */
  1656. bind_and_check_pwp(conn, conn->binddn, conn->plain);
  1657. return rc;
  1658. }
  1659. static int
  1660. do_simple_bind (Repl_Connection *conn, LDAP *ld, char * binddn, char *password)
  1661. {
  1662. int msgid;
  1663. LDAPDebug( LDAP_DEBUG_TRACE, "=> do_simple_bind\n", 0, 0, 0 );
  1664. if( LDAP_SUCCESS != slapi_ldap_bind( ld, binddn, password, LDAP_SASL_SIMPLE, NULL, NULL, NULL, &msgid ) )
  1665. {
  1666. char *ldaperrtext = NULL;
  1667. int ldaperr;
  1668. int prerr = PR_GetError();
  1669. ldaperr = slapi_ldap_get_lderrno( ld, NULL, &ldaperrtext );
  1670. /* Do not report the same error over and over again */
  1671. if (conn->last_ldap_error != ldaperr)
  1672. {
  1673. conn->last_ldap_error = ldaperr;
  1674. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1675. "%s: Simple bind failed, "
  1676. SLAPI_COMPONENT_NAME_LDAPSDK " error %d (%s) (%s), "
  1677. SLAPI_COMPONENT_NAME_NSPR " error %d (%s)\n",
  1678. agmt_get_long_name(conn->agmt),
  1679. ldaperr, ldap_err2string(ldaperr),
  1680. ldaperrtext ? ldaperrtext : "",
  1681. prerr, slapd_pr_strerror(prerr));
  1682. }
  1683. }
  1684. else if (conn->last_ldap_error != LDAP_SUCCESS)
  1685. {
  1686. conn->last_ldap_error = LDAP_SUCCESS;
  1687. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1688. "%s: Simple bind resumed\n",
  1689. agmt_get_long_name(conn->agmt));
  1690. }
  1691. LDAPDebug( LDAP_DEBUG_TRACE, "<= do_simple_bind\n", 0, 0, 0 );
  1692. return msgid;
  1693. }
  1694. static Slapi_Eq_Context
  1695. repl5_start_debug_timeout(int *setlevel)
  1696. {
  1697. Slapi_Eq_Context eqctx = 0;
  1698. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_start_debug_timeout\n", 0, 0, 0 );
  1699. if (s_debug_timeout && s_debug_level) {
  1700. time_t now = time(NULL);
  1701. eqctx = slapi_eq_once(repl5_debug_timeout_callback, setlevel,
  1702. s_debug_timeout + now);
  1703. }
  1704. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_start_debug_timeout\n", 0, 0, 0 );
  1705. return eqctx;
  1706. }
  1707. static void
  1708. repl5_stop_debug_timeout(Slapi_Eq_Context eqctx, int *setlevel)
  1709. {
  1710. char buf[20];
  1711. char msg[SLAPI_DSE_RETURNTEXT_SIZE];
  1712. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_stop_debug_timeout\n", 0, 0, 0 );
  1713. if (eqctx && !*setlevel) {
  1714. (void)slapi_eq_cancel(eqctx);
  1715. }
  1716. if (s_debug_timeout && s_debug_level && *setlevel) {
  1717. /* No longer needed as we are including the one in slap.h */
  1718. sprintf(buf, "%d", 0);
  1719. config_set_errorlog_level("nsslapd-errorlog-level", buf, msg, 1);
  1720. }
  1721. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_stop_debug_timeout\n", 0, 0, 0 );
  1722. }
  1723. static void
  1724. repl5_debug_timeout_callback(time_t when, void *arg)
  1725. {
  1726. int *setlevel = (int *)arg;
  1727. /* No longer needed as we are including the one in slap.h */
  1728. char buf[20];
  1729. char msg[SLAPI_DSE_RETURNTEXT_SIZE];
  1730. LDAPDebug( LDAP_DEBUG_TRACE, "=> repl5_debug_timeout_callback\n", 0, 0, 0 );
  1731. *setlevel = 1;
  1732. sprintf(buf, "%d", s_debug_level);
  1733. config_set_errorlog_level("nsslapd-errorlog-level", buf, msg, 1);
  1734. slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
  1735. "repl5_debug_timeout_callback: set debug level to %d at %ld\n",
  1736. s_debug_level, when);
  1737. LDAPDebug( LDAP_DEBUG_TRACE, "<= repl5_debug_timeout_callback\n", 0, 0, 0 );
  1738. }