Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/libnss-ldapd.templates
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-16 23:13:33 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-12-16 23:13:33 +0100
commitf29f35a7b7986fac25eac417941ea1dea8179975 (patch)
tree093b4757d5e27e522cd0a9ff39357f7a74ebde12 /debian/libnss-ldapd.templates
parent33bec5ddc3153365a8500586f15ee3dcc3240994 (diff)
end every short description line with a colon (and run debconf-updatepo) (thanks lintian)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@164 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian/libnss-ldapd.templates')
-rw-r--r--debian/libnss-ldapd.templates14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/libnss-ldapd.templates b/debian/libnss-ldapd.templates
index 4d25ffd..8831e15 100644
--- a/debian/libnss-ldapd.templates
+++ b/debian/libnss-ldapd.templates
@@ -1,7 +1,7 @@
Template: libnss-ldapd/ldap-uris
Type: string
Default: ldap://127.0.0.1/
-_Description: LDAP server Uniform Resource Identifier
+_Description: LDAP server Uniform Resource Identifier:
Please enter the URI of the LDAP server used. This is a string in the
form ldap://<hostname or IP>:<port>/ . ldaps:// or ldapi:// can also
be used. The port number is optional.
@@ -14,7 +14,7 @@ _Description: LDAP server Uniform Resource Identifier
Template: libnss-ldapd/ldap-base
Type: string
Default: dc=example,dc=net
-_Description: LDAP server search base
+_Description: LDAP server search base:
Please enter the distinguished name of the LDAP search base. Many sites
use the components of their domain names for this purpose. For example,
the domain "example.net" would use "dc=example,dc=net" as the
@@ -24,14 +24,14 @@ Template: libnss-ldapd/ldap-version
Type: select
Choices: 3, 2
Default: 3
-_Description: LDAP version to use
+_Description: LDAP version to use:
Please enter which version of the LDAP protocol is to use. It is
usually a good idea to set this to highest available version number.
Template: libnss-ldapd/ldap-binddn
Type: string
Default:
-_Description: LDAP database user
+_Description: LDAP database user:
If the LDAP database requires a login for normal lookups, enter
the name of the account that will be used here. Leave empty
otherwise.
@@ -40,13 +40,13 @@ _Description: LDAP database user
Template: libnss-ldapd/ldap-bindpw
Type: password
-_Description: LDAP user password
+_Description: LDAP user password:
Enter the password that will be used to log in to the LDAP database.
Template: libnss-ldapd/ldap-rootbinddn
Type: string
Default: cn=manager,dc=example,dc=net
-_Description: LDAP account for root
+_Description: LDAP account for root:
This account will be used for nss requests with root privileges.
This can be used to give root processes more information
(e.g. users' shadow entries or group passwords).
@@ -57,7 +57,7 @@ _Description: LDAP account for root
Template: libnss-ldapd/ldap-rootbindpw
Type: password
-_Description: LDAP root account password
+_Description: LDAP root account password:
Enter the password that will be used to log in to the LDAP database
when the root process does lookups.