summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-05-13 18:44:15 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-21 15:30:20 -0400
commitb9e5bd09a5ff7009537a18914dbebcf10498f592 (patch)
tree81fd19114444133fdbf9560ced2c9224fc867511 /src/confdb
parent611b6fcd3ae863bf36ae1fa4c0db89cfcdc76974 (diff)
downloadsssd_unused-b9e5bd09a5ff7009537a18914dbebcf10498f592.tar.gz
sssd_unused-b9e5bd09a5ff7009537a18914dbebcf10498f592.tar.xz
sssd_unused-b9e5bd09a5ff7009537a18914dbebcf10498f592.zip
PAC responder: add basic infrastructure
This adds only the basic outline of the PAC responder, it won't support any operations, it will just start and initialize itself.
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index 3fa8b037..139dd903 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -119,6 +119,9 @@
#define CONFDB_SSH_HASH_KNOWN_HOSTS "ssh_hash_known_hosts"
#define CONFDB_DEFAULT_SSH_HASH_KNOWN_HOSTS true
+/* PAC */
+#define CONFDB_PAC_CONF_ENTRY "config/pac"
+
/* Data Provider */
#define CONFDB_DP_CONF_ENTRY "config/dp"