Searched refs:ldap_bind (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dbind.c54 * ldap_bind - bind to the ldap server (and X.500). The dn and password
61 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret",
66 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) function
68 Debug( LDAP_DEBUG_TRACE, "ldap_bind\n", 0, 0, 0 );
H A Dtest.c416 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) {
417 fprintf( stderr, "ldap_bind failed\n" );
418 ldap_perror( ld, "ldap_bind" );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/include/
H A Dldap.h1264 ldap_bind LDAP_P(( /* deprecated, use ldap_sasl_bind */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim190 syn keyword phpFunctions ldap_8859_to_t61 ldap_add ldap_bind ldap_close ldap_compare ldap_connect ldap_count_entries ldap_delete ldap_dn2ufn ldap_err2str ldap_errno ldap_error ldap_explode_dn ldap_first_attribute ldap_first_entry ldap_first_reference ldap_free_result ldap_get_attributes ldap_get_dn ldap_get_entries ldap_get_option ldap_get_values_len ldap_get_values ldap_list ldap_mod_add ldap_mod_del ldap_mod_replace ldap_modify ldap_next_attribute ldap_next_entry ldap_next_reference ldap_parse_reference ldap_parse_result ldap_read ldap_rename ldap_search ldap_set_option ldap_set_rebind_proc ldap_sort ldap_start_tls ldap_t61_to_8859 ldap_unbind contained
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim2498 \ 'ldap_bind(': 'resource link_identifier [, string bind_rdn [, string bind_password]] | bool',

Completed in 255 milliseconds