summaryrefslogtreecommitdiffstats
path: root/net/isc-dhcp31-server/pkg-message
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2004-10-13 00:15:01 +0000
committeredwin <edwin@FreeBSD.org>2004-10-13 00:15:01 +0000
commit68f0e4c433bc558f50deaf483354d2890ea22bc5 (patch)
treeb204ffbbc07d03b831f5cce89c4a3a564d91b54e /net/isc-dhcp31-server/pkg-message
parentadd53ba6412a95c6c7794e31de8949bbb6cbe078 (diff)
downloadFreeBSD-ports-68f0e4c433bc558f50deaf483354d2890ea22bc5.zip
FreeBSD-ports-68f0e4c433bc558f50deaf483354d2890ea22bc5.tar.gz
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
Diffstat (limited to 'net/isc-dhcp31-server/pkg-message')
-rw-r--r--net/isc-dhcp31-server/pkg-message4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/isc-dhcp31-server/pkg-message b/net/isc-dhcp31-server/pkg-message
index facfe5b..e5b4fa1 100644
--- a/net/isc-dhcp31-server/pkg-message
+++ b/net/isc-dhcp31-server/pkg-message
@@ -39,3 +39,7 @@
variables are still read there but should be moved /etc/rc.conf or
/etc/rc.conf.d/dhcpd instead. Also, the dhcpd_options variable must
be renamed dhcpd_flags if any.
+%%LDAP%%
+%%LDAP%%**** You have requested support for the LDAP configuration backend.
+%%LDAP%% The OpenLDAP schema file is installed as %%SCHEMA_DIR%%/dhcp.schema.
+%%LDAP%% See %%DOCSDIR%%/README.ldap for further LDAP configuration details.
OpenPOWER on IntegriCloud