Description of problem: There is a typo in the source code file server/ldap.c Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: line 305: if ((ldap_method = LDAP_METHOD_DYNAMIC) && (strcmp (search[i], "dhcpHostDN") == 0)) continue; Expected results: line 305: if ((ldap_method == LDAP_METHOD_DYNAMIC) && (strcmp (search[i], "dhcpHostDN") == 0)) continue; Additional info: Note that there is only one = sign, there should be two.
Created attachment 191671 [details] fixes several problems with LDAP support this patch fixes several problems - it works well for me
*** Bug 283841 has been marked as a duplicate of this bug. ***
Patch also fixes the problem reported in bug #283841.
dhcp-3.0.5-40.fc7 has been pushed to the Fedora 7 testing repository. If problems still persist, please make note of it in this bug report.
dhcp-3.0.5-40.fc7 has been pushed to the Fedora 7 stable repository. If problems still persist, please make note of it in this bug report.