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

Dave Whitla dave.whitla at wotifgroup.com
Tue Apr 10 04:37:11 UTC 2012


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  libc6            2.13-27
ii  libldap-2.4-2    2.4.28-1.2

isc-dhcp-server-ldap recommends no packages.

isc-dhcp-server-ldap suggests no packages.

-- no debconf information





More information about the pkg-dhcp-devel mailing list