Home | History | Annotate | Download | only in curl

Lines Matching refs:ldap

1885   --enable-ldap           Enable LDAP support
1886 --disable-ldap Disable LDAP support
1963 --with-ldap-lib=libname Specify name of ldap lib file
6126 curl_ldap_msg="no (--enable-ldap / --with-ldap-lib / --with-lber-lib)"
18951 LDAP *ldp = ldap_init("dummy", LDAP_PORT);
19316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to support ldap" >&5
19317 $as_echo_n "checking whether to support ldap... " >&6; }
19318 # Check whether --enable-ldap was given.
19357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: LDAP needs to be enabled to support LDAPS" >&5
19358 $as_echo "LDAP needs to be enabled to support LDAPS" >&6; }
21246 # Check whether --with-ldap-lib was given.
21343 #include <ldap.h>
21380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap.h" >&5
21381 $as_echo_n "checking for ldap.h... " >&6; }
21407 #include <ldap.h>
21412 LDAP *ldp = ldap_init("dummy", LDAP_PORT);
21476 #include <ldap.h>
21484 LDAP *ldp = ldap_ssl_init("dummy", LDAPS_PORT, cert_label);
21544 #include <ldap.h>
21551 LDAP *ldp = ldapssl_init("dummy", LDAPS_PORT, 1);
21635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"$LDAPLIBNAME\" is not an LDAP library: LDAP disabled" >&5
21636 $as_echo "$as_me: WARNING: \"$LDAPLIBNAME\" is not an LDAP library: LDAP disabled" >&2;}
21652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LDAP libraries" >&5
21653 $as_echo_n "checking for LDAP libraries... " >&6; }
21699 #include <ldap.h>
21707 LDAP *ldp = ldap_init("dummy", LDAP_PORT);
21730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: cannot find LDAP libraries" >&5
21731 $as_echo "cannot find LDAP libraries" >&6; }
21751 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Cannot find libraries for LDAP support: LDAP disabled" >&5
21752 $as_echo "$as_me: WARNING: Cannot find libraries for LDAP support: LDAP disabled" >&2;}
21816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \"$LBERLIBNAME\" is not an LBER library: LDAP disabled" >&5
21817 $as_echo "$as_me: WARNING: \"$LBERLIBNAME\" is not an LBER library: LDAP disabled" >&2;}
41323 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS LDAP"
44273 LDAP support: ${curl_ldap_msg}
44306 LDAP support: ${curl_ldap_msg}