summaryrefslogtreecommitdiffstats
path: root/ldap2zone.1
diff options
context:
space:
mode:
authorJan Görig <jgorig@fedoraproject.org>2010-03-15 15:50:51 +0000
committerJan Görig <jgorig@fedoraproject.org>2010-03-15 15:50:51 +0000
commitdde47d54f67d2dd3a637f64210d2631571994565 (patch)
tree0eb17c166dea7f67d55f8663879485e12bcef25d /ldap2zone.1
parent5e22ace44315750c2fce4cb039e9a3d928acb3b9 (diff)
downloadbind-dde47d54f67d2dd3a637f64210d2631571994565.tar.gz
bind-dde47d54f67d2dd3a637f64210d2631571994565.tar.xz
bind-dde47d54f67d2dd3a637f64210d2631571994565.zip
- add man-pages ldap2zone.1 zonetodb.1 zone2sqlite.1 named-sdb.8 (#525655bind-9_7_0-4_fc14
Diffstat (limited to 'ldap2zone.1')
-rw-r--r--ldap2zone.141
1 files changed, 41 insertions, 0 deletions
diff --git a/ldap2zone.1 b/ldap2zone.1
new file mode 100644
index 0000000..a48c69f
--- /dev/null
+++ b/ldap2zone.1
@@ -0,0 +1,41 @@
+.\" Copyright (C) 2004, 2005 Stig Venaas <venaas@uninett.no>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\" Manpage written by Jan Gorig
+.TH ldap2zone 1 "15 March 2010" "BIND9"
+.SH NAME
+ldap2zone - Creates zone file from LDAP dnszone information
+.SH SYNOPSIS
+.B ldap2zone zone-name LDAP-URL default-ttl [serial]
+.SH DESCRIPTION
+ldap2zone is a tool that reads info for a zone from LDAP and constructs a standard plain ascii zone file that is written to the standard output. The LDAP information has to be stored using the dnszone schema. The schema is used by BIND with LDAP back-end.
+
+\fBzone-name\fR
+.RS 4
+Name of the zone, eg "mydomain.net."
+.RE
+.PP
+\fBLDAP-URL\fR
+.RS 4
+LDAP URL to dnszone information
+.RE
+.PP
+\fBdefault-ttl\fR
+.RS 4
+Default TTL value to be used in zone
+.RE
+.PP
+\fBserial\fR
+.RS 4
+(optional) Program checks this number to be different than SOA serial number.
+.RE
+
+.SH "EXIT STATUS"
+Exits with 0 on success or 1 on failure.
+.SH "SEE ALSO"
+named(8) ldap(3)
+http://www.venaas.no/dns/ldap2zone/
+.SH "COPYRIGHT"
+Copyright (C) 2004, 2005 Stig Venaas