Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c1181 LDAPControl auth_resp_ctrl, *ctrl_array[ 2 ], **bindctrls; local
1198 bindctrls = ctrl_array;
1200 bindctrls = NULL;
1262 bindctrls, NULL, NULL, "ldap_sasl_bind" );
1265 rc = ldaptool_simple_bind_s( ld, conv, passwd, bindctrls, NULL,
1291 bindctrls, NULL, "ldap_simple_bind" )) == LDAP_SUCCESS ) {