Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dcommon.h79 extern char *sasl_authc_id;
H A Dcommon.c92 char *sasl_authc_id = NULL; variable
247 } else if ( sasl_authc_id != NULL ) { in st_value()
248 ber_str2bv( sasl_authc_id, 0, 0, &id ); in st_value()
962 if( sasl_authc_id != NULL ) { in tool_args()
973 sasl_authc_id = optarg; in tool_args()
1509 sasl_authc_id, in tool_bind()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c101 char *sasl_authc_id; member
1423 ldap_sasl_inst->sasl_authc_id = NULL; in ldap_start()
3135 log_info("got request for SASL_CB_AUTHNAME %s", ldap_inst->sasl_authc_id); in _ldap_sasl_interact()
3136 size = strlen(ldap_inst->sasl_authc_id); in _ldap_sasl_interact()
3137 in->result = ldap_inst->sasl_authc_id; in _ldap_sasl_interact()