summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2016-09-30 16:48:47 +0200
committerJakub Hrozek <jhrozek@redhat.com>2016-10-05 11:57:20 +0200
commit65a38b8c9cabde6c46cc0e9868f54cb9bb10afbf (patch)
tree0fcef97122075f6511e11f89fe2867eb831bce8f /src/confdb
parent7b07f50dfdfa1e94c82d86a957ee7c9852d7a322 (diff)
downloadsssd-65a38b8c9cabde6c46cc0e9868f54cb9bb10afbf.tar.gz
sssd-65a38b8c9cabde6c46cc0e9868f54cb9bb10afbf.tar.xz
sssd-65a38b8c9cabde6c46cc0e9868f54cb9bb10afbf.zip
SECRETS: Add a configurable limit of secrets that can be stored
Related: https://fedorahosted.org/sssd/ticket/3169 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index dfbdbc7b9..011792fba 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -224,6 +224,7 @@
/* Secrets Service */
#define CONFDB_SEC_CONF_ENTRY "config/secrets"
#define CONFDB_SEC_CONTAINERS_NEST_LEVEL "containers_nest_level"
+#define CONFDB_SEC_MAX_SECRETS "max_secrets"
struct confdb_ctx;