From 8f8f4af17d7ffd6e8cb36ae52ad4923b9006d97f Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Sun, 5 Sep 2010 19:59:24 +0200 Subject: [PATCH] * add missing entry in list of environment variables to fix off by one making the .debs put settings into wrong citadel setting. Thanks Samjam to give the missing hint to track this bug. --- citadel/utils/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index 99bba3eef..51d53fe59 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -71,6 +71,7 @@ typedef enum _SetupStep { ///"CREATE_XINETD_ENTRY"; const char *EnvNames [eMaxQuestions] = { + "HOME_DIRECTORY", "SYSADMIN_NAME", "SYSADMIN_PW", "CITADEL_UID", @@ -82,7 +83,6 @@ const char *EnvNames [eMaxQuestions] = { "LDAP_BASE_DN", "LDAP_BIND_DN", "LDAP_BIND_PW" -"" }; int setup_type; -- 2.39.2