Lines Matching defs:srv_opts
81 struct sdap_server_opts *srv_opts;
93 ret = sdap_cli_connect_recv(subreq, state, &can_retry, NULL, &srv_opts);
102 if (id_ctx->srv_opts == NULL) {
103 srv_opts->max_user_value = 0;
104 srv_opts->max_group_value = 0;
105 srv_opts->max_service_value = 0;
106 srv_opts->max_sudo_value = 0;
107 } else if (strcmp(srv_opts->server_id, id_ctx->srv_opts->server_id) == 0
108 && srv_opts->supports_usn
109 && id_ctx->srv_opts->last_usn > srv_opts->last_usn) {
110 id_ctx->srv_opts->max_user_value = 0;
111 id_ctx->srv_opts->max_group_value = 0;
112 id_ctx->srv_opts->max_service_value = 0;
113 id_ctx->srv_opts->max_sudo_value = 0;
114 id_ctx->srv_opts->last_usn = srv_opts->last_usn;
119 sdap_steal_server_opts(id_ctx, &srv_opts);