File: ldap2bind.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 (40 lines) | stat: -rw-r--r-- 1,196 bytes parent folder | download | duplicates (4)
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
33
34
35
36
37
38
39
40
.TH LDAP2BIND 1 
.SH NAME
ldap2bind \- update bind's DNS zones from LDAP
.SH SYNOPSIS
.B ldap2bind
.SH DESCRIPTION
The 
.BR ldap2bind 
program converts DNS zones from LDAP to bind zone
configuration files and reloads these zones.
It uses
.BR ldap2zone (1)
to do the conversion.
.PP
The script takes no options, but some variables are defined and can be
modified using \fI/etc/default/ldap2zone\fP.
An example of this file is provided in \fI/usr/share/doc/ldap2zone/examples/\fP.
.PP
Usually 
.BR ldap2bind 
is called from a cron job that updates the zones
regularly from LDAP.
.SH Notes
The file \fInamed.conf.ldap2zone\fP must exist in bind's configuration
directory and has to be included in bind's configuration. This is
usually done by including it in \fInamed.conf.local\fP.
.SH "EXIT STATUS"
.BR ldap2bind
returns 0 on success, 1 on failures.
.SH FILES
.nf
.ta \w'/etc/bind/named.conf.ldap2zone\     'u
\fI/etc/default/ldap2zone\fR	configuration variables
\fI/etc/bind/named.conf.ldap2zone\fR	zones extracted from LDAP
.SH AUTHOR
This manual page has been written by Andreas B. Mundt
<andi.mundt@web.de> for the Debian Project (but may be used by
others).
.SH "SEE ALSO"
.BR ldap2zone (1).