Home | History | Annotate | Download | only in server

Lines Matching refs:policy_id

954 	char *policy_id;
958 policy_id = db_get_val(ctx, user, realm, "policy", use_dmacc);
959 if (policy_id == NULL || strlen(policy_id) == 0) {
960 free(policy_id);
961 policy_id = strdup("default");
962 if (policy_id == NULL)
967 ctx->root_dir, policy_id);
968 free(policy_id);