/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 5 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 D | ldap_arginfo.h | 22 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 D | config.m4 | 41 [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 D | CREDITS | 1 LDAP
|
/PHP-8.1/ext/ldap/tests/ |
H A D | ldap_connect_variation.phpt | 33 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 D | ldap_constructor.phpt | 2 Attempt to instantiate an LDAP\Connection directly 9 new LDAP\Connection(); 14 Exception: Cannot directly construct LDAP\Connection, use ldap_connect() instead
|
H A D | ldap_bind_ext.phpt | 48 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 D | ldap_search_variation6.phpt | 49 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 D | ldap_first_attribute_error.phpt | 20 ldap_first_attribute(): Argument #2 ($entry) must be of type LDAP\ResultEntry, LDAP\Connection given
|
H A D | README.md | 3 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 D | bug73933.phpt | 25 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 D | ldap_search_variation5.phpt | 44 object(LDAP\Result)#%d (0) { 66 object(LDAP\Result)#%d (0) { 88 object(LDAP\Result)#%d (0) {
|
H A D | ldap_controls.phpt | 69 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 D | bug48441.phpt | 42 object(LDAP\Result)#%d (0) { 98 object(LDAP\Result)#%d (0) { 118 object(LDAP\Result)#%d (0) {
|
H A D | ldap_connect_basic.phpt | 16 object(LDAP\Connection)#%d (0) {
|
H A D | skipifbindfailure.inc | 9 … die(sprintf("skip Can't bind to LDAP Server - [%d] %s", ldap_errno($link), ldap_error($link)));
|
H A D | ldap_search_paged_result_controls.phpt | 40 object(LDAP\Result)#%d (0) { 79 object(LDAP\Result)#%d (0) {
|
H A D | ldap_search_variation3.phpt | 40 object(LDAP\Result)#%d (0) { 90 object(LDAP\Result)#%d (0) {
|
H A D | ldap_search_error.phpt | 65 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 D | ldap_option_reqcert_basic.phpt | 2 ldap_option_reqcert_basic() - Basic test to check if PHP can connect to a LDAP server with an inval…
|
H A D | ldap_option_reqcert_error.phpt | 2 ldap_option_reqcert_error() - A test to check if ldap can't connect to a LDAP server with a invalid…
|
H A D | ldap_exop.phpt | 71 object(LDAP\Result)#%d (0) { 76 object(LDAP\Result)#%d (0) {
|
H A D | ldap_count_entries_basic.phpt | 2 ldap_count_entries() - Basic counting LDAP entries
|
H A D | ldap_unbind_variation.phpt | 19 // required by most modern LDAP servers, use LDAPv3
|
H A D | ldap_first_entry_basic.phpt | 30 object(LDAP\ResultEntry)#%d (0) {
|