Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Oct 2004 00:15:01 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/net/isc-dhcp3-server Makefile distinfo pkg-message pkg-plist
Message-ID:  <200410130015.i9D0F1u2050835@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2004-10-13 00:15:01 UTC

  FreeBSD ports repository

  Modified files:
    net/isc-dhcp3-server Makefile distinfo pkg-message pkg-plist 
  Log:
  add LDAP backend support to net/isc-dhcp3-server
  
          with some modifications to the port itself and utilizing a
          patch from Brian Masney (http://www.newwave.net/~masneyb/)
          it is possible to use an LDAP backend to store the configuration
          for dhcpd, the different network and host entries. dynamic
          leases are also written to the LDAP backend.
  
          this is very useful in a dhcp failover environment, as it
          is no longer necessary to sync the dhcpd.conf file manually
          to the backup system if one has changed something on the
          dhcp master.  two lookup methods are implemented.
  
          - static lookup:
                  on dhcpd startup one LDAP lookup for all entries is done.
                  no further lookups will be made.
                  dhcpd must be restarted for every configuration change.
          - dynamic lookup:
                  for every client request an LDAP lookup will be made.
                  every configuration change kicks in when the next
                  client request is recieved and the lookup is made.
  
  PR:             ports/71030
  Submitted by:   Joerg Pulz <Joerg.Pulz@frm2.tum.de>
  Approved by:    Cyrille Lefevre
  
  Revision  Changes    Path
  1.102     +61 -7     ports/net/isc-dhcp3-server/Makefile
  1.48      +2 -0      ports/net/isc-dhcp3-server/distinfo
  1.8       +4 -0      ports/net/isc-dhcp3-server/pkg-message
  1.30      +4 -1      ports/net/isc-dhcp3-server/pkg-plist



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410130015.i9D0F1u2050835>