Bug#668242: [pkg-dhcp-devel] Bug#668242: isc-dhcp-server-ldap: creates invalid config for dhcpHost without dhcpHWAddress

2016-10-05 Thread Michael Gilbert
On Wed, Oct 5, 2016 at 5:11 AM, Dave Whitla wrote:
> This issue persists 4 years later in Jessie 4.3.1-6+deb8u2.
> It may be minor for the maintainer but its a showstopper for my usage.

I'm happy to consider a patch that scratches your itch.

Best wishes,
Mike



Bug#668242: isc-dhcp-server-ldap: creates invalid config for dhcpHost without dhcpHWAddress

2016-10-05 Thread Dave Whitla
This issue persists 4 years later in Jessie 4.3.1-6+deb8u2.
It may be minor for the maintainer but its a showstopper for my usage.



Bug#668242: isc-dhcp-server-ldap: creates invalid config for dhcpHost without dhcpHWAddress

2012-04-09 Thread Dave Whitla
Package: isc-dhcp-server-ldap
Version: 4.2.2.dfsg.1-4
Severity: important

For example, the following LDAP config:

dn: cn=xenmaster,cn=reservations,cn=config,ou=dhcp,dc=hive
objectClass: dhcpHost
objectClass: top
objectClass: dhcpOptions
cn: xenmaster
dhcpOption: dhcp-client-identifier xenmaster
dhcpStatements: fixed-address 10.0.0.100

yields in the generated config:

host xenmasterfixed-address 10.0.0.100;
option dhcp-client-identifier xenmaster;
}

while the following LDAP config:

dn: cn=xenmaster,cn=reservations,cn=config,ou=dhcp,dc=hive
objectClass: dhcpHost
objectClass: top
objectClass: dhcpOptions
cn: xenmaster
dhcpHWAddress: ethernet ff:ff:ff:ff:ff:ff
dhcpOption: dhcp-client-identifier xenmaster
dhcpStatements: fixed-address 10.0.0.100

yields in the generated config:

host xenmaster {
hardware ethernet ff:ff:ff:ff:ff:ff;
fixed-address 10.0.0.100;
option dhcp-client-identifier xenmaster;
}


- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages isc-dhcp-server-ldap depends on:
ii  debianutils  4.2.1
ii  isc-dhcp-common  4.2.2.dfsg.1-4
ii  isc-dhcp-server  4.2.2.dfsg.1-4
ii  libc62.13-27
ii  libldap-2.4-22.4.28-1.2

isc-dhcp-server-ldap recommends no packages.

isc-dhcp-server-ldap suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org