diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2012-04-12 18:21:48 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-20 10:55:14 -0400 |
commit | 51773686d354b82081830444c048706d83d43d65 (patch) | |
tree | 0379e537190d804463b587b2a19cd6b082d24edd /src/confdb | |
parent | 28d1ff294f7d612f6d37c82ed426b8bf5c34bfaf (diff) | |
download | sssd-51773686d354b82081830444c048706d83d43d65.tar.gz sssd-51773686d354b82081830444c048706d83d43d65.tar.xz sssd-51773686d354b82081830444c048706d83d43d65.zip |
proxy: new option proxy_fast_alias
Diffstat (limited to 'src/confdb')
-rw-r--r-- | src/confdb/confdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index aebf5d888..83a0fea90 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -158,6 +158,7 @@ /* Proxy Provider */ #define CONFDB_PROXY_LIBNAME "proxy_lib_name" #define CONFDB_PROXY_PAM_TARGET "proxy_pam_target" +#define CONFDB_PROXY_FAST_ALIAS "proxy_fast_alias" struct confdb_ctx; struct config_file_ctx; |