* Fleshed out the setup questions for LDAP
authorArt Cancro <ajc@citadel.org>
Fri, 10 Apr 2009 09:11:21 +0000 (09:11 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Apr 2009 09:11:21 +0000 (09:11 +0000)
citadel/setup.c

index 3eb585e7c56a694a9f9bd9a26a60f77434a8f063..5a491dad8071d07c7ba85cb41d1e6be34db00e9a 100644 (file)
@@ -151,11 +151,21 @@ char *setup_text[] = {
 "(Answer \"0\" unless you completely understand this option)\n"
 "Which authentication mode do you want to use?\n",
 
-       "LDAP host FIXME\n",
-       "LDAP port number FIXME\n",
-       "LDAP base DN FIXME\n",
-       "LDAP bind DN FIXME\n",
-       "LDAP bind password FIXME\n"
+"Please enter the host name or IP address of your LDAP server.\n",
+
+"Please enter the port number of the LDAP service (usually 389).\n",
+
+"Please enter the Base DN to search for authentication\n"
+"(for example: dc=example,dc=com)\n",
+
+"Please enter the DN of an account to use for binding to the LDAP server\n"
+"for performing queries.  The account does not require any other\n"
+"privileges.  If your LDAP server allows anonymous queries, you can.\n"
+"leave this blank.\n",
+
+"If you entered a Bind DN in the previous question, you must now enter\n"
+"the password associated with that account.  Otherwise, you can leave this\n"
+"blank.\n"
 
 };