reference/ldap/constants.xml
5bc8ebe3c1e0bb133e058f1b8eb34a721149e893
...
...
@@ -1,57 +1,57 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook">
3
+
<appendix xml:id="ldap.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.constants;
5
5
&extension.constants;
6
6
<variablelist>
7
7
<varlistentry xml:id="constant.ldap-deref-never">
8
8
<term>
9
9
<constant>LDAP_DEREF_NEVER</constant>
10
-
(<type>integer</type>)
10
+
(<type>int</type>)
11
11
</term>
12
12
<listitem>
13
13
<simpara>
14
-
14
+
Alias dereferencing rule - Never.
15
15
</simpara>
16
16
</listitem>
17
17
</varlistentry>
18
18
<varlistentry xml:id="constant.ldap-deref-searching">
19
19
<term>
20
20
<constant>LDAP_DEREF_SEARCHING</constant>
21
-
(<type>integer</type>)
21
+
(<type>int</type>)
22
22
</term>
23
23
<listitem>
24
24
<simpara>
25
-
25
+
Alias dereferencing rule - Searching.
26
26
</simpara>
27
27
</listitem>
28
28
</varlistentry>
29
29
<varlistentry xml:id="constant.ldap-deref-finding">
30
30
<term>
31
31
<constant>LDAP_DEREF_FINDING</constant>
32
-
(<type>integer</type>)
32
+
(<type>int</type>)
33
33
</term>
34
34
<listitem>
35
35
<simpara>
36
-
36
+
Alias dereferencing rule - Finding.
37
37
</simpara>
38
38
</listitem>
39
39
</varlistentry>
40
40
<varlistentry xml:id="constant.ldap-deref-always">
41
41
<term>
42
42
<constant>LDAP_DEREF_ALWAYS</constant>
43
-
(<type>integer</type>)
43
+
(<type>int</type>)
44
44
</term>
45
45
<listitem>
46
46
<simpara>
47
-
47
+
Alias dereferencing rule - Always.
48
48
</simpara>
49
49
</listitem>
50
50
</varlistentry>
51
51
<varlistentry xml:id="constant.ldap-opt-deref">
52
52
<term>
53
53
<constant>LDAP_OPT_DEREF</constant>
54
-
(<type>integer</type>)
54
+
(<type>int</type>)
55
55
</term>
56
56
<listitem>
57
57
<simpara>
...
...
@@ -62,7 +62,7 @@
62
62
<varlistentry xml:id="constant.ldap-opt-sizelimit">
63
63
<term>
64
64
<constant>LDAP_OPT_SIZELIMIT</constant>
65
-
(<type>integer</type>)
65
+
(<type>int</type>)
66
66
</term>
67
67
<listitem>
68
68
<para>
...
...
@@ -81,7 +81,7 @@
81
81
<varlistentry xml:id="constant.ldap-opt-timelimit">
82
82
<term>
83
83
<constant>LDAP_OPT_TIMELIMIT</constant>
84
-
(<type>integer</type>)
84
+
(<type>int</type>)
85
85
</term>
86
86
<listitem>
87
87
<simpara>
...
...
@@ -96,11 +96,10 @@
96
96
</note>
97
97
</listitem>
98
98
</varlistentry>
99
-

100
99
<varlistentry xml:id="constant.ldap-opt-network-timeout">
101
100
<term>
102
101
<constant>LDAP_OPT_NETWORK_TIMEOUT</constant>
103
-
(<type>integer</type>)
102
+
(<type>int</type>)
104
103
</term>
105
104
<listitem>
106
105
<simpara>
...
...
@@ -109,11 +108,10 @@
109
108
</simpara>
110
109
</listitem>
111
110
</varlistentry>
112
-

