[Pkg-citadel-commit] r380 - citadel/trunk/debian

Michael Meskes meskes at alioth.debian.org
Wed Aug 12 12:25:33 UTC 2009


Author: meskes
Date: 2009-08-12 12:25:32 +0000 (Wed, 12 Aug 2009)
New Revision: 380

Modified:
   citadel/trunk/debian/citadel-server.templates
Log:
Fix prompts


Modified: citadel/trunk/debian/citadel-server.templates
===================================================================
--- citadel/trunk/debian/citadel-server.templates	2009-08-12 12:16:46 UTC (rev 379)
+++ citadel/trunk/debian/citadel-server.templates	2009-08-12 12:25:32 UTC (rev 380)
@@ -25,26 +25,26 @@
 Template: citadel/LDAPServer
 Type: string
 Default: 0.0.0.0
-_Description: LDAP host
+_Description: LDAP host:
  Please enter host name or IP address of your LDAP server.
 
 Template: citadel/LDAPServerPort
 Type: string
 Default: 389
-_Description: LDAP port number
+_Description: LDAP port number:
  Please enter the port number of your LDAP service (usually 389).
 
 Template: citadel/LDAPBaseDN
 Type: string
 Default: dc=example,dc=com
-_Description: LDAP base DN
+_Description: LDAP base DN:
  Please enter the Base DN to search for authentication
  (for example: dc=example,dc=com),
 
 Template: citadel/LDAPBindDN
 Type: string
 Default:
-_Description: LDAP bind DN
+_Description: LDAP bind DN:
  Please enter the DN of an account to use for binding to the LDAP server
  for performing queries. The account does not require any other
  privileges. If your LDAP server allows anonymous queries, you can.
@@ -53,7 +53,7 @@
 Template: citadel/LDAPBindDNPassword
 Type: string
 Default: OpenSesame
-_Description: LDAP bind password
+_Description: LDAP bind password:
  If you entered a Bind DN in the previous question, you must now enter
  the password associated with that account.  Otherwise, you can leave this
  blank.




More information about the Pkg-citadel-commit mailing list