Searched defs:ldap_simple_bind_s (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | sbind.c | 152 * ldap_simple_bind_s( ld, "cn=manager, o=university of michigan, c=us", 157 ldap_simple_bind_s( LDAP *ld, char *dn, char *passwd ) function 162 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 241, "ldap_simple_bind_s\n"), 0, 0, 0 );
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sbind.c | 148 * ldap_simple_bind_s( ld, "cn=manager, o=university of michigan, c=us", 153 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) function 158 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_simple_bind_s\n", 0, 0, 0 ); 176 * simple_bindifnot_s() is like ldap_simple_bind_s() except that it only does
|
Completed in 31 milliseconds