113
111
<varlistentry xml:id="constant.ldap-opt-protocol-version">
114
112
<term>
115
113
<constant>LDAP_OPT_PROTOCOL_VERSION</constant>
116
-
(<type>integer</type>)
114
+
(<type>int</type>)
117
115
</term>
118
116
<listitem>
119
117
<simpara>
...
...
@@ -124,18 +122,18 @@
124
122
<varlistentry xml:id="constant.ldap-opt-error-number">
125
123
<term>
126
124
<constant>LDAP_OPT_ERROR_NUMBER</constant>
127
-
(<type>integer</type>)
125
+
(<type>int</type>)
128
126
</term>
129
127
<listitem>
130
128
<simpara>
131
-
129
+
Latest session error number.
132
130
</simpara>
133
131
</listitem>
134
132
</varlistentry>
135
133
<varlistentry xml:id="constant.ldap-opt-referrals">
136
134
<term>
137
135
<constant>LDAP_OPT_REFERRALS</constant>
138
-
(<type>integer</type>)
136
+
(<type>int</type>)
139
137
</term>
140
138
<listitem>
141
139
<simpara>
...
...
@@ -147,62 +145,62 @@
147
145
<varlistentry xml:id="constant.ldap-opt-restart">
148
146
<term>
149
147
<constant>LDAP_OPT_RESTART</constant>
150
-
(<type>integer</type>)
148
+
(<type>int</type>)
151
149
</term>
152
150
<listitem>
153
151
<simpara>
154
-
152
+
Determines whether or not the connection should be implicitly restarted.
155
153
</simpara>
156
154
</listitem>
157
155
</varlistentry>
158
156
<varlistentry xml:id="constant.ldap-opt-host-name">
159
157
<term>
160
158
<constant>LDAP_OPT_HOST_NAME</constant>
161
-
(<type>integer</type>)
159
+
(<type>int</type>)
162
160
</term>
163
161
<listitem>
164
162
<simpara>
165
-
163
+
Sets/gets a space-separated of hosts when trying to connect.
166
164
</simpara>
167
165
</listitem>
168
166
</varlistentry>
169
167
<varlistentry xml:id="constant.ldap-opt-error-string">
170
168
<term>
171
169
<constant>LDAP_OPT_ERROR_STRING</constant>
172
-
(<type>integer</type>)
170
+
(<type>int</type>)
173
171
</term>
174
172
<listitem>
175
173
<simpara>
176
-
174
+
Alias of <constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant>.
177
175
</simpara>
178
176
</listitem>
179
177
</varlistentry>
180
178
<varlistentry xml:id="constant.ldap-opt-diagnostic-message">
181
179
<term>
182
180
<constant>LDAP_OPT_DIAGNOSTIC_MESSAGE</constant>
183
-
(<type>integer</type>)
181
+
(<type>int</type>)
184
182
</term>
185
183
<listitem>
186
184
<simpara>
187
-
185
+
Gets the latest session error message.
188
186
</simpara>
189
187
</listitem>
190
188
</varlistentry>
191
189
<varlistentry xml:id="constant.ldap-opt-matched-dn">
192
190
<term>
193
191
<constant>LDAP_OPT_MATCHED_DN</constant>
194
-
(<type>integer</type>)
192
+
(<type>int</type>)
195
193
</term>
196
194
<listitem>
197
195
<simpara>
198
-
196
+
Sets/gets the matched DN associated with the connection.
199
197
</simpara>
200
198
</listitem>
201
199
</varlistentry>
202
200
<varlistentry xml:id="constant.ldap-opt-server-controls">
203
201
<term>
204
202
<constant>LDAP_OPT_SERVER_CONTROLS</constant>
205
-
(<type>integer</type>)
203
+
(<type>int</type>)
206
204
</term>
207
205
<listitem>
208
206
<simpara>
...
...
@@ -213,7 +211,7 @@
213
211
<varlistentry xml:id="constant.ldap-opt-client-controls">
214
212
<term>
215
213
<constant>LDAP_OPT_CLIENT_CONTROLS</constant>
216
-
(<type>integer</type>)
214
+
(<type>int</type>)
217
215
</term>
218
216
<listitem>
219
217
<simpara>
...
...
@@ -224,7 +222,7 @@
224
222
<varlistentry xml:id="constant.ldap-opt-debug-level">
225
223
<term>
226
224
<constant>LDAP_OPT_DEBUG_LEVEL</constant>
227
-
(<type>integer</type>)
225
+
(<type>int</type>)
228
226
</term>
229
227
<listitem>
230
228
<simpara>
...
...
@@ -235,7 +233,7 @@
235
233
<varlistentry xml:id="constant.ldap-opt-x-keepalive-idle">
236
234
<term>
237
235
<constant>LDAP_OPT_X_KEEPALIVE_IDLE</constant>
238
-
(<type>integer</type>)
236
+
(<type>int</type>)
239
237
</term>
240
238
<listitem>
241
239
<simpara>
...
...
@@ -246,7 +244,7 @@
246
244
<varlistentry xml:id="constant.ldap-opt-x-keepalive-probes">
247
245
<term>
248
246
<constant>LDAP_OPT_X_KEEPALIVE_PROBES</constant>
249
-
(<type>integer</type>)
247
+
(<type>int</type>)
250
248
</term>
251
249
<listitem>
252
250
<simpara>
...
...
@@ -257,7 +255,7 @@
257
255
<varlistentry xml:id="constant.ldap-opt-x-keepalive-interval">
258
256
<term>
259
257
<constant>LDAP_OPT_X_KEEPALIVE_INTERVAL</constant>
260
-
(<type>integer</type>)
258
+
(<type>int</type>)
261
259
</term>
262
260
<listitem>
263
261
<simpara>
...
...
@@ -268,7 +266,7 @@
268
266
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertdir">
269
267
<term>
270
268
<constant>LDAP_OPT_X_TLS_CACERTDIR</constant>
271
-
(<type>string</type>)
269
+
(<type>int</type>)
272
270
</term>
273
271
<listitem>
274
272
<simpara>
...
...
@@ -279,7 +277,7 @@
279
277
<varlistentry xml:id="constant.ldap-opt-x-tls-cacertfile">
280
278
<term>
281
279
<constant>LDAP_OPT_X_TLS_CACERTFILE</constant>
282
-
(<type>string</type>)
280
+
(<type>int</type>)
283
281
</term>
284
282
<listitem>
285
283
<simpara>
...
...
@@ -290,7 +288,7 @@
290
288
<varlistentry xml:id="constant.ldap-opt-x-tls-certfile">
291
289
<term>
292
290
<constant>LDAP_OPT_X_TLS_CERTFILE</constant>
293
-
(<type>string</type>)
291
+
(<type>int</type>)
294
292
</term>
295
293
<listitem>
296
294
<simpara>
...
...
@@ -301,7 +299,7 @@
301
299
<varlistentry xml:id="constant.ldap-opt-x-tls-cipher-suite">
302
300
<term>
303
301
<constant>LDAP_OPT_X_TLS_CIPHER_SUITE</constant>
304
-
(<type>string</type>)
302
+
(<type>int</type>)
305
303
</term>
306
304
<listitem>
307
305
<simpara>
...
...
@@ -312,7 +310,7 @@
312
310
<varlistentry xml:id="constant.ldap-opt-x-tls-crlcheck">
313
311
<term>
314
312
<constant>LDAP_OPT_X_TLS_CRLCHECK</constant>
315
-
(<type>integer</type>)
313
+
(<type>int</type>)
316
314
</term>
317
315
<listitem>
318
316
<simpara>
...
...
@@ -328,7 +326,7 @@
328
326
<varlistentry xml:id="constant.ldap-opt-x-tls-crlfile">
329
327
<term>
330
328
<constant>LDAP_OPT_X_TLS_CRLFILE</constant>
331
-
(<type>string</type>)
329
+
(<type>int</type>)
332
330
</term>
333
331
<listitem>
334
332
<simpara>
...
...
@@ -344,7 +342,7 @@
344
342
<varlistentry xml:id="constant.ldap-opt-x-tls-dhfile">
345
343
<term>
346
344
<constant>LDAP_OPT_X_TLS_DHFILE</constant>
347
-
(<type>string</type>)
345
+
(<type>int</type>)
348
346
</term>
349
347
<listitem>
350
348
<simpara>
...
...
@@ -360,7 +358,7 @@
360
358
<varlistentry xml:id="constant.ldap-opt-x-tls-keyfile">
361
359
<term>
362
360
<constant>LDAP_OPT_X_TLS_KEYFILE</constant>
363
-
(<type>string</type>)
361
+
(<type>int</type>)
364
362
</term>
365
363
<listitem>
366
364
<simpara>
...
...
@@ -371,7 +369,7 @@
371
369
<varlistentry xml:id="constant.ldap-opt-x-tls-protocol-min">
372
370
<term>
373
371
<constant>LDAP_OPT_X_TLS_PROTOCOL_MIN</constant>
374
-
(<type>integer</type>)
372
+
(<type>int</type>)
375
373
</term>
376
374
<listitem>
377
375
<simpara>
...
...
@@ -382,62 +380,431 @@
382
380
<varlistentry xml:id="constant.ldap-opt-x-tls-random-file">
383
381
<term>
384
382
<constant>LDAP_OPT_X_TLS_RANDOM_FILE</constant>
385
-
(<type>string</type>)
383
+
(<type>int</type>)
386
384
</term>
387
385
<listitem>
388
386
<simpara>
389
-

