Searched refs:ldap_bind (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 14 MAN= ldap.3 ldap_abandon.3 ldap_add.3 ldap_bind.3 ldap_compare.3 \ 28 MLINKS+= ldap_bind.3 ldap_bind_s.3 \ 29 ldap_bind.3 ldap_simple_bind.3 \ 30 ldap_bind.3 ldap_simple_bind_s.3 \ 31 ldap_bind.3 ldap_sasl_bind.3 \ 32 ldap_bind.3 ldap_sasl_bind_s.3 \ 33 ldap_bind.3 ldap_kerberos_bind_s.3 \ 34 ldap_bind.3 ldap_kerberos_bind1.3 \ 35 ldap_bind.3 ldap_kerberos_bind1_s.3 \ 36 ldap_bind.3 ldap_kerberos_bind2.3 \ [all …]
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | bind.c | 71 ldap_bind( LDAP *ld, LDAP_CONST char *dn, LDAP_CONST char *passwd, int authmethod ) in ldap_bind() function
|
H A D | test.c | 421 if ( ldap_bind( ld, dn, passwd, method ) == -1 ) { in main()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winldap.d | 770 alias ldap_bindW ldap_bind; 855 alias ldap_bindA ldap_bind;
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | appendix-common-errors.sdf | 369 H3: ldap_bind: Insufficient access 395 H3: ldap_bind: Invalid credentials 410 H3: ldap_bind: Protocol error
|
H A D | backends.sdf | 535 > Testing incorrect bind (should fail)... ldap_bind: Invalid credentials (49)
|
/netbsd-src/external/bsd/openldap/dist/include/ |
H A D | ldap.h | 1295 ldap_bind LDAP_P(( /* deprecated, use ldap_sasl_bind */
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 1406 int ldap_bind( LDAP *ld, const char *dn, const char *cred, 4354 ldap_bind()
|