Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
bind-sdb: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server with database backends.
- Summary
- BIND (Berkeley Internet Name Domain) is an implementation of the DNS
(Domain Name System) protocols. BIND includes a DNS server (named),
which resolves host names to IP addresses; a resolver library
(routines for applications to use when interfacing with DNS); and
tools for verifying that the DNS server is operating properly.
BIND SDB (Simplified Database Backend) provides named_sdb, the DNS
name server compiled to include support for using alternative Zone Databases
stored in an LDAP server (ldapdb), a postgreSQL database (pgsqldb), or in the
filesystem (dirdb), in addition to the standard in-memory RBT (Red Black Tree)
zone database.
Changelog
- * Tue Oct 10 17:00:00 2006 Martin Stransky <stransky{%}redhat{*}com> - 30:9.3.3-4
- added fix for #210096: warning: group named does not exist - using root
- * Thu Oct 5 17:00:00 2006 Martin Stransky <stransky{%}redhat{*}com> - 30:9.3.3-3
- added fix from #209400 - Bind Init Script does not create
the PID file always, created by Jeff Means
- added timeout to stop section of init script.
The default is 100 sec. and can be adjusted by NAMED_SHUTDOWN_TIMEOUT
shell variable.
- * Mon Oct 2 17:00:00 2006 Martin Stransky <stransky{%}redhat{*}com> - 30:9.3.3-2
- removed chcon from post script, replaced by restorecon
(Bug 202547, comment no. 37)