If DHCP is built with ldap_gssapi support but ldap-gssapi-principal
is not set error level messages is written in the logs. This is
totally OK to not have the parameter set. Report names of required
options, not internal code variables.
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1831332
Signed-off-by: Pavel Zhukov <pzhukov@redhat.com>
Signed-off-by: Petr Menšík <pemensik@redhat.com>
Squashed commit of the following:
[rt42666] Fix some cut and paste type errors in LDAP code
Add the character '6' to some strings. They were cut and pasted
from the v4 versions and didn't get fully updated.
[rt27912]
Add code to suppor on {commit expiry release} statements for DHCPv6.
There are several pieces to this change
1) Add space in the iasubopt structure to hold the statement pointers
2) Update the execute code to fill in the structures as necessary
3) Execute the statements when appropriate
Many of the changes in the non-v6 code are to pass the v6 structures
around to the execute code.