387
+
Sets/gets the random file when one of the system default ones are not available.
390
388
</simpara>
391
389
</listitem>
392
390
</varlistentry>
393
391
<varlistentry xml:id="constant.ldap-opt-x-tls-require-cert">
394
392
<term>
395
393
<constant>LDAP_OPT_X_TLS_REQUIRE_CERT</constant>
396
-
(<type>integer</type>)
394
+
(<type>int</type>)
397
395
</term>
398
396
<listitem>
399
397
<simpara>
400
-
Specifies the certificate checking checking strategy. This must be one of: <constant>LDAP_OPT_X_TLS_NEVER</constant>,<constant>LDAP_OPT_X_TLS_HARD</constant>, <constant>LDAP_OPT_X_TLS_DEMAND</constant>,
398
+
Specifies the certificate checking strategy. This must be one of: <constant>LDAP_OPT_X_TLS_NEVER</constant>,<constant>LDAP_OPT_X_TLS_HARD</constant>, <constant>LDAP_OPT_X_TLS_DEMAND</constant>,
401
399
<constant>LDAP_OPT_X_TLS_ALLOW</constant>, <constant>LDAP_OPT_X_TLS_TRY</constant>.
400
+
(Available as of PHP 7.0.0)
402
401
</simpara>
403
402
</listitem>
404
403
</varlistentry>
405
404
<varlistentry xml:id="constant.gslc-ssl-no-auth">
406
405
<term>
407
406
<constant>GSLC_SSL_NO_AUTH</constant>
408
-
(<type>integer</type>)
407
+
(<type>int</type>)
409
408
</term>
410
409
<listitem>
411
410
<simpara>
412
-
411
+
SSL Authentication Mode - No authentication required. (Only for Oracle LDAP)
413
412
</simpara>
414
413
</listitem>
415
414
</varlistentry>
416
415
<varlistentry xml:id="constant.gslc-ssl-oneway-auth">
417
416
<term>
418
417
<constant>GSLC_SSL_ONEWAY_AUTH</constant>
419
-
(<type>integer</type>)
418
+
(<type>int</type>)
420
419
</term>
421
420
<listitem>
422
421
<simpara>
423
-
422
+
SSL Authentication Mode - Only server authentication required. (Only for Oracle LDAP)
424
423
</simpara>
425
424
</listitem>
426
425
</varlistentry>
427
426
<varlistentry xml:id="constant.gslc-ssl-twoway-auth">
428
427
<term>
429
428
<constant>GSLC_SSL_TWOWAY_AUTH</constant>
430
-
(<type>integer</type>)
429
+
(<type>int</type>)
431
430
</term>
432
431
<listitem>
433
432
<simpara>
433
+
SSL Authentication Mode - Both server and client authentication required. (Only for Oracle LDAP)
434
+
</simpara>
435
+
</listitem>
436
+
</varlistentry>
434
437

