From: Peter van Dijk Date: Thu, 18 Feb 2016 17:59:07 +0000 (+0100) Subject: remove non-ldap-specific troubleshooting tips X-Git-Tag: dnsdist-1.0.0-beta1~27^2~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c772ed78f8453a2d7e596a481cb8e7aac4ec1d0;p=thirdparty%2Fpdns.git remove non-ldap-specific troubleshooting tips --- diff --git a/docs/markdown/authoritative/backend-ldap.md b/docs/markdown/authoritative/backend-ldap.md index 9bca893ee8..c20fcffa54 100644 --- a/docs/markdown/authoritative/backend-ldap.md +++ b/docs/markdown/authoritative/backend-ldap.md @@ -444,27 +444,6 @@ better performance values. # Troubleshooting -Trying to set unexisting parameter ----------------------------------- - -If your PowerDNS config file contains an unknown parameter or at least -one of your parameters is not in the form - -`ldap-`*`name`*`=`*`value`* - -the PowerDNS server won't start up and you will see a fatal error in the -log file. For a list of available parameters, please have a look at -[configuration -options](PowerDNS_LDAP_Backend/Installation#Configuration_options "wikilink"). - -Use of quotation marks ("") ---------------------------- - -Do never use quotation marks in the PowerDNS configuration files! They -are not evaluated and remain part of the parameter value. This leads to -hard to find errors, e.g. no objects are returned from the LDAP -directory. - No reverse zone transfer ------------------------