Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dldap.c105 static struct ldap_sasl_instance *ldap_sasl_inst = NULL; variable
1254 if ((ret = ldap_sasl_interactive_bind_s(ld, NULL, ldap_sasl_inst->sasl_mech, in ldap_rebind_cb()
1256 _ldap_sasl_interact, ldap_sasl_inst) in ldap_rebind_cb()
1407 ldap_sasl_inst = malloc(sizeof(struct ldap_sasl_instance)); in ldap_start()
1408 if (ldap_sasl_inst == NULL) in ldap_start()
1411 ldap_sasl_inst->sasl_mech = ber_strdup("GSSAPI"); in ldap_start()
1412 if (ldap_sasl_inst->sasl_mech == NULL) in ldap_start()
1415 ldap_sasl_inst->sasl_realm = ber_strdup(gssapi_realm); in ldap_start()
1416 if (ldap_sasl_inst->sasl_realm == NULL) in ldap_start()
1419 ldap_sasl_inst->sasl_authz_id = ber_strdup(gssapi_user); in ldap_start()
[all …]