Home
last modified time | relevance | path

Searched refs:ldap_simple_bind (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c54 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind() function
163 if ( (msgid = ldap_simple_bind( ld, dn, passwd )) == -1 ) in ldap_simple_bind_s()
H A Dbind.c71 return( ldap_simple_bind( ld, dn, passwd ) ); in ldap_bind()
/illumos-gate/usr/src/lib/libldap5/
H A Dmapfile-vers199 ldap_simple_bind;
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile190 ldap_simple_bind.3ldap \
260 ldap_simple_bind.3ldap := LINKSRC = ldap_bind.3ldap
/illumos-gate/usr/src/head/
H A Dldap.h490 int LDAP_CALL ldap_simple_bind(LDAP *ld, const char *who,
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3ldap.inc242 link path=usr/share/man/man3ldap/ldap_simple_bind.3ldap target=ldap_bind.3ldap
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_connect.c2363 msgId = ldap_simple_bind(ld, binddn, passwd); in doSimpleBind()