Home
last modified time | relevance | path

Searched refs:ldap (Results 1 – 25 of 51) sorted by path

123

/PHP-5.5/
H A D.gitattributes26 ext/ldap/ldap.c ident
H A DEXTENSIONS416 EXTENSION: ldap
H A DNEWS5183 - Fixed bug #43233 (sasl support for ldap on Windows). (Pierre)
5515 - Fixed bug #49391 (ldap.c utilizing deprecated ldap_modify_s). (Ilia)
7297 - Fixed bug #41973 (--with-ldap=shared fails with LDFLAGS="-Wl,--as-needed"). (Nuno)
/PHP-5.5/ext/curl/tests/
H A Dcheck_win_config.phpt43 Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, pop3, pop3s, rtsp, scp,…
/PHP-5.5/ext/ldap/
H A Dconfig.m46 if test -f $1/include/ldap.h; then
10 elif test -f $1/include/umich-ldap/ldap.h; then
12 LDAP_INCDIR=$1/include/umich-ldap
14 elif test -f $1/ldap/public/ldap.h; then
16 LDAP_INCDIR=$1/ldap/public
30 if test -f $OCISDKRPMINC/ldap.h; then
35 elif test -f $1/sdk/include/ldap.h; then
87 PHP_ARG_WITH(ldap,for LDAP support,
88 [ --with-ldap[=DIR] Include LDAP support])
95 PHP_NEW_EXTENSION(ldap, ldap.c, $ext_shared,,-DLDAP_DEPRECATED=1)
[all …]
H A Dconfig.w324 ARG_WITH("ldap", "LDAP support", "no");
8 …if (CHECK_HEADER_ADD_INCLUDE("ldap.h", "CFLAGS_LDAP", PHP_PHP_BUILD + "\\include\\openldap;" + PHP…
11 CHECK_LIB("ssleay32.lib", "ldap", PHP_LDAP) &&
12 CHECK_LIB("libeay32.lib", "ldap", PHP_LDAP) &&
13 CHECK_LIB("oldap32_a.lib", "ldap", PHP_LDAP) &&
14 CHECK_LIB("olber32_a.lib", "ldap", PHP_LDAP)&&
15 CHECK_LIB("libsasl.lib", "ldap", PHP_LDAP)) {
16 EXTENSION('ldap', 'ldap.c');
27 WARNING("ldap not enabled; libraries and headers not found");
H A Dldap.c89 ZEND_GET_MODULE(ldap) in ZEND_GET_MODULE() argument
303 LDAP *ldap; in PHP_FUNCTION() local
361 ld->link = ldap; in PHP_FUNCTION()
960 LDAP *ldap; in PHP_FUNCTION() local
975 ldap = ld->link; in PHP_FUNCTION()
2047 LDAP *ldap; in PHP_FUNCTION() local
2055 ldap = NULL; in PHP_FUNCTION()
2588 LDAP *ldap; in PHP_FUNCTION() local
2598 ldap = NULL; in PHP_FUNCTION()
2636 if (ldap) { in PHP_FUNCTION()
[all …]
H A Dldap.dsp7 CFG=ldap - Win32 Debug_TS_SSL
11 !MESSAGE NMAKE /f "ldap.mak".
16 !MESSAGE NMAKE /f "ldap.mak" CFG="ldap - Win32 Debug_TS_SSL"
38 !IF "$(CFG)" == "ldap - Win32 Release"
255 # Name "ldap - Win32 Release"
256 # Name "ldap - Win32 Debug"
257 # Name "ldap - Win32 Debug_TS"
258 # Name "ldap - Win32 Release_TS"
260 # Name "ldap - Win32 Debug_TS SASL"
262 # Name "ldap - Win32 Debug_TS_SSL"
[all …]
H A Dldap.mak20 C_SRC = ldap.c \
H A Dphp_ldap.h36 PHP_MINIT_FUNCTION(ldap);
37 PHP_MSHUTDOWN_FUNCTION(ldap);
38 PHP_MINFO_FUNCTION(ldap);
40 ZEND_BEGIN_MODULE_GLOBALS(ldap)
43 ZEND_END_MODULE_GLOBALS(ldap)
/PHP-5.5/ext/ldap/tests/
H A DREADME34 (/etc/openldap/)ldap.conf:
H A Dbug48441.phpt42 resource(%d) of type (ldap result)
97 resource(%d) of type (ldap result)
116 resource(%d) of type (ldap result)
H A Dbug48696.phpt15 Warning: ldap_read(): supplied argument is not a valid ldap link resource in %s on line %d
H A Dldap_connect_basic.phpt17 resource(%d) of type (ldap link)
H A Dldap_connect_error.phpt7 ldap.max_links=1
16 var_dump(ldap_connect("ldap://$host:$port/dc=my-domain,dc=com"));
H A Dldap_connect_variation.phpt21 $link = ldap_connect("ldap://$host:$port");
25 $link = ldap_connect("ldap://$host");
34 resource(%d) of type (ldap link)
35 resource(%d) of type (ldap link)
36 resource(%d) of type (ldap link)
37 resource(%d) of type (ldap link)
38 resource(%d) of type (ldap link)
H A Dldap_control_paged_results_variation1.phpt35 resource(6) of type (ldap result)
H A Dldap_control_paged_results_variation2.phpt35 resource(6) of type (ldap result)
H A Dldap_control_paged_results_variation3.phpt40 resource(%d) of type (ldap result)
79 resource(%d) of type (ldap result)
H A Dldap_count_entries_error.phpt21 Warning: ldap_count_entries(): supplied resource is not a valid ldap result resource in %s on line …
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_first_entry_basic.phpt30 resource(%d) of type (ldap result entry)
H A Dldap_first_entry_error.phpt25 Warning: ldap_first_entry(): supplied resource is not a valid ldap result resource in %s on line %d
H A Dldap_first_reference_basic.phpt38 resource(%d) of type (ldap result entry)
H A Dldap_first_reference_error.phpt25 Warning: ldap_first_reference(): supplied resource is not a valid ldap result resource in %s on lin…

Completed in 54 milliseconds

123