bind 9.5.0 (Current branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News bind 9.5.0 (Current branch)
# 1  
Old 06-10-2008
bind 9.5.0 (Current branch)

The Berkeley Internet Name Domain (BIND) implements an Internet name server for Unix operating systems. The BIND consists of a server (or `daemon') called `named' and a resolver library. A name server is a network service that enables clients to name resources or objects and share this information with other objects in the network.License: BSD License (original)Changes:
This version has a number of new features including GSS-TSIG support (RFC 3645), DHCID support, experimental HTTP server and statistics support for named via XML, more detailed statistics counters that are compatible with the ones supported in BIND 8, faster ACL processing, use of Doxygen to generate internal documentation, an efficient LRU cache cleaning mechanism, and NSID support (RFC 5001).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
hesupd(8)						      System Manager's Manual							 hesupd(8)

Name
       hesupd - Hesiod update daemon for modifying BIND/Hesiod passwords

Syntax
Description
       The  Hesiod  update  daemon,  is a server that handles password change requests from the command and is run only on the BIND/Hesiod primary
       server serving the password database.  The daemon changes the password entries on the BIND/Hesiod primary server.

       The primary server is identified by the host name alias, bindmaster, which must exist on the server's host entry  in  the  hosts  database.
       The bindsetup command adds the host name alias, bindmaster to the file if it does not already exist.

       This  daemon is not run by default, nor can it be started up from the daemon.  If you want to enable remote password updating for BIND/Hes-
       iod, put an entry for in the file of the host serving as the primary server for the BIND/Hesiod file.  You can add the startup lines for to
       by running the command.

       Hesiod keeps a log file, which records successful and unsuccessful password changes by uid.

Examples
       This following example shows lines you can add to in order to start the Hesiod update daemon at boot time.
	  [ -f /usr/etc/hesupd ] && {
	     /usr/etc/hesupd; echo -n ' hesupd' >/dev/console
	  }

Files
       Startup commands pertinent to a specific system

       Log of password changes

       Default BIND Files:

       BIND/Hesiod passwd file

       BIND hosts file

See Also
       bindsetup(8), passwd(1)
       Guide to the BIND/Hesiod Service

																	 hesupd(8)