From: Peter van Dijk Date: Thu, 18 Feb 2016 17:35:30 +0000 (+0100) Subject: replace list of options with link to manpage X-Git-Tag: dnsdist-1.0.0-beta1~27^2~1^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8ac92d95506ff8d5a680da4240b2fc848fa02fe;p=thirdparty%2Fpdns.git replace list of options with link to manpage --- diff --git a/docs/markdown/authoritative/backend-ldap.md b/docs/markdown/authoritative/backend-ldap.md index b8d2bd4bcf..005d91e678 100644 --- a/docs/markdown/authoritative/backend-ldap.md +++ b/docs/markdown/authoritative/backend-ldap.md @@ -319,37 +319,7 @@ zone2ldap    > zone.ldif ``` -Here is a complete list of all options: - ---help : Provides a short description of all options - - - ---basedn=... : Node below the new objects should be created. All nodes mentioned in the basedn must exist before you can add the ldif file to your LDAP DNS tree - - - ---layout=... : How the entries will be arranged in the LDAP directory. Currently "tree" (e.g. dc=host,dc=subdomain,dc=linuxnetworks,dc=de) and "list" (e.g. dc=host,dc=subdomain.linuxnetworks.de) are supported. - - - ---named-conf=... : Location of the BIND named.conf file - - - ---resume : Resume processing the zone files if an error occurs. An error message is written to stderr in this case and one or more objects may be missing but the rest of the zones are converted to ldif format - - - ---verbose : Outputs additional information about the operations to stderr - - - ---zone-file=... : Instead of a complete named.conf file you can also parse only a single zone file. If you pass a single dash ("-") as parameter, input is read from stdin. - - - ---zone-name=... : Name of the zone like it is mentioned in the named.conf or in the zone file, e.g. linuxnetworks.de. Necessary if you only want to parse single zone files +See [its manpage](../manpages/zone2ldap.1.md) for a complete list of options. Bind LDAP backend -----------------