438
+
<varlistentry xml:id="constant.ldap-exop-start-tls">
439
+
<term>
440
+
<constant>LDAP_EXOP_START_TLS</constant>
441
+
(<type>string</type>)
442
+
</term>
443
+
<listitem>
444
+
<simpara>
445
+
Extended Operation constant - Start TLS (<link xlink:href="&url.rfc;4511">RFC 4511</link>).
446
+
</simpara>
447
+
</listitem>
448
+
</varlistentry>
449
+
<varlistentry xml:id="constant.ldap-exop-modify-passwd">
450
+
<term>
451
+
<constant>LDAP_EXOP_MODIFY_PASSWD</constant>
452
+
(<type>string</type>)
453
+
</term>
454
+
<listitem>
455
+
<simpara>
456
+
Extended Operation constant - Modify password (<link xlink:href="&url.rfc;3062">RFC 3062</link>).
457
+
</simpara>
458
+
</listitem>
459
+
</varlistentry>
460
+
<varlistentry xml:id="constant.ldap-exop-refresh">
461
+
<term>
462
+
<constant>LDAP_EXOP_REFRESH</constant>
463
+
(<type>string</type>)
464
+
</term>
465
+
<listitem>
466
+
<simpara>
467
+
Extended Operation Constant - Refresh (<link xlink:href="&url.rfc;2589">RFC 2589</link>).
468
+
</simpara>
469
+
</listitem>
470
+
</varlistentry>
471
+
<varlistentry xml:id="constant.ldap-exop-who-am-i">
472
+
<term>
473
+
<constant>LDAP_EXOP_WHO_AM_I</constant>
474
+
(<type>string</type>)
475
+
</term>
476
+
<listitem>
477
+
<simpara>
478
+
Extended Operation Constant - WHOAMI (<link xlink:href="&url.rfc;4532">RFC 4532</link>).
479
+
</simpara>
480
+
</listitem>
481
+
</varlistentry>
482
+
<varlistentry xml:id="constant.ldap-exop-turn">
483
+
<term>
484
+
<constant>LDAP_EXOP_TURN</constant>
485
+
(<type>string</type>)
486
+
</term>
487
+
<listitem>
488
+
<simpara>
489
+
Extended Operation Constant - Turn (<link xlink:href="&url.rfc;4531">RFC 4531</link>).
490
+
</simpara>
491
+
</listitem>
492
+
</varlistentry>
493
+

