summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-08-09 09:02:41 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-08-09 09:02:41 +0000
commite0b9f83de36e2f6380952145246a18b03920202a (patch)
tree27216d881f6f27deb03bca5dd407a9ce208c1a12
parent727133912fbc4ec592c00df888e646555e5cf8c5 (diff)
small language updates based on feedback by Justin B Rye
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1493 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--debian/nslcd.templates4
-rw-r--r--man/nslcd.conf.5.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/nslcd.templates b/debian/nslcd.templates
index 51b23f8..5a57f0b 100644
--- a/debian/nslcd.templates
+++ b/debian/nslcd.templates
@@ -27,7 +27,7 @@ _Description: LDAP authentication to use:
require (if any):
.
* none: no authentication;
- * simple: simple clear text binddn/password;
+ * simple: simple bind DN and password authentication;
* SASL: any Simple Authentication and Security Layer mechanism.
Template: nslcd/ldap-binddn
@@ -50,7 +50,7 @@ _Description: SASL mechanism to use:
.
* auto: auto-negotiation;
* LOGIN: deprecated in favor of PLAIN;
- * PLAIN: clear-text user/password mechanism;
+ * PLAIN: simple cleartext password mechanism;
* NTLM: NT LAN Manager authentication mechanism;
* CRAM-MD5: challenge-response scheme based on HMAC-MD5;
* DIGEST-MD5: HTTP Digest compatible challenge-response scheme;
diff --git a/man/nslcd.conf.5.xml b/man/nslcd.conf.5.xml
index 6cd5366..6c0f9e3 100644
--- a/man/nslcd.conf.5.xml
+++ b/man/nslcd.conf.5.xml
@@ -174,7 +174,7 @@
<term><option>bindpw</option> <replaceable>PASSWORD</replaceable></term>
<listitem>
<para>
- Specifies the clear text credentials with which to bind.
+ Specifies the credentials with which to bind.
This option is only applicable when used with <option>binddn</option> above.
If you set this option you should consider changing the permissions
of the <filename>nslcd.conf</filename> file to only grant access to
@@ -201,7 +201,7 @@
<term><option>rootpwmodpw</option> <replaceable>PASSWORD</replaceable></term>
<listitem>
<para>
- Specifies the clear text credentials with which to bind if the root
+ Specifies the credentials with which to bind if the root
user tries to change a user's password.
This option is only applicable when used with
<option>rootpwmoddn</option> above.