Searched defs:ldap_url_parse (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | url.c | 174 ldap_url_parse( char *url, LDAPURLDesc **ludpp ) function 187 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 262, "ldap_url_parse(%s)\n"), url, 0, 0 ); 370 if ( ldap_url_parse( url, &ludp ) != 0 ) {
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | url.c | 123 ldap_url_parse( const char *url, LDAPURLDesc **ludpp ) function 145 /* same as ldap_url_parse(), but dn is not require */ 172 * like ldap_url_parse() with a few exceptions: 417 if ( ldap_url_parse( url, &ludp ) != 0 ) {
|
Completed in 32 milliseconds