From 8263230a0c543a737ab17a071a0ea964dcab4259 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 22 Sep 2009 09:47:41 -0400 Subject: Upgrade confdb to version 2 This converts a great many configuration options to the new standard format. --- server/confdb/confdb_setup.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'server/confdb/confdb_setup.h') diff --git a/server/confdb/confdb_setup.h b/server/confdb/confdb_setup.h index 7cba0b91a..2b8802f6f 100644 --- a/server/confdb/confdb_setup.h +++ b/server/confdb/confdb_setup.h @@ -22,7 +22,8 @@ #ifndef CONFDB_SETUP_H_ #define CONFDB_SETUP_H_ -#define CONFDB_VERSION "1" +#define CONFDB_VERSION "2" +#define CONFDB_VERSION_INT 2 #define CONFDB_BASE_LDIF \ "dn: @ATTRIBUTES\n" \ @@ -41,7 +42,7 @@ #define CONFDB_INTERNAL_LDIF \ "dn: cn=config\n" \ - "version: 1\n" \ + "version: "CONFDB_VERSION"\n" \ "\n" int confdb_create_base(struct confdb_ctx *cdb); -- cgit