Searched refs:ldaptool_sasl_bind_s (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | ldaptool.h | 181 int ldaptool_sasl_bind_s( LDAP *ld, const char *dn, const char *mechanism,
|
H A D | common.c | 1260 rc = ldaptool_sasl_bind_s( ld, NULL, LDAP_SASL_EXTERNAL, NULL, 1415 ldaptool_sasl_bind_s( LDAP *ld, const char *dn, const char *mechanism, function 1448 return( ldaptool_sasl_bind_s( ld, dn, LDAP_SASL_SIMPLE, &bv, serverctrls,
|