php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
ldap.stub.php
Go to the documentation of this file.
1<?php
2
4
5namespace {
10 const LDAP_DEREF_NEVER = UNKNOWN;
15 const LDAP_DEREF_SEARCHING = UNKNOWN;
20 const LDAP_DEREF_FINDING = UNKNOWN;
25 const LDAP_DEREF_ALWAYS = UNKNOWN;
26
31 const LDAP_MODIFY_BATCH_ADD = UNKNOWN;
36 const LDAP_MODIFY_BATCH_REMOVE = UNKNOWN;
51 const LDAP_MODIFY_BATCH_ATTRIB = UNKNOWN;
61 const LDAP_MODIFY_BATCH_VALUES = UNKNOWN;
62
63#if ((LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP))
68 const LDAP_OPT_DEREF = UNKNOWN;
73 const LDAP_OPT_SIZELIMIT = UNKNOWN;
78 const LDAP_OPT_TIMELIMIT = UNKNOWN;
79#ifdef LDAP_OPT_NETWORK_TIMEOUT
84 const LDAP_OPT_NETWORK_TIMEOUT = UNKNOWN;
85#endif
86#if (!defined(LDAP_OPT_NETWORK_TIMEOUT) && defined(LDAP_X_OPT_CONNECT_TIMEOUT))
91 const LDAP_OPT_NETWORK_TIMEOUT = UNKNOWN;
92#endif
93#ifdef LDAP_OPT_TIMEOUT
98 const LDAP_OPT_TIMEOUT = UNKNOWN;
99#endif
109 const LDAP_OPT_ERROR_NUMBER = UNKNOWN;
114 const LDAP_OPT_REFERRALS = UNKNOWN;
115#ifdef LDAP_OPT_RESTART
120 const LDAP_OPT_RESTART = UNKNOWN;
121#endif
122#ifdef LDAP_OPT_HOST_NAME
127 const LDAP_OPT_HOST_NAME = UNKNOWN;
128#endif
133 const LDAP_OPT_ERROR_STRING = UNKNOWN;
134#ifdef LDAP_OPT_MATCHED_DN
139 const LDAP_OPT_MATCHED_DN = UNKNOWN;
140#endif
151#endif
152#ifdef LDAP_OPT_DEBUG_LEVEL
157 const LDAP_OPT_DEBUG_LEVEL = UNKNOWN;
158#endif
159
160#ifdef LDAP_OPT_DIAGNOSTIC_MESSAGE
166#endif
167
168#ifdef HAVE_LDAP_SASL
173 const LDAP_OPT_X_SASL_MECH = UNKNOWN;
178 const LDAP_OPT_X_SASL_REALM = UNKNOWN;
183 const LDAP_OPT_X_SASL_AUTHCID = UNKNOWN;
188 const LDAP_OPT_X_SASL_AUTHZID = UNKNOWN;
189#endif
190
191#ifdef LDAP_OPT_X_SASL_NOCANON
196 const LDAP_OPT_X_SASL_NOCANON = UNKNOWN;
197#endif
198#ifdef LDAP_OPT_X_SASL_USERNAME
204#endif
205
206#ifdef HAVE_ORALDAP
211 const GSLC_SSL_NO_AUTH = UNKNOWN;
216 const GSLC_SSL_ONEWAY_AUTH = UNKNOWN;
221 const GSLC_SSL_TWOWAY_AUTH = UNKNOWN;
222#endif
223
224#if (LDAP_API_VERSION > 2000)
230
235 const LDAP_OPT_X_TLS_NEVER = UNKNOWN;
240 const LDAP_OPT_X_TLS_HARD = UNKNOWN;
245 const LDAP_OPT_X_TLS_DEMAND = UNKNOWN;
250 const LDAP_OPT_X_TLS_ALLOW = UNKNOWN;
255 const LDAP_OPT_X_TLS_TRY = UNKNOWN;
256
271 const LDAP_OPT_X_TLS_CERTFILE = UNKNOWN;
281 const LDAP_OPT_X_TLS_KEYFILE = UNKNOWN;
287#endif
288
289#ifdef LDAP_OPT_X_TLS_CRLCHECK
294 const LDAP_OPT_X_TLS_CRLCHECK = UNKNOWN;
299 const LDAP_OPT_X_TLS_CRL_NONE = UNKNOWN;
304 const LDAP_OPT_X_TLS_CRL_PEER = UNKNOWN;
309 const LDAP_OPT_X_TLS_CRL_ALL = UNKNOWN;
310#endif
311
312#ifdef LDAP_OPT_X_TLS_DHFILE
317 const LDAP_OPT_X_TLS_DHFILE = UNKNOWN;
318#endif
319
320#ifdef LDAP_OPT_X_TLS_CRLFILE
325 const LDAP_OPT_X_TLS_CRLFILE = UNKNOWN;
326#endif
327
328#ifdef LDAP_OPT_X_TLS_PROTOCOL_MIN
334
360#endif
361#ifdef LDAP_OPT_X_TLS_PROTOCOL_TLS1_3
367#endif
368#ifdef LDAP_OPT_X_TLS_PROTOCOL_MAX
374#endif
375
376#ifdef LDAP_OPT_X_TLS_PACKAGE
381 const LDAP_OPT_X_TLS_PACKAGE = UNKNOWN;
382#endif
383
384#ifdef LDAP_OPT_X_KEEPALIVE_IDLE
400#endif
401
406 const LDAP_ESCAPE_FILTER = UNKNOWN;
411 const LDAP_ESCAPE_DN = UNKNOWN;
412
413#ifdef HAVE_LDAP_EXTENDED_OPERATION_S
418 const LDAP_EXOP_START_TLS = UNKNOWN;
423 const LDAP_EXOP_MODIFY_PASSWD = UNKNOWN;
428 const LDAP_EXOP_REFRESH = UNKNOWN;
433 const LDAP_EXOP_WHO_AM_I = UNKNOWN;
438 const LDAP_EXOP_TURN = UNKNOWN;
439#endif
440
441#ifdef LDAP_CONTROL_MANAGEDSAIT
448#endif
449#ifdef LDAP_CONTROL_PROXY_AUTHZ
456#endif
457#ifdef LDAP_CONTROL_SUBENTRIES
463 const LDAP_CONTROL_SUBENTRIES = UNKNOWN;
464#endif
465#ifdef LDAP_CONTROL_VALUESRETURNFILTER
472#endif
473#ifdef LDAP_CONTROL_ASSERT
479 const LDAP_CONTROL_ASSERT = UNKNOWN;
485 const LDAP_CONTROL_PRE_READ = UNKNOWN;
491 const LDAP_CONTROL_POST_READ = UNKNOWN;
492#endif
493#ifdef LDAP_CONTROL_SORTREQUEST
506#endif
507#ifdef LDAP_CONTROL_PAGEDRESULTS
514#endif
515#ifdef LDAP_CONTROL_AUTHZID_REQUEST
528#endif
529#ifdef LDAP_CONTROL_SYNC
535 const LDAP_CONTROL_SYNC = UNKNOWN;
541 const LDAP_CONTROL_SYNC_STATE = UNKNOWN;
547 const LDAP_CONTROL_SYNC_DONE = UNKNOWN;
548#endif
549
550#ifdef LDAP_CONTROL_DONTUSECOPY
557#endif
558#ifdef LDAP_CONTROL_PASSWORDPOLICYREQUEST
571#endif
572#ifdef LDAP_CONTROL_X_INCREMENTAL_VALUES
609#endif
610
611#ifdef LDAP_CONTROL_VLVREQUEST
617 const LDAP_CONTROL_VLVREQUEST = UNKNOWN;
624#endif
625
626#ifdef HAVE_ORALDAP
627 function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, #[\SensitiveParameter] string $password = UNKNOWN, int $auth_mode = GSLC_SSL_NO_AUTH): LDAP\Connection|false {}
628#ifdef LDAP_API_FEATURE_X_OPENLDAP
629 function ldap_connect_wallet(?string $uri = null, string $wallet, #[\SensitiveParameter] string $password, int $auth_mode = GSLC_SSL_NO_AUTH): LDAP\Connection|false {}
630#endif
631#else
632 function ldap_connect(?string $uri = null, int $port = 389): LDAP\Connection|false {}
633#endif
634
635 function ldap_unbind(LDAP\Connection $ldap): bool {}
636
638 function ldap_close(LDAP\Connection $ldap): bool {}
639
640 function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $password = null): bool {}
641
642 function ldap_bind_ext(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?array $controls = null): LDAP\Result|false {}
643
644 #ifdef HAVE_LDAP_SASL
645 function ldap_sasl_bind(LDAP\Connection $ldap, ?string $dn = null, #[\SensitiveParameter] ?string $password = null, ?string $mech = null, ?string $realm = null, ?string $authc_id = null, ?string $authz_id = null, ?string $props = null): bool {}
646 #endif
647
649 function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
650
652 function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
653
655 function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref = LDAP_DEREF_NEVER, ?array $controls = null): LDAP\Result|array|false {}
656
658
659 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {}
660
661 function ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
662
663 function ldap_next_entry(LDAP\Connection $ldap, LDAP\ResultEntry $entry): LDAP\ResultEntry|false {}
664
669 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {}
670
671 function ldap_first_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
672
673 function ldap_next_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
674
679 function ldap_get_attributes(LDAP\Connection $ldap, LDAP\ResultEntry $entry): array {}
680
685 function ldap_get_values_len(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): array|false {}
686
692 function ldap_get_values(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute): array|false {}
693
694 function ldap_get_dn(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
695
700 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
701
702 function ldap_dn2ufn(string $dn): string|false {}
703
704 function ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
705
706 function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
707
708 function ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls = null): bool {}
709
710 function ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|false {}
711
712 function ldap_modify_batch(LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls = null): bool {}
713
714 function ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
715
716 function ldap_mod_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
717
718 function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
719
721 function ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
722
723 function ldap_mod_replace_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
724
725 function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool {}
726
727 function ldap_mod_del_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): LDAP\Result|false {}
728
729 function ldap_errno(LDAP\Connection $ldap): int {}
730
731 function ldap_error(LDAP\Connection $ldap): string {}
732
733 function ldap_err2str(int $errno): string {}
734
735 function ldap_compare(LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array $controls = null): bool|int {}
736
737 #if (LDAP_API_VERSION > 2000) || defined(HAVE_ORALDAP)
738 function ldap_rename(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): bool {}
739
740 function ldap_rename_ext(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls = null): LDAP\Result|false {}
741
743 function ldap_get_option(LDAP\Connection $ldap, int $option, &$value = null): bool {}
744
746 function ldap_set_option(?LDAP\Connection $ldap, int $option, $value): bool {}
747
748 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {}
749
750 function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
751
752 function ldap_next_reference(LDAP\Connection $ldap, LDAP\ResultEntry $entry): LDAP\ResultEntry|false {}
753
754 #ifdef HAVE_LDAP_PARSE_REFERENCE
756 function ldap_parse_reference(LDAP\Connection $ldap, LDAP\ResultEntry $entry, &$referrals): bool {}
757 #endif
758
759 #ifdef HAVE_LDAP_PARSE_RESULT
767 function ldap_parse_result(LDAP\Connection $ldap, LDAP\Result $result, &$error_code, &$matched_dn = null, &$error_message = null, &$referrals = null, &$controls = null): bool {}
768 #endif
769 #endif
770
771 #if (defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC))
772 function ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback): bool {}
773 #endif
774
775 #ifdef HAVE_LDAP_START_TLS_S
776 function ldap_start_tls(LDAP\Connection $ldap): bool {}
777 #endif
778
779 function ldap_escape(string $value, string $ignore = "", int $flags = 0): string {}
780
781 #ifdef STR_TRANSLATION
782 function ldap_t61_to_8859(string $value): string|false {}
783
784 function ldap_8859_to_t61(string $value): string|false {}
785 #endif
786
787
788 #ifdef HAVE_LDAP_EXTENDED_OPERATION_S
793 function ldap_exop(LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, ?array $controls = null, &$response_data = UNKNOWN, &$response_oid = null): LDAP\Result|bool {}
798 function ldap_exop_sync(LDAP\Connection $ldap, string $request_oid, ?string $request_data = null, ?array $controls = null, &$response_data = null, &$response_oid = null): LDAP\Result|bool {}
799 #endif
800
801 #ifdef HAVE_LDAP_PASSWD
805 function ldap_exop_passwd(LDAP\Connection $ldap, string $user = "", #[\SensitiveParameter] string $old_password = "", #[\SensitiveParameter] string $new_password = "", &$controls = null): string|bool {}
806 #endif
807
808
809 #ifdef HAVE_LDAP_WHOAMI_S
810 function ldap_exop_whoami(LDAP\Connection $ldap): string|false {}
811 #endif
812
813 #ifdef HAVE_LDAP_REFRESH_S
814 function ldap_exop_refresh(LDAP\Connection $ldap, string $dn, int $ttl): int|false {}
815 #endif
816
817 #ifdef HAVE_LDAP_PARSE_EXTENDED_RESULT
822 function ldap_parse_exop(LDAP\Connection $ldap, LDAP\Result $result, &$response_data = null, &$response_oid = null): bool {}
823 #endif
824}
825
826namespace LDAP {
831 final class Connection
832 {
833 }
834
839 final class Result
840 {
841 }
842
847 final class ResultEntry
848 {
849 }
850}
851
foreach(explode("\n", $input) as $line) $result
foreach($dp as $el) foreach( $dp as $el) if( $pass2< 2) echo ""
const LDAP_OPT_X_TLS_DHFILE
ldap_err2str(int $errno)
const LDAP_OPT_ERROR_NUMBER
const LDAP_OPT_ERROR_STRING
ldap_parse_exop(LDAP\Connection $ldap, LDAP\Result $result, &$response_data=null, &$response_oid=null)
const GSLC_SSL_NO_AUTH
const LDAP_ESCAPE_DN
const LDAP_CONTROL_AUTHZID_RESPONSE
ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
const LDAP_DEREF_SEARCHING
Definition ldap.stub.php:15
ldap_set_rebind_proc(LDAP\Connection $ldap, ?callable $callback)
const LDAP_OPT_X_TLS_CACERTFILE
ldap_compare(LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array $controls=null)
const LDAP_OPT_X_TLS_PROTOCOL_TLS1_3
ldap_list($ldap, array|string $base, array|string $filter, array $attributes=[], int $attributes_only=0, int $sizelimit=-1, int $timelimit=-1, int $deref=LDAP_DEREF_NEVER, ?array $controls=null)
const LDAP_CONTROL_PAGEDRESULTS
const LDAP_DEREF_NEVER
Definition ldap.stub.php:10
ldap_connect_wallet(?string $uri=null, string $wallet, #[\SensitiveParameter] string $password, int $auth_mode=GSLC_SSL_NO_AUTH)
ldap_unbind(LDAP\Connection $ldap)
const LDAP_DEREF_ALWAYS
Definition ldap.stub.php:25
ldap_modify_batch(LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $controls=null)
const LDAP_OPT_X_KEEPALIVE_IDLE
const GSLC_SSL_TWOWAY_AUTH
ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result)
ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result)
ldap_parse_result(LDAP\Connection $ldap, LDAP\Result $result, &$error_code, &$matched_dn=null, &$error_message=null, &$referrals=null, &$controls=null)
ldap_escape(string $value, string $ignore="", int $flags=0)
const LDAP_CONTROL_ASSERT
const LDAP_OPT_X_TLS_ALLOW
const LDAP_OPT_X_TLS_CACERTDIR
ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls=null)
const LDAP_OPT_X_TLS_TRY
ldap_first_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
const LDAP_EXOP_TURN
const LDAP_CONTROL_PASSWORDPOLICYRESPONSE
const LDAP_OPT_X_TLS_HARD
ldap_next_entry(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
ldap_start_tls(LDAP\Connection $ldap)
const LDAP_OPT_X_TLS_REQUIRE_CERT
const LDAP_CONTROL_POST_READ
const LDAP_OPT_X_TLS_PROTOCOL_TLS1_1
const LDAP_OPT_HOST_NAME
ldap_read($ldap, array|string $base, array|string $filter, array $attributes=[], int $attributes_only=0, int $sizelimit=-1, int $timelimit=-1, int $deref=LDAP_DEREF_NEVER, ?array $controls=null)
const LDAP_OPT_PROTOCOL_VERSION
const LDAP_CONTROL_SYNC_DONE
const LDAP_CONTROL_SUBENTRIES
const LDAP_OPT_SIZELIMIT
Definition ldap.stub.php:73
const LDAP_OPT_X_TLS_CIPHER_SUITE
const LDAP_CONTROL_PROXY_AUTHZ
const LDAP_OPT_X_TLS_PROTOCOL_TLS1_2
const LDAP_OPT_X_TLS_DEMAND
const LDAP_OPT_X_KEEPALIVE_INTERVAL
ldap_dn2ufn(string $dn)
ldap_connect(?string $uri=null, int $port=389, string $wallet=UNKNOWN, #[\SensitiveParameter] string $password=UNKNOWN, int $auth_mode=GSLC_SSL_NO_AUTH)
ldap_set_option(?LDAP\Connection $ldap, int $option, $value)
const LDAP_OPT_X_SASL_REALM
const LDAP_CONTROL_SYNC_STATE
const LDAP_DEREF_FINDING
Definition ldap.stub.php:20
const LDAP_OPT_X_TLS_KEYFILE
ldap_free_result(LDAP\Result $result)
const LDAP_OPT_X_TLS_CRL_PEER
const LDAP_CONTROL_MANAGEDSAIT
const LDAP_OPT_DIAGNOSTIC_MESSAGE
const LDAP_CONTROL_SYNC
ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
const LDAP_OPT_RESTART
const LDAP_OPT_X_SASL_MECH
ldap_get_attributes(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
ldap_exop_sync(LDAP\Connection $ldap, string $request_oid, ?string $request_data=null, ?array $controls=null, &$response_data=null, &$response_oid=null)
const LDAP_EXOP_START_TLS
ldap_search($ldap, array|string $base, array|string $filter, array $attributes=[], int $attributes_only=0, int $sizelimit=-1, int $timelimit=-1, int $deref=LDAP_DEREF_NEVER, ?array $controls=null)
ldap_mod_replace_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
ldap_get_values(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute)
ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls=null)
const LDAP_CONTROL_PRE_READ
ldap_next_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
const LDAP_EXOP_REFRESH
ldap_parse_reference(LDAP\Connection $ldap, LDAP\ResultEntry $entry, &$referrals)
const LDAP_CONTROL_VLVRESPONSE
const LDAP_OPT_X_TLS_PROTOCOL_SSL2
ldap_next_reference(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
ldap_exop_passwd(LDAP\Connection $ldap, string $user="", #[\SensitiveParameter] string $old_password="", #[\SensitiveParameter] string $new_password="", &$controls=null)
const LDAP_CONTROL_X_PERMISSIVE_MODIFY
const LDAP_OPT_X_TLS_PACKAGE
ldap_t61_to_8859(string $value)
ldap_8859_to_t61(string $value)
const LDAP_OPT_TIMELIMIT
Definition ldap.stub.php:78
ldap_mod_del_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
const LDAP_EXOP_WHO_AM_I
ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result)
const LDAP_CONTROL_DONTUSECOPY
ldap_close(LDAP\Connection $ldap)
ldap_rename_ext(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls=null)
const LDAP_OPT_X_SASL_NOCANON
ldap_explode_dn(string $dn, int $with_attrib)
const LDAP_CONTROL_SORTREQUEST
const LDAP_OPT_X_SASL_AUTHCID
const LDAP_OPT_TIMEOUT
Definition ldap.stub.php:98
const LDAP_OPT_REFERRALS
const LDAP_OPT_CLIENT_CONTROLS
const LDAP_OPT_X_TLS_CRLFILE
ldap_exop(LDAP\Connection $ldap, string $request_oid, ?string $request_data=null, ?array $controls=null, &$response_data=UNKNOWN, &$response_oid=null)
const LDAP_OPT_X_TLS_PROTOCOL_MIN
const LDAP_CONTROL_X_INCREMENTAL_VALUES
const LDAP_OPT_X_TLS_PROTOCOL_SSL3
const LDAP_OPT_SERVER_CONTROLS
const LDAP_CONTROL_X_EXTENDED_DN
ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result)
const LDAP_CONTROL_X_SEARCH_OPTIONS
const LDAP_OPT_MATCHED_DN
const LDAP_OPT_X_TLS_CRL_NONE
const LDAP_OPT_X_SASL_USERNAME
const LDAP_CONTROL_VALUESRETURNFILTER
const LDAP_EXOP_MODIFY_PASSWD
const LDAP_OPT_X_TLS_PROTOCOL_TLS1_0
ldap_mod_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
ldap_bind_ext(LDAP\Connection $ldap, ?string $dn=null, #[\SensitiveParameter] ?string $password=null, ?array $controls=null)
const LDAP_OPT_X_TLS_CERTFILE
const LDAP_OPT_X_TLS_NEVER
ldap_exop_refresh(LDAP\Connection $ldap, string $dn, int $ttl)
ldap_get_dn(LDAP\Connection $ldap, LDAP\ResultEntry $entry)
ldap_get_values_len(LDAP\Connection $ldap, LDAP\ResultEntry $entry, string $attribute)
const LDAP_OPT_X_TLS_RANDOM_FILE
ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
ldap_sasl_bind(LDAP\Connection $ldap, ?string $dn=null, #[\SensitiveParameter] ?string $password=null, ?string $mech=null, ?string $realm=null, ?string $authc_id=null, ?string $authz_id=null, ?string $props=null)
const LDAP_ESCAPE_FILTER
const LDAP_CONTROL_VLVREQUEST
const LDAP_CONTROL_AUTHZID_REQUEST
const LDAP_OPT_X_KEEPALIVE_PROBES
const LDAP_OPT_X_TLS_PROTOCOL_MAX
const LDAP_OPT_X_TLS_CRL_ALL
ldap_bind(LDAP\Connection $ldap, ?string $dn=null, #[\SensitiveParameter] ?string $password=null)
const LDAP_OPT_DEBUG_LEVEL
const LDAP_CONTROL_SORTRESPONSE
const LDAP_OPT_X_SASL_AUTHZID
ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
const LDAP_CONTROL_X_TREE_DELETE
ldap_error(LDAP\Connection $ldap)
const LDAP_CONTROL_PASSWORDPOLICYREQUEST
ldap_get_option(LDAP\Connection $ldap, int $option, &$value=null)
const LDAP_CONTROL_X_DOMAIN_SCOPE
const GSLC_SSL_ONEWAY_AUTH
const LDAP_OPT_X_TLS_CRLCHECK
const LDAP_OPT_NETWORK_TIMEOUT
Definition ldap.stub.php:84
ldap_exop_whoami(LDAP\Connection $ldap)
ldap_errno(LDAP\Connection $ldap)
const LDAP_OPT_DEREF
Definition ldap.stub.php:68
ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls=null)
ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result)
ldap_rename(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, ?array $controls=null)
#define LDAP_MODIFY_BATCH_ATTRIB
Definition php_ldap.h:60
#define LDAP_MODIFY_BATCH_ADD
Definition php_ldap.h:55
#define LDAP_MODIFY_BATCH_MODTYPE
Definition php_ldap.h:61
#define LDAP_MODIFY_BATCH_REPLACE
Definition php_ldap.h:58
#define LDAP_MODIFY_BATCH_VALUES
Definition php_ldap.h:62
#define LDAP_MODIFY_BATCH_REMOVE_ALL
Definition php_ldap.h:57
#define LDAP_MODIFY_BATCH_REMOVE
Definition php_ldap.h:56
defined(string $constant_name)
else
Definition zend_ini.c:906
function(EX_VAR(opline->result.var))