summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2016-04-19 10:16:15 -0400
committerJakub Hrozek <jhrozek@redhat.com>2016-05-11 11:34:10 +0200
commit98dbaea0a00c60972b991755a44c51964dfb7877 (patch)
tree2cf01f9582f55709b8d9eb83f5923d66d6b92ce3 /src/confdb
parent760a62e4aea13e3d1a428be35c4ae1547ae63afc (diff)
downloadsssd-98dbaea0a00c60972b991755a44c51964dfb7877.tar.gz
sssd-98dbaea0a00c60972b991755a44c51964dfb7877.tar.xz
sssd-98dbaea0a00c60972b991755a44c51964dfb7877.zip
Internal: Rename CONFDB_DEFAULT_CONFIG_FILE
New name is SSSD_CONFIG_FILE. This is done because we will start to ship a static default configuration in addition to the runtime configuration. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index c478ef097..b90ced2bb 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -40,7 +40,7 @@
#define CONFDB_DEFAULT_CFG_FILE_VER 2
#define CONFDB_FILE "config.ldb"
-#define CONFDB_DEFAULT_CONFIG_FILE SSSD_CONF_DIR"/sssd.conf"
+#define SSSD_CONFIG_FILE SSSD_CONF_DIR"/sssd.conf"
#define SSSD_MIN_ID 1
#define SSSD_LOCAL_MINID 1000
#define CONFDB_DEFAULT_SHELL_FALLBACK "/bin/sh"