Lines Matching defs:current_srv_opts
534 struct sdap_server_opts *current_srv_opts = NULL;
575 current_srv_opts = conn_cache->id_conn->id_ctx->srv_opts;
576 if (current_srv_opts) {
578 "Old USN: %lu, New USN: %lu\n", current_srv_opts->last_usn, srv_opts->last_usn);
580 if (strcmp(srv_opts->server_id, current_srv_opts->server_id) == 0 &&
582 current_srv_opts->last_usn > srv_opts->last_usn) {
585 current_srv_opts->max_user_value = 0;
586 current_srv_opts->max_group_value = 0;
587 current_srv_opts->max_service_value = 0;
588 current_srv_opts->max_sudo_value = 0;
589 current_srv_opts->last_usn = srv_opts->last_usn;