diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2008-12-15 11:20:04 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2008-12-15 11:20:04 +0000 |
commit | b3e8f601048ff225f841021784063367887631b6 (patch) | |
tree | 32507851823e539c377d9b9d43bf9809873cd447 | |
parent | e783e175116ae0f7093ae5822ca4950039a7be75 (diff) |
add a note about permissions of configfile when bindpw is used
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@806 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | man/nss-ldapd.conf.5.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/nss-ldapd.conf.5.xml b/man/nss-ldapd.conf.5.xml index a0ff7c4..f7a78d3 100644 --- a/man/nss-ldapd.conf.5.xml +++ b/man/nss-ldapd.conf.5.xml @@ -176,6 +176,9 @@ <para> Specifies the clear text 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>nss-ldapd.conf</filename> file to only grant access to + the root user. <!-- WHEN SASL IS DOCUMENTED: This option is only applicable when either the <option>binddn</option> or <option>sasl_authcid</option> options are used. |