summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-02-22 16:17:48 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-22 12:54:52 -0500
commit48dbc3c447449b9bb1a9b7c839b9471ef4f547bf (patch)
treed0fbf41cded12f68ea8ca1478e07716ccd864bc3 /src/confdb
parente55f1df17af45d2e32153b41006c06061d0337e5 (diff)
downloadsssd-48dbc3c447449b9bb1a9b7c839b9471ef4f547bf.tar.gz
sssd-48dbc3c447449b9bb1a9b7c839b9471ef4f547bf.tar.xz
sssd-48dbc3c447449b9bb1a9b7c839b9471ef4f547bf.zip
Remove Kerberos options from confdb.h
Kerberos-specific options are pulled using dp_get_opts() and defined in Kerberos subtree. There is no need to keep these in confdb.
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index e848e8bcb..28098b805 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -114,14 +114,6 @@
#define CONFDB_PROXY_LIBNAME "proxy_lib_name"
#define CONFDB_PROXY_PAM_TARGET "proxy_pam_target"
-/* KRB5 Provider */
-#define CONFDB_KRB5_KDCIP "krb5_kdcip"
-#define CONFDB_KRB5_REALM "krb5_realm"
-#define CONFDB_KRB5_CCACHEDIR "krb5_ccachedir"
-#define CONFDB_KRB5_CCNAME_TMPL "krb5_ccname_template"
-#define CONFDB_KRB5_CHANGEPW_PRINC "krb5_changepw_principal"
-#define CONFDB_KRB5_AUTH_TIMEOUT "krb5_auth_timeout"
-
struct confdb_ctx;
struct config_file_ctx;