summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_private.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-11-17 09:47:04 -0500
committerStephen Gallagher <sgallagh@redhat.com>2009-11-18 06:47:24 -0500
commitb49f7338305081759cca445d83d4e1d3d7f97763 (patch)
tree8adda55d0fb6f90c61cba21194226fadce88ebfe /server/db/sysdb_private.h
parente5d8e5e436667166facdce454b240549dcfd04cd (diff)
downloadsssd-b49f7338305081759cca445d83d4e1d3d7f97763.tar.gz
sssd-b49f7338305081759cca445d83d4e1d3d7f97763.tar.xz
sssd-b49f7338305081759cca445d83d4e1d3d7f97763.zip
Upgrade cache and local databases to case-sensitive names
Diffstat (limited to 'server/db/sysdb_private.h')
-rw-r--r--server/db/sysdb_private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/db/sysdb_private.h b/server/db/sysdb_private.h
index ea4b24680..4400665c7 100644
--- a/server/db/sysdb_private.h
+++ b/server/db/sysdb_private.h
@@ -23,11 +23,13 @@
#ifndef __INT_SYS_DB_H__
#define __INT_SYS_DB_H__
-#define SYSDB_VERSION "0.3"
+#define SYSDB_VERSION_0_4 "0.4"
#define SYSDB_VERSION_0_3 "0.3"
#define SYSDB_VERSION_0_2 "0.2"
#define SYSDB_VERSION_0_1 "0.1"
+#define SYSDB_VERSION SYSDB_VERSION_0_4
+
#define SYSDB_BASE_LDIF \
"dn: @ATTRIBUTES\n" \
"userPrincipalName: CASE_INSENSITIVE\n" \