LDAP krb5/gssapi authentication & binary insertion of leases
This commit is contained in:
parent
7406750da5
commit
d0384ed1b0
10
dhcp.spec
10
dhcp.spec
@ -80,6 +80,8 @@ BuildRequires: autoconf
|
|||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: openldap-devel
|
BuildRequires: openldap-devel
|
||||||
|
# --with-ldap-gssapi
|
||||||
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: bind99-devel
|
BuildRequires: bind99-devel
|
||||||
BuildRequires: systemd systemd-devel
|
BuildRequires: systemd systemd-devel
|
||||||
@ -368,10 +370,11 @@ CFLAGS="%{optflags} -fno-strict-aliasing" \
|
|||||||
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
|
--with-cli-pid-file=%{_localstatedir}/run/dhclient.pid \
|
||||||
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
|
--with-cli6-pid-file=%{_localstatedir}/run/dhclient6.pid \
|
||||||
--with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid \
|
--with-relay-pid-file=%{_localstatedir}/run/dhcrelay.pid \
|
||||||
--with-ldap \
|
|
||||||
--with-ldapcrypto \
|
|
||||||
--with-libbind=%{_includedir}/bind99 \
|
--with-libbind=%{_includedir}/bind99 \
|
||||||
--with-libbind-libs=%{_libdir}/bind99 \
|
--with-libbind-libs=%{_libdir}/bind99 \
|
||||||
|
--with-ldap \
|
||||||
|
--with-ldapcrypto \
|
||||||
|
--with-ldap-gssapi \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-log-pid \
|
--enable-log-pid \
|
||||||
%if %{sdt}
|
%if %{sdt}
|
||||||
@ -379,6 +382,7 @@ CFLAGS="%{optflags} -fno-strict-aliasing" \
|
|||||||
--with-tapset-install-dir=%{tapsetdir} \
|
--with-tapset-install-dir=%{tapsetdir} \
|
||||||
%endif
|
%endif
|
||||||
--enable-paranoia --enable-early-chroot \
|
--enable-paranoia --enable-early-chroot \
|
||||||
|
--enable-binary-leases \
|
||||||
--with-systemd
|
--with-systemd
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
pushd doc
|
pushd doc
|
||||||
@ -654,6 +658,8 @@ done
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 10 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-0.1b1
|
* Mon Aug 10 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.3-0.1b1
|
||||||
- 4.3.3b1
|
- 4.3.3b1
|
||||||
|
- enable krb5/gssapi authentication for OpenLDAP
|
||||||
|
- enable support for binary insertion of leases
|
||||||
|
|
||||||
* Wed Jul 15 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.2-12
|
* Wed Jul 15 2015 Jiri Popelka <jpopelka@redhat.com> - 12:4.3.2-12
|
||||||
- fix ipcalc requires
|
- fix ipcalc requires
|
||||||
|
Loading…
Reference in New Issue
Block a user