/third_party/curl/tests/data/ |
D | test445 | 33 ldap 49 …//moo https://example telnet://another ftp://yes ftps://again imap://more ldap://perhaps mqtt://ye…
|
D | test1560 | 25 ldap
|
/third_party/cups-filters/ |
D | configure.ac | 379 AC_ARG_ENABLE([ldap], [AS_HELP_STRING([--disable-ldap], [disable LDAP support.])], optenable 383 AC_ARG_WITH([ldap-libs], [AS_HELP_STRING([--with-ldap-libs], [set directory for LDAP library.])], 386 AC_ARG_WITH([ldap-includes], [AS_HELP_STRING([--with-ldap-includes], [set directory for LDAP includ… 392 AC_CHECK_HEADER([ldap.h], [ 393 AC_SEARCH_LIBS([ldap_initialize], [ldap], [ 396 AC_CHECK_LIB([ldap], [ldap_start_tls], 399 AC_CHECK_LIB([ldap], [ldap_init], [ 402 AC_CHECK_HEADERS([ldap_ssl.h], [], [], [#include <ldap.h>]) 403 AC_CHECK_LIB([ldap], [ldapssl_init], 406 …AC_CHECK_LIB([ldap], [ldap_set_rebind_proc], AC_DEFINE([HAVE_LDAP_REBIND_PROC], [], [If libldap im…
|
/third_party/openssl/test/recipes/95-test_external_krb5_data/ |
D | krb5.sh | 16 ./configure --with-ldap --with-prng-alg=os --enable-pkinit \
|
/third_party/curl/docs/ |
D | URL-SYNTAX.md | 100 - `ldap.` means LDAP 139 `imaps`, `ldap`, `ldaps`, `mqtt`, `pop3`, `pop3s`, `rtmp`, `rtmpe`, `rtmps`, 322 ldap://ldap.example.com/o=My%20Organization 326 ldap://ldap.example.com/o=My%20Organization?postalAddress 331 ldap://ldap.example.com/?rootDomainNamingContext
|
D | KNOWN_BUGS | 500 A simple curl command line getting "ldap://ldap.forumsys.com" returns an
|
/third_party/curl/docs/cmdline-opts/ |
D | ssl-reqd.d | 16 OpenLDAP backend and rejected by the generic ldap backend if explicit TLS is
|
D | ssl.d | 20 OpenLDAP backend and ignored by the generic ldap backend.
|
/third_party/python/Lib/test/ |
D | cfgparser.2 | 269 ; ldap admin dn = cn=root,dc=mydomain,dc=com 270 ; ldap ssl = start_tls 272 ; ldap port = 389 273 ; ldap suffix = dc=mydomain,dc=com 274 ; ldap server = ldap.mydomain.com
|
/third_party/curl/ |
D | acinclude.m4 | 318 dnl and check if it is needed even with ldap.h 374 #include <ldap.h> 389 [Define to 1 if you need the lber.h header file even with ldap.h]) 398 dnl Check for compilable and valid ldap.h header 402 AC_CACHE_CHECK([for ldap.h], [curl_cv_header_ldap_h], [ 422 #include <ldap.h> 436 [Define to 1 if you have the ldap.h header file.]) 469 #include <ldap.h> 655 #include <ldap.h>
|
D | CMakeLists.txt | 747 set(CMAKE_LDAP_LIB "ldap" CACHE STRING "Name or full path to ldap library") 762 check_include_file_concat("ldap.h" HAVE_LDAP_H) 785 list(APPEND _HEADER_LIST "ldap.h") 831 # No ldap, no ldaps.
|
D | configure.ac | 166 curl_ldap_msg="no (--enable-ldap / --with-ldap-lib / --with-lber-lib)" 680 AC_MSG_CHECKING([whether to support ldap]) 681 AC_ARG_ENABLE(ldap, optenable 682 AS_HELP_STRING([--enable-ldap],[Enable LDAP support]) 683 AS_HELP_STRING([--disable-ldap],[Disable LDAP support]), 1562 AC_ARG_WITH(ldap-lib, 1563 AS_HELP_STRING([--with-ldap-lib=libname],[Specify name of ldap lib file]), 1596 dnl Try to find the right ldap libraries for this system
|
D | BUILD.gn | 97 "lib/ldap.c",
|
/third_party/curl/lib/ |
D | openldap.c | 905 data->req.p.ldap = lr; in oldap_do() 918 struct ldapreqinfo *lr = data->req.p.ldap; in oldap_done() 930 data->req.p.ldap = NULL; in oldap_done() 971 struct ldapreqinfo *lr = data->req.p.ldap; in oldap_recv()
|
D | curl_config.h.cmake | 344 /* Define to 1 if you have the ldap.h header file. */ 617 /* Define to 1 if you need the lber.h header file even with ldap.h */ 722 /* if you want to use OpenLDAP code instead of legacy ldap implementation */
|
D | Makefile.inc | 177 ldap.c \
|
D | Makefile.in | 229 inet_ntop.c inet_pton.c krb5.c ldap.c llist.c macos.c md4.c \ 315 libcurl_la-krb5.lo libcurl_la-ldap.lo libcurl_la-llist.lo \ 412 libcurlu_la-krb5.lo libcurlu_la-ldap.lo libcurlu_la-llist.lo \ 558 ./$(DEPDIR)/libcurl_la-ldap.Plo \ 685 ./$(DEPDIR)/libcurlu_la-ldap.Plo \ 1285 ldap.c \ 1860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-ldap.Plo@am__quote@ # am--include-marker 1990 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-ldap.Plo@am__quote@ # am--include-mark… 2681 libcurl_la-ldap.lo: ldap.c 2682 …) -MT libcurl_la-ldap.lo -MD -MP -MF $(DEPDIR)/libcurl_la-ldap.Tpo -c -o libcurl_la-ldap.lo `test … [all …]
|
D | curl_config.h.in | 381 /* Define to 1 if you have the ldap.h header file. */ 773 /* Define to 1 if you need the lber.h header file even with ldap.h */
|
D | urldata.h | 697 struct ldapreqinfo *ldap; member
|
/third_party/curl/packages/vms/ |
D | gnv_conftest.c_first | 25 /* Fake pass the test to find a standard ldap routine that we know is */
|
D | build_vms.com | 271 $ ldap = 1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 687 def LDAPF_u10 : _FU10<0b110110, (outs), (ins pcrel_imm:$a), "ldap r11, $a", []>; 689 def LDAPF_lu10 : _FLU10<0b110110, (outs), (ins pcrel_imm:$a), "ldap r11, $a", 693 def LDAPB_u10 : _FU10<0b110111, (outs), (ins pcrel_imm_neg:$a), "ldap r11, $a", 698 "ldap r11, $a", 702 def LDAPF_lu10_ba : _FLU10<0b110110, (outs), (ins pcrel_imm:$a), "ldap r11, $a",
|
/third_party/openssl/doc/man5/ |
D | x509v3_config.pod | 63 subjectAltName = URI:ldap://somehost.com/CN=foo,OU=bar 71 subjectAltName = URI:ldap://somehost.com/CN=foo,OU=bar
|
/third_party/skia/third_party/externals/icu/source/data/sprep/ |
D | rfc4518.txt | 15 …destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518.txt --A1 --ldap --C3 --C4 --C5 --C8…
|
/third_party/icu/icu4c/source/data/sprep/ |
D | rfc4518.txt | 15 …destdir=out --src-filename=rfc3454.txt --dest-filename=rfc4518.txt --A1 --ldap --C3 --C4 --C5 --C8…
|