Searched refs:ldap_search (Results 1 - 10 of 10) sorted by relevance
| /illumos-gate/usr/src/pkg/manifests/ |
| H A D | system-library.man3ldap.inc | 52 file path=usr/share/man/man3ldap/ldap_search.3ldap 245 target=ldap_search.3ldap 247 target=ldap_search.3ldap 248 link path=usr/share/man/man3ldap/ldap_search_s.3ldap target=ldap_search.3ldap 249 link path=usr/share/man/man3ldap/ldap_search_st.3ldap target=ldap_search.3ldap
|
| /illumos-gate/usr/src/man/man3ldap/ |
| H A D | Makefile | 56 ldap_search.3ldap \ 368 ldap_search_ext.3ldap := LINKSRC = ldap_search.3ldap 369 ldap_search_ext_s.3ldap := LINKSRC = ldap_search.3ldap 370 ldap_search_s.3ldap := LINKSRC = ldap_search.3ldap 371 ldap_search_st.3ldap := LINKSRC = ldap_search.3ldap
|
| /illumos-gate/usr/src/cmd/sendmail/libsm/ |
| H A D | ldap.c | 399 msgid = ldap_search(lmap->ldap_ld, lmap->ldap_base, 1182 sid = ldap_search(lmap->ldap_ld, 1193 sid = ldap_search(lmap->ldap_ld, 1260 sid = ldap_search(lmap->ldap_ld,
|
| /illumos-gate/usr/src/lib/libsldap/common/ |
| H A D | ns_wrapper.c | 349 return (ldap_search(ld, base, scope, filter, attrs, attrsonly));
|
| /illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
| H A D | ufn.c | 463 if (( msgid = ldap_search( ld, dn, scope, filter, attrs,
|
| H A D | search.c | 69 * ldap_search - initiate an ldap search operation. Parameters: 82 * msgid = ldap_search( ld, "c=us@o=UM", LDAP_SCOPE_SUBTREE, "cn~=bob", 87 ldap_search( function 98 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_search\n", 0, 0, 0 );
|
| H A D | llib-lldap | 214 int ldap_search( LDAP *ld, const char *base, int scope, const char *filter,
|
| /illumos-gate/usr/src/cmd/ldap/common/ |
| H A D | ldapsearch.c | 799 return( ldaptool_print_lderror( ld, "ldap_search", 848 ldaptool_print_lderror( ld, "ldap_search",
|
| H A D | ldaptest.c | 737 if (( id = ldap_search( ld, dn, scope, filter, 739 ldap_perror( ld, "ldap_search" );
|
| /illumos-gate/usr/src/head/ |
| H A D | ldap.h | 514 int LDAP_CALL ldap_search(LDAP *ld, const char *base, int scope,
|
Completed in 101 milliseconds