HomeSort by: relevance | last modified time | path
    Searched defs:gssapi_user (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
ldap.c 1336 char *gssapi_user = NULL; local
1397 gssapi_user = strtok(running, gssapi_delim);
1398 if (!gssapi_user || strlen(gssapi_user) == 0) {
1419 ldap_sasl_inst->sasl_authz_id = ber_strdup(gssapi_user);
ldap.c 1336 char *gssapi_user = NULL; local
1397 gssapi_user = strtok(running, gssapi_delim);
1398 if (!gssapi_user || strlen(gssapi_user) == 0) {
1419 ldap_sasl_inst->sasl_authz_id = ber_strdup(gssapi_user);
ldap.c 1336 char *gssapi_user = NULL; local
1397 gssapi_user = strtok(running, gssapi_delim);
1398 if (!gssapi_user || strlen(gssapi_user) == 0) {
1419 ldap_sasl_inst->sasl_authz_id = ber_strdup(gssapi_user);

Completed in 64 milliseconds