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

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
remoteauth.c 498 char *ldap_url = NULL; local
508 ldap_url = ch_malloc( 1 + strlen( LDAP_PREFIX ) + strlen( realm ) );
509 sprintf( ldap_url, "%s%s", LDAP_PREFIX, realm );
510 return ldap_url;
540 if ( ldap_url ) {
543 nu = ch_malloc( strlen( ldap_url ) + 2 + strlen( LDAP_PREFIX ) +
547 sprintf( nu, "%s %s", ldap_url, line );
549 sprintf( nu, "%s %s%s", ldap_url, LDAP_PREFIX, line );
551 ch_free( ldap_url );
552 ldap_url = nu
663 char *ldap_url = NULL; local
    [all...]
  /src/external/bsd/openldap/lib/libldap/
Makefile 20 ldap_schema.3 ldap_search.3 ldap_sort.3 ldap_url.3
128 MLINKS+= ldap_url.3 ldap_is_ldap_url.3 \
129 ldap_url.3 ldap_url_parse.3 \
130 ldap_url.3 ldap_free_urldesc.3

Completed in 44 milliseconds