diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-09 11:02:41 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2011-08-09 11:02:41 +0200 |
commit | e0b9f83de36e2f6380952145246a18b03920202a (patch) | |
tree | 27216d881f6f27deb03bca5dd407a9ce208c1a12 /man | |
parent | 727133912fbc4ec592c00df888e646555e5cf8c5 (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
Diffstat (limited to 'man')
-rw-r--r-- | man/nslcd.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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. |