mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
388757565d
that are causing parsing errors in ldap-dynamic mode * Added ldap-ssl <off|start_tls|ldaps|on> option and several ldap-tls* options * Added ldap-referrals <on|off> option * Implemented a LDAP rebind function * Renamed dhcpd.conf option ldap-server-cn to ldap-dhcp-server-cn * Dhcp.schema - schema updates * Bump PORTREVISION PR: 109563 Submitted by: roudoudou<roudoud0u@free.fr> Approved by: maintainer
15 lines
729 B
Plaintext
15 lines
729 B
Plaintext
--- server/Makefile.dist.orig Tue Jun 14 09:39:39 2005
|
|
+++ server/Makefile.dist Tue Jun 14 09:39:39 2005
|
|
@@ -25,9 +25,9 @@
|
|
CATMANPAGES = dhcpd.cat8 dhcpd.conf.cat5 dhcpd.leases.cat5
|
|
SEDMANPAGES = dhcpd.man8 dhcpd.conf.man5 dhcpd.leases.man5
|
|
SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \
|
|
- ldap.c ldap_casa.c omapi.c mdb.c stables.c salloc.c ddns.c
|
|
+ ldap.c ldap_casa.c omapi.c mdb.c stables.c salloc.c ddns.c dhcpleasequery.c
|
|
OBJS = dhcpd.o dhcp.o bootp.o confpars.o db.o class.o failover.o \
|
|
- ldap.o ldap_casa.o omapi.o mdb.o stables.o salloc.o ddns.o
|
|
+ ldap.o ldap_casa.o omapi.o mdb.o stables.o salloc.o ddns.o dhcpleasequery.o
|
|
PROG = dhcpd
|
|
MAN = dhcpd.8 dhcpd.conf.5 dhcpd.leases.5
|
|
|