HomeSort by: relevance | last modified time | path
    Searched refs:ldapurl (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/bin/ldapurl/
Makefile 5 PROG= ldapurl
  /src/external/bsd/openldap/bin/
Makefile 4 ldappasswd ldapsearch ldapurl ldapwhoami
  /src/external/mpl/dhcp/dist/server/
ldap.c 1203 LDAPURLDesc *ldapurl = NULL; local
1208 if ((ret = ldap_url_parse(url, &ldapurl)) != LDAP_SUCCESS)
1217 if (strcasecmp(ldapurl->lud_scheme, "ldaps") == 0)
1223 ldapurl->lud_host, ldapurl->lud_port, ldap_err2string (ret));
1224 ldap_free_urldesc(ldapurl);
1233 if (strcasecmp(ldapurl->lud_scheme, "ldap") == 0 &&
1239 ldapurl->lud_host, ldapurl->lud_port, ldap_err2string (ret));
1240 ldap_free_urldesc(ldapurl);
    [all...]

Completed in 17 milliseconds