Searched defs:auth_type (Results 1 - 4 of 4) sorted by relevance

/sssd/src/providers/
H A Dbe_dyndns.h41 enum be_nsupdate_auth auth_type; member in struct:be_nsupdate_ctx
113 enum be_nsupdate_auth auth_type,
H A Dbe_dyndns.c928 enum be_nsupdate_auth auth_type,
933 enum be_nsupdate_auth auth_type,
983 args = be_nsupdate_args(state, auth_type, force_tcp);
1027 enum be_nsupdate_auth auth_type,
1044 switch (auth_type) {
1230 ctx->auth_type = BE_NSUPDATE_AUTH_GSS_TSIG;
1232 ctx->auth_type = BE_NSUPDATE_AUTH_NONE;
931 be_nsupdate_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, enum be_nsupdate_auth auth_type, char *nsupdate_msg, bool force_tcp) argument
1026 be_nsupdate_args(TALLOC_CTX *mem_ctx, enum be_nsupdate_auth auth_type, bool force_tcp) argument
/sssd/src/providers/ldap/
H A Dsdap_dyndns.c60 enum be_nsupdate_auth auth_type; member in struct:sdap_dyndns_update_state
88 enum be_nsupdate_auth auth_type,
115 state->auth_type = auth_type;
346 subreq = be_nsupdate_send(state, state->ev, state->auth_type,
492 subreq = be_nsupdate_send(state, state->ev, state->auth_type,
83 sdap_dyndns_update_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct be_ctx *be_ctx, struct dp_option *opts, struct sdap_id_ctx *sdap_ctx, enum be_nsupdate_auth auth_type, const char *ifname, const char *hostname, const char *realm, const int ttl, bool check_diff) argument
/sssd/src/responder/secrets/
H A Dproxy.c52 enum proxy_auth_type auth_type; member in struct:proxy_cfg
78 char *auth_type; local
91 "auth_type", &auth_type);
93 DEBUG(SSSDBG_CONF_SETTINGS, "auth_type: %s\n", auth_type);
95 if (auth_type) {
96 if (strcmp(auth_type, "basic_auth") == 0) {
97 cfg->auth_type = PAT_BASIC_AUTH;
107 } else if (strcmp(auth_type, "heade
[all...]

Completed in 27 milliseconds