Searched refs:ldap_search (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 20 ldap_schema.3 ldap_search.3 ldap_sort.3 ldap_url.3 119 MLINKS+= ldap_search.3 ldap_search_s.3 \ 120 ldap_search.3 ldap_search_st.3 \ 121 ldap_search.3 ldap_search_ext.3 \ 122 ldap_search.3 ldap_search_ext_s.3
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | search.c | 228 ldap_search( in ldap_search() function 410 if ( (msgid = ldap_search( ld, base, scope, filter, attrs, attrsonly )) in ldap_search_st() 440 if ( (msgid = ldap_search( ld, base, scope, filter, attrs, attrsonly )) in ldap_search_s()
|
H A D | test.c | 583 if (( id = ldap_search( ld, dn, scope, filter, in main()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 749 alias ldap_searchW ldap_search; 834 alias ldap_searchA ldap_search;
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-acl-model-xx.txt | 2224 ldap_search operation 2231 This control may only be included in the ldap_search 2269 the filter and scope set by the ldap_search operation, i.e. 2271 are defined by the ldap_search operation. 2314 ldap_search is:
|
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 235 ldap_search() and friends return results which can be parsed by 244 search can be initiated by calling ldap_search(). All synchronous rou- 1590 int ldap_search( 1743 Similar to ldap_search_ext(), the ldap_search() function initiates an 1747 bind. In case of error, ldap_search() will return -1, setting the ses- 2847 returned by ldap_search() and friends. These results are returned in an
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/ |
H A D | neoXldap.c | 322 if ((msgid = ldap_search (ldap, base, scope, filter, attrs, 0)) == -1) {
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1945 ldap_search LDAP_P(( /* deprecated, use ldap_search_ext */
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | appendix-common-errors.sdf | 480 H3: ldap_search: Partial results and referral received
|