cvs commit: ports/net/isc-dhcp3-server Makefile distinfo pkg-message pkg-plist

Edwin Groothuis edwin at FreeBSD.org
Tue Oct 12 17:15:02 PDT 2004


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 at 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


More information about the cvs-ports mailing list