]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
format
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 18 Feb 2016 17:30:43 +0000 (18:30 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 18 Feb 2016 17:30:43 +0000 (18:30 +0100)
docs/markdown/authoritative/backend-ldap.md

index a80415bb4cd5b6a27f7237a9007db6d2fea0bffe..b8d2bd4bcf79a4a06d486113d6d55a4c2f3e53fc 100644 (file)
@@ -297,23 +297,27 @@ and writes the dns record entries in ldif format to stdout:
 
 Usage:
 
-`zone2ldap`\
-`   --basedn=`<your-basedn>\
-`   --named-conf=`<file>\
-`   --resume`\
-`   > zones.ldif`
+```
+zone2ldap
+   --basedn=`<your-basedn
+   --named-conf=`<file
+   --resume
+   > zones.ldif
+```
 
 Alternatively zone2ldap can be used to convert only single zone files
 instead all zones:
 
 Usage:
 
-`zone2ldap`\
-`   --basedn=`<your-basedn>\
-`   --zone-file=`<file>\
-`   --zone-name=`<file>\
-`   --resume`\
-`   > zone.ldif`
+```
+zone2ldap
+   --basedn=`<your-basedn
+   --zone-file=`<file
+   --zone-name=`<file
+   --resume
+   > zone.ldif
+```
 
 Here is a complete list of all options: