Searched refs:strauth (Results 1 - 1 of 1) sorted by relevance

/sssd/src/providers/
H A Dbe_dyndns.c1214 char *strauth; local
1228 strauth = dp_opt_get_string(ctx->opts, DP_OPT_DYNDNS_AUTH);
1229 if (strcasecmp(strauth, "gss-tsig") == 0) {
1231 } else if (strcasecmp(strauth, "none") == 0) {
1234 DEBUG(SSSDBG_OP_FAILURE, "Uknown dyndns auth type %s\n", strauth);

Completed in 11 milliseconds