Searched refs:ldap_url_parse (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/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 ) {
|
H A D | llib-lldap | 302 int ldap_url_parse( const char *url, LDAPURLDesc **ludpp );
|
/illumos-gate/usr/src/man/man3ldap/ |
H A D | Makefile | 208 ldap_url_parse.3ldap \ 394 ldap_url_parse.3ldap := LINKSRC = ldap_url.3ldap
|
/illumos-gate/usr/src/cmd/sendmail/libsm/ |
H A D | ldap.c | 182 err = ldap_url_parse(lmap->ldap_uri, &ludp); 1204 sid = ldap_url_parse(rl->lr_search,
|
/illumos-gate/usr/src/cmd/ldap/common/ |
H A D | ldaptest.c | 799 if (( i = ldap_url_parse( line, &ludp )) != 0 ) { 800 fprintf( stderr, "ldap_url_parse: error %d\n", i );
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 1146 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS) 1175 if (ldap_url_parse(referralsp[i], &ludpp) != LDAP_SUCCESS)
|
H A D | nis_parse_ldap_conf.c | 1055 if ((rc = ldap_url_parse(url, &ludpp)) != LDAP_SUCCESS)
|
/illumos-gate/usr/src/head/ |
H A D | ldap.h | 776 * possible errors returned by ldap_url_parse() 789 int LDAP_CALL ldap_url_parse(const char *url, LDAPURLDesc **ludpp);
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_misc.c | 2306 rc = ldap_url_parse(url, &ludp);
|
Completed in 68 milliseconds