diff options
author | Sumit Bose <sbose@redhat.com> | 2011-05-13 18:44:15 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-06-21 15:30:20 -0400 |
commit | b9e5bd09a5ff7009537a18914dbebcf10498f592 (patch) | |
tree | 81fd19114444133fdbf9560ced2c9224fc867511 /src/confdb/confdb.h | |
parent | 611b6fcd3ae863bf36ae1fa4c0db89cfcdc76974 (diff) | |
download | sssd-b9e5bd09a5ff7009537a18914dbebcf10498f592.tar.gz sssd-b9e5bd09a5ff7009537a18914dbebcf10498f592.tar.xz sssd-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/confdb.h')
-rw-r--r-- | src/confdb/confdb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index 3fa8b0377..139dd9030 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" |