Searched defs:quota (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/responder/secrets/
H A Dsecsrv.h43 struct sec_quota quota; member in struct:sec_hive_config
H A Dsecsrv.c52 struct sec_quota *quota)
60 &quota->containers_nest_level);
73 &quota->max_secrets);
86 &quota->max_uid_secrets);
99 &quota->max_payload_size);
141 &hive_config->quota);
144 "Cannot read quota settings for %s [%d]: %s\n",
149 if (hive_config->quota.max_payload_size == 0
151 && hive_config->quota.max_payload_size > sctx->max_payload_size)) {
152 /* If the quota i
46 sec_get_quota(struct sec_ctx *sctx, const char *section_config_path, int default_max_containers_nest_level, int default_max_num_secrets, int default_max_num_uid_secrets, int default_max_payload, struct sec_quota *quota) argument
[all...]
H A Dlocal.c212 struct sec_quota *quota; member in struct:local_db_req
400 if (lc_req->quota->containers_nest_level == 0) {
407 if (nest_level > lc_req->quota->containers_nest_level) {
411 nest_level, lc_req->quota->containers_nest_level);
463 if (lc_req->quota->max_uid_secrets == 0) {
486 if (res->count >= lc_req->quota->max_uid_secrets) {
491 lc_req->quota->max_uid_secrets);
512 if (lc_req->quota->max_secrets == 0) {
533 if (res->count >= lc_req->quota->max_secrets) {
536 "has been reached\n", lc_req->quota
[all...]

Completed in 11 milliseconds