Searched defs:ldap_simple_bind (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | sbind.c | 97 * ldap_simple_bind - bind to the ldap server (and X.500). The dn and 102 * ldap_simple_bind( ld, "cn=manager, o=university of michigan, c=us", 107 ldap_simple_bind( LDAP *ld, char *dn, char *passwd ) function 116 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 240, "ldap_simple_bind\n"), 0, 0, 0 ); 146 * ldap_simple_bind - bind to the ldap server (and X.500) using simple 164 if ( (msgid = ldap_simple_bind( ld, dn, passwd )) == -1 )
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sbind.c | 45 * 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 )
|
Completed in 28 milliseconds