File: ldap2zone.1

package info (click to toggle)
ldap2zone 0.2-12
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 300 kB
  • sloc: ansic: 1,968; sh: 685; makefile: 19
file content (32 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH ldap2zone 1
.SH NAME
ldap2zone \- convert zones saved inside the LDAP to bind9 zone files
.SH SYNOPSIS
.PP
.B ldap2zone
zone-name LDAP-URL default-ttl [serial] 
.SH DESCRIPTION
Convert zones saved in LDAP to ordinary zones files via
.B ldap2zone
in order to avoid dependencies from LDAP to bind.
.SH OPTIONS
.TP
.BR zone-name
name of the zone to be extracted from LDAP. This can be a forward or
a reverse zone.
.TP
.BR LDAP-URL
URL to access the LDAP server in the format ldap[s]://server-ip/base.
.TP
.BR default-ttl
Zone TTL in seconds
.TP
.BR serial
Zone serial number.
.SH "RETURN VALUE"
The script return zero values on success.
.SH EXAMPLES
.B ldap2zone
example.net ldap://ldap.example.net/dc=example,dc=net 1200 200708291528
.SH AUTHOR
Cajus Pollmeier <cajus@debian.org>