494
+
<varlistentry xml:id="constant.ldap-control-managedsait">
495
+
<term>
496
+
<constant>LDAP_CONTROL_MANAGEDSAIT</constant>
497
+
(<type>string</type>)
498
+
</term>
499
+
<listitem>
500
+
<simpara>
501
+
Control Constant - Manage DSA IT (<link xlink:href="&url.rfc;3296">RFC 3296</link>).
502
+
Available as of PHP 7.3.0.
503
+
</simpara>
504
+
</listitem>
505
+
</varlistentry>
506
+
<varlistentry xml:id="constant.ldap-control-proxy-authz">
507
+
<term>
508
+
<constant>LDAP_CONTROL_PROXY_AUTHZ</constant>
509
+
(<type>string</type>)
510
+
</term>
511
+
<listitem>
512
+
<simpara>
513
+
Control Constant - Proxied Authorization (<link xlink:href="&url.rfc;4730">RFC 4370</link>).
514
+
Available as of PHP 7.3.0.
515
+
</simpara>
516
+
</listitem>
517
+
</varlistentry>
518
+
<varlistentry xml:id="constant.ldap-control-subentries">
519
+
<term>
520
+
<constant>LDAP_CONTROL_SUBENTRIES</constant>
521
+
(<type>string</type>)
522
+
</term>
523
+
<listitem>
524
+
<simpara>
525
+
Control Constant - Subentries (<link xlink:href="&url.rfc;3672">RFC 3672</link>).
526
+
Available as of PHP 7.3.0.
527
+
</simpara>
528
+
</listitem>
529
+
</varlistentry>
530
+
<varlistentry xml:id="constant.ldap-control-valuesreturnfilter">
531
+
<term>
532
+
<constant>LDAP_CONTROL_VALUESRETURNFILTER</constant>
533
+
(<type>string</type>)
534
+
</term>
535
+
<listitem>
536
+
<simpara>
537
+
Control Constant - Filter returned values (<link xlink:href="&url.rfc;3876">RFC 3876</link>).
538
+
Available as of PHP 7.3.0.
539
+
</simpara>
540
+
</listitem>
541
+
</varlistentry>
542
+
<varlistentry xml:id="constant.ldap-control-assert">
543
+
<term>
544
+
<constant>LDAP_CONTROL_ASSERT</constant>
545
+
(<type>string</type>)
546
+
</term>
547
+
<listitem>
548
+
<simpara>
549
+
Control Constant - Assertion (<link xlink:href="&url.rfc;45282">RFC 4528</link>).
550
+
Available as of PHP 7.3.0.
551
+
</simpara>
552
+
</listitem>
553
+
</varlistentry>
554
+
<varlistentry xml:id="constant.ldap-control-pre-read">
555
+
<term>
556
+
<constant>LDAP_CONTROL_PRE_READ</constant>
557
+
(<type>string</type>)
558
+
</term>
559
+
<listitem>
560
+
<simpara>
561
+
Control Constant - Pre read (<link xlink:href="&url.rfc;4527">RFC 4527</link>).
562
+
Available as of PHP 7.3.0.
563
+
</simpara>
564
+
</listitem>
565
+
</varlistentry>
566
+
<varlistentry xml:id="constant.ldap-control-post-read">
567
+
<term>
568
+
<constant>LDAP_CONTROL_POST_READ</constant>
569
+
(<type>string</type>)
570
+
</term>
571
+
<listitem>
572
+
<simpara>
573
+
Control Constant - Post read (<link xlink:href="&url.rfc;4527">RFC 4527</link>).
574
+
Available as of PHP 7.3.0.
575
+
</simpara>
576
+
</listitem>
577
+
</varlistentry>
578
+
<varlistentry xml:id="constant.ldap-control-sortrequest">
579
+
<term>
580
+
<constant>LDAP_CONTROL_SORTREQUEST</constant>
581
+
(<type>string</type>)
582
+
</term>
583
+
<listitem>
584
+
<simpara>
585
+
Control Constant - Sort request (<link xlink:href="&url.rfc;2891">RFC 2891</link>).
586
+
Available as of PHP 7.3.0.
587
+
</simpara>
588
+
</listitem>
589
+
</varlistentry>
590
+
<varlistentry xml:id="constant.ldap-control-sortresponse">
591
+
<term>
592
+
<constant>LDAP_CONTROL_SORTRESPONSE</constant>
593
+
(<type>string</type>)
594
+
</term>
595
+
<listitem>
596
+
<simpara>
597
+
Control Constant - Sort response (<link xlink:href="&url.rfc;2891">RFC 2891</link>).
598
+
Available as of PHP 7.3.0.
599
+
</simpara>
600
+
</listitem>
601
+
</varlistentry>
602
+
<varlistentry xml:id="constant.ldap-control-pagedresults">
603
+
<term>
604
+
<constant>LDAP_CONTROL_PAGEDRESULTS</constant>
605
+
(<type>string</type>)
606
+
</term>
607
+
<listitem>
608
+
<simpara>
609
+
Control Constant - Paged results (<link xlink:href="&url.rfc;2696">RFC 2696</link>).
610
+
Available as of PHP 7.3.0.
611
+
</simpara>
612
+
</listitem>
613
+
</varlistentry>
614
+
<varlistentry xml:id="constant.ldap-control-authzid-request">
615
+
<term>
616
+
<constant>LDAP_CONTROL_AUTHZID_REQUEST</constant>
617
+
(<type>string</type>)
618
+
</term>
619
+
<listitem>
620
+
<simpara>
621
+
Control Constant - Authorization Identity Request (<link xlink:href="&url.rfc;3829">RFC 3829</link>).
622
+
Available as of PHP 7.3.0.
623
+
</simpara>
624
+
</listitem>
625
+
</varlistentry>
626
+
<varlistentry xml:id="constant.ldap-control-authzid-response">
627
+
<term>
628
+
<constant>LDAP_CONTROL_AUTHZID_RESPONSE</constant>
629
+
(<type>string</type>)
630
+
</term>
631
+
<listitem>
632
+
<simpara>
633
+
Control Constant - Authorization Identity Response (<link xlink:href="&url.rfc;3829">RFC 3829</link>).
634
+
Available as of PHP 7.3.0.
635
+
</simpara>
636
+
</listitem>
637
+
</varlistentry>
638
+
<varlistentry xml:id="constant.ldap-control-sync">
639
+
<term>
640
+
<constant>LDAP_CONTROL_SYNC</constant>
641
+
(<type>string</type>)
642
+
</term>
643
+
<listitem>
644
+
<simpara>
645
+
Control Constant - Content Synchronization Operation (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
646
+
Available as of PHP 7.3.0.
647
+
</simpara>
648
+
</listitem>
649
+
</varlistentry>
650
+
<varlistentry xml:id="constant.ldap-control-sync-state">
651
+
<term>
652
+
<constant>LDAP_CONTROL_SYNC_STATE</constant>
653
+
(<type>string</type>)
654
+
</term>
655
+
<listitem>
656
+
<simpara>
657
+
Control Constant - Content Synchronization Operation State (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
658
+
Available as of PHP 7.3.0.
659
+
</simpara>
660
+
</listitem>
661
+
</varlistentry>
662
+
<varlistentry xml:id="constant.ldap-control-sync-done">
663
+
<term>
664
+
<constant>LDAP_CONTROL_SYNC_DONE</constant>
665
+
(<type>string</type>)
666
+
</term>
667
+
<listitem>
668
+
<simpara>
669
+
Control Constant - Content Synchronization Operation Done (<link xlink:href="&url.rfc;4533">RFC 4533</link>).
670
+
Available as of PHP 7.3.0.
671
+
</simpara>
672
+
</listitem>
673
+
</varlistentry>
674
+
<varlistentry xml:id="constant.ldap-control-dontusecopy">
675
+
<term>
676
+
<constant>LDAP_CONTROL_DONTUSECOPY</constant>
677
+
(<type>string</type>)
678
+
</term>
679
+
<listitem>
680
+
<simpara>
681
+
Control Constant - Don't Use Copy (<link xlink:href="&url.rfc;6171">RFC 6171</link>).
682
+
Available as of PHP 7.3.0.
683
+
</simpara>
684
+
</listitem>
685
+
</varlistentry>
686
+
<varlistentry xml:id="constant.ldap-control-passwordpolicyrequest">
687
+
<term>
688
+
<constant>LDAP_CONTROL_PASSWORDPOLICYREQUEST</constant>
689
+
(<type>string</type>)
690
+
</term>
691
+
<listitem>
692
+
<simpara>
693
+
Control Constant - Password Policy Request.
694
+
Available as of PHP 7.3.0.
695
+
</simpara>
696
+
</listitem>
697
+
</varlistentry>
698
+
<varlistentry xml:id="constant.ldap-control-passwordpolicyresponse">
699
+
<term>
700
+
<constant>LDAP_CONTROL_PASSWORDPOLICYRESPONSE</constant>
701
+
(<type>string</type>)
702
+
</term>
703
+
<listitem>
704
+
<simpara>
705
+
Control Constant - Password Policy Response.
706
+
Available as of PHP 7.3.0.
707
+
</simpara>
708
+
</listitem>
709
+
</varlistentry>
710
+
<varlistentry xml:id="constant.ldap-control-x-incremental-values">
711
+
<term>
712
+
<constant>LDAP_CONTROL_X_INCREMENTAL_VALUES</constant>
713
+
(<type>string</type>)
714
+
</term>
715
+
<listitem>
716
+
<simpara>
717
+
Control Constant - Active Directory Incremental Values.
718
+
Available as of PHP 7.3.0.
719
+
</simpara>
720
+
</listitem>
721
+
</varlistentry>
722
+
<varlistentry xml:id="constant.ldap-control-x-domain-scope">
723
+
<term>
724
+
<constant>LDAP_CONTROL_X_DOMAIN_SCOPE</constant>
725
+
(<type>string</type>)
726
+
</term>
727
+
<listitem>
728
+
<simpara>
729
+
Control Constant - Active Directory Domain Scope.
730
+
Available as of PHP 7.3.0.
731
+
</simpara>
732
+
</listitem>
733
+
</varlistentry>
734
+
<varlistentry xml:id="constant.ldap-control-x-permissive-modify">
735
+
<term>
736
+
<constant>LDAP_CONTROL_X_PERMISSIVE_MODIFY</constant>
737
+
(<type>string</type>)
738
+
</term>
739
+
<listitem>
740
+
<simpara>
741
+
Control Constant - Active Directory Permissive Modify.
742
+
Available as of PHP 7.3.0.
743
+
</simpara>
744
+
</listitem>
745
+
</varlistentry>
746
+
<varlistentry xml:id="constant.ldap-control-x-search-options">
747
+
<term>
748
+
<constant>LDAP_CONTROL_X_SEARCH_OPTIONS</constant>
749
+
(<type>string</type>)
750
+
</term>
751
+
<listitem>
752
+
<simpara>
753
+
Control Constant - Active Directory Search Options.
754
+
Available as of PHP 7.3.0.
755
+
</simpara>
756
+
</listitem>
757
+
</varlistentry>
758
+
<varlistentry xml:id="constant.ldap-control-x-tree-delete">
759
+
<term>
760
+
<constant>LDAP_CONTROL_X_TREE_DELETE</constant>
761
+
(<type>string</type>)
762
+
</term>
763
+
<listitem>
764
+
<simpara>
765
+
Control Constant - Active Directory Tree Delete.
766
+
Available as of PHP 7.3.0.
767
+
</simpara>
768
+
</listitem>
769
+
</varlistentry>
770
+
<varlistentry xml:id="constant.ldap-control-x-extended-dn">
771
+
<term>
772
+
<constant>LDAP_CONTROL_X_EXTENDED_DN</constant>
773
+
(<type>string</type>)
774
+
</term>
775
+
<listitem>
776
+
<simpara>
777
+
Control Constant - Active Directory Extended DN.
778
+
Available as of PHP 7.3.0.
779
+
</simpara>
780
+
</listitem>
781
+
</varlistentry>
782
+
<varlistentry xml:id="constant.ldap-control-vlvrequest">
783
+
<term>
784
+
<constant>LDAP_CONTROL_VLVREQUEST</constant>
785
+
(<type>string</type>)
786
+
</term>
787
+
<listitem>
788
+
<simpara>
789
+
Control Constant - Virtual List View Request.
790
+
Available as of PHP 7.3.0.
791
+
</simpara>
792
+
</listitem>
793
+
</varlistentry>
794
+
<varlistentry xml:id="constant.ldap-control-vlvresponse">
795
+
<term>
796
+
<constant>LDAP_CONTROL_VLVRESPONSE</constant>
797
+
(<type>string</type>)
798
+
</term>
799
+
<listitem>
800
+
<simpara>
801
+
Control Constant - Virtual List View Response.
802
+
Available as of PHP 7.3.0.
435
803
</simpara>
436
804
</listitem>
437
805
</varlistentry>
438
806
</variablelist>
439
807
</appendix>
440
-

441
808
<!-- Keep this comment at the end of the file
442
809
Local variables:
443
810
mode: sgml
444
811