Home
last modified time | relevance | path

Searched refs:LDAPTLS_URL (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/libexec/login_ldap/
Daldap.h28 #define LDAPTLS_URL "ldap+tls://" macro
Daldap.c717 } else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) { in aldap_parse_url()
719 p += strlen(LDAPTLS_URL); in aldap_parse_url()
/openbsd/src/usr.bin/ldap/
Daldap.h26 #define LDAPTLS_URL "ldap+tls://" macro
Daldap.c717 } else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) { in aldap_parse_url()
719 p += strlen(LDAPTLS_URL); in aldap_parse_url()
/openbsd/src/usr.sbin/ypldap/
Daldap.h27 #define LDAPTLS_URL "ldap+tls://" macro
Daldap.c753 } else if (strncasecmp(LDAPTLS_URL, p, strlen(LDAPTLS_URL)) == 0) { in aldap_parse_url()
755 p += strlen(LDAPTLS_URL); in aldap_parse_url()