Searched defs:ldap_simple_bind (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsbind.c45 * ldap_simple_bind - bind to the ldap server. The dn and
50 * ldap_simple_bind( ld, "cn=manager, o=university of michigan, c=us",
56 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) function
60 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_simple_bind\n", 0, 0, 0 );
142 * ldap_simple_bind - bind to the ldap server using simple
165 if ( (msgid = ldap_simple_bind( ld, dn, passwd )) == -1 )
/illumos-gate/usr/src/man/man3ldap/
H A DMakefile190 ldap_simple_bind.3ldap \
260 ldap_simple_bind.3ldap := LINKSRC = ldap_bind.3ldap

Completed in 59 milliseconds