Home
last modified time | relevance | path

Searched refs:LDAP (Results 1 – 25 of 52) sorted by relevance

123

/PHP-8.1/ext/ldap/
H A Dldap.stub.php5 namespace LDAP { namespace
65 function ldap_count_entries(LDAP\Connection $ldap, LDAP\Result $result): int {}
67 function ldap_first_entry(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false {}
69 …function ldap_next_entry(LDAP\Connection $ldap, LDAP\ResultEntry $entry): LDAP\ResultEntry|false {}
75 function ldap_get_entries(LDAP\Connection $ldap, LDAP\Result $result): array|false {}
79 function ldap_next_attribute(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
85 function ldap_get_attributes(LDAP\Connection $ldap, LDAP\ResultEntry $entry): array {}
100 function ldap_get_dn(LDAP\Connection $ldap, LDAP\ResultEntry $entry): string|false {}
154 function ldap_count_references(LDAP\Connection $ldap, LDAP\Result $result): int {}
156 …function ldap_first_reference(LDAP\Connection $ldap, LDAP\Result $result): LDAP\ResultEntry|false …
[all …]
H A Dldap_arginfo.h22 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
28 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
34 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
42 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
70 ZEND_ARG_OBJ_INFO(0, result, LDAP\\Result, 0)
74 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
75 ZEND_ARG_OBJ_INFO(0, result, LDAP\\Result, 0)
79 ZEND_ARG_OBJ_INFO(0, ldap, LDAP\\Connection, 0)
80 ZEND_ARG_OBJ_INFO(0, result, LDAP\\Result, 0)
90 ZEND_ARG_OBJ_INFO(0, result, LDAP\\Result, 0)
[all …]
H A Dconfig.m441 [for LDAP support],
43 [Include LDAP support])])
46 [whether to build with LDAP Cyrus SASL support],
48 [LDAP: Build with Cyrus SASL support])],
123 AC_DEFINE(HAVE_LDAP_SASL, 1, [LDAP SASL support])
128 AC_MSG_ERROR([LDAP build check failed. Please check config.log for more information.])
H A DCREDITS1 LDAP
/PHP-8.1/ext/ldap/tests/
H A Dldap_connect_variation.phpt33 object(LDAP\Connection)#%d (0) {
35 object(LDAP\Connection)#%d (0) {
37 object(LDAP\Connection)#%d (0) {
39 object(LDAP\Connection)#%d (0) {
41 object(LDAP\Connection)#%d (0) {
H A Dldap_constructor.phpt2 Attempt to instantiate an LDAP\Connection directly
9 new LDAP\Connection();
14 Exception: Cannot directly construct LDAP\Connection, use ldap_connect() instead
H A Dldap_bind_ext.phpt48 object(LDAP\Result)#%d (0) {
55 object(LDAP\Result)#%d (0) {
62 object(LDAP\Result)#%d (0) {
69 object(LDAP\Result)#%d (0) {
H A Dldap_search_variation6.phpt49 object(LDAP\Result)#%d (0) {
52 object(LDAP\Result)#%d (0) {
218 object(LDAP\Result)#%d (0) {
221 object(LDAP\Result)#%d (0) {
234 object(LDAP\Result)#%d (0) {
237 object(LDAP\Result)#%d (0) {
H A Dldap_first_attribute_error.phpt20 ldap_first_attribute(): Argument #2 ($entry) must be of type LDAP\ResultEntry, LDAP\Connection given
H A DREADME.md3 To ease testing LDAP-Setups we've created a vagrant-setup.
54 listening on port 369 for incoming LDAP-connections. The machine is already
55 configured to execute the LDAP-Tests.
60 Before running the LDAP-Tests you need to set some environment-variables:
70 LDAP-Tests, run `make test TESTS=ext/ldap`.
76 Most tests here rely on the availability of an LDAP server configured with TLS.
93 2. An empty LDAP structure is required for the tests to be PASSed (except for
138 LDAP_TEST_OPT_PROTOCOL_VERSION (default: 3) Version of LDAP protocol to use
H A Dbug73933.phpt25 Warning: ldap_mod_replace(): Modify: Can't contact LDAP server in %sbug73933.php on line %d
27 Warning: ldap_modify_batch(): Batch Modify: Can't contact LDAP server in %sbug73933.php on line %d
H A Dldap_search_variation5.phpt44 object(LDAP\Result)#%d (0) {
66 object(LDAP\Result)#%d (0) {
88 object(LDAP\Result)#%d (0) {
H A Dldap_controls.phpt69 object(LDAP\Result)#%d (0) {
93 object(LDAP\Result)#%d (0) {
116 object(LDAP\Result)#%d (0) {
145 object(LDAP\Result)#%d (0) {
157 object(LDAP\Result)#%d (0) {
H A Dbug48441.phpt42 object(LDAP\Result)#%d (0) {
98 object(LDAP\Result)#%d (0) {
118 object(LDAP\Result)#%d (0) {
H A Dldap_connect_basic.phpt16 object(LDAP\Connection)#%d (0) {
H A Dskipifbindfailure.inc9 … die(sprintf("skip Can't bind to LDAP Server - [%d] %s", ldap_errno($link), ldap_error($link)));
H A Dldap_search_paged_result_controls.phpt40 object(LDAP\Result)#%d (0) {
79 object(LDAP\Result)#%d (0) {
H A Dldap_search_variation3.phpt40 object(LDAP\Result)#%d (0) {
90 object(LDAP\Result)#%d (0) {
H A Dldap_search_error.phpt65 ldap_search(): Argument #2 ($base) must be of type string when argument #1 ($ldap) is an LDAP insta…
66 ldap_search(): Argument #3 ($filter) must be of type string when argument #1 ($ldap) is an LDAP ins…
H A Dldap_option_reqcert_basic.phpt2 ldap_option_reqcert_basic() - Basic test to check if PHP can connect to a LDAP server with an inval…
H A Dldap_option_reqcert_error.phpt2 ldap_option_reqcert_error() - A test to check if ldap can't connect to a LDAP server with a invalid…
H A Dldap_exop.phpt71 object(LDAP\Result)#%d (0) {
76 object(LDAP\Result)#%d (0) {
H A Dldap_count_entries_basic.phpt2 ldap_count_entries() - Basic counting LDAP entries
H A Dldap_unbind_variation.phpt19 // required by most modern LDAP servers, use LDAPv3
H A Dldap_first_entry_basic.phpt30 object(LDAP\ResultEntry)#%d (0) {

Completed in 22 milliseconds

123