* Shortened the authmode question in setup because it was breaking the 'dialog' program
authorArt Cancro <ajc@citadel.org>
Thu, 30 Jul 2009 03:48:03 +0000 (03:48 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 30 Jul 2009 03:48:03 +0000 (03:48 +0000)
citadel/setup.c

index 49a1f0f710626ecf2cb9a57c400a3862f2173e55..013dedc613c7a7255847e68634e66b6ce8c2ce14 100644 (file)
@@ -137,21 +137,16 @@ char *setup_text[] = {
 
 
 
-"How would you like to authenticate users on your Citadel system?\n"
+"Specify which authentication mode you wish to use.\n"
 "\n"
-" 0. Self contained authentication - Citadel maintains its own user database\n"
-"    (This mode is *strongly* recommended)\n"
+" 0. Self contained authentication\n"
+" 1. Host system integrated authentication\n"
+" 2. External LDAP - RFC 2307 compliant directory\n"
+" 3. External LDAP - nonstandard MS Active Directory\n"
 "\n"
-" 1. Authenticate users against the host system (unix or linux accounts)\n"
+"WARNING: do not change this setting once your system is installed.\n"
 "\n"
-" 2. Authenticate users against an external LDAP directory (RFC 2307 compliant)\n"
-"\n"
-" 3. Authenticate users against nonstandard MS Active Directory LDAP\n"
-"\n"
-"WARNING: do *not* change this setting once your system is installed.\n"
-"\n"
-"(Answer \"0\" unless you completely understand this option)\n"
-"Which authentication mode do you want to use?\n",
+"Answer \"0\" unless you completely understand this option.\n",
 
 "Please enter the host name or IP address of your LDAP server.\n",