Bug 283391 - typo in ldap.c
Summary: typo in ldap.c
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: dhcp
Version: 7
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: David Cantrell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 283841 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-08 03:50 UTC by Fran Taylor
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version: 3.0.5-40.fc7
Clone Of:
Environment:
Last Closed: 2007-09-18 03:21:47 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
fixes several problems with LDAP support (4.36 KB, patch)
2007-09-10 14:05 UTC, Fran Taylor
no flags Details | Diff

Description Fran Taylor 2007-09-08 03:50:24 UTC
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.

Comment 1 Fran Taylor 2007-09-10 14:05:11 UTC
Created attachment 191671 [details]
fixes several problems with LDAP support

this patch fixes several problems - it works well for me

Comment 2 David Cantrell 2007-09-10 14:50:43 UTC
*** Bug 283841 has been marked as a duplicate of this bug. ***

Comment 3 David Cantrell 2007-09-10 14:51:08 UTC
Patch also fixes the problem reported in bug #283841.

Comment 4 Fedora Update System 2007-09-12 16:41:10 UTC
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.

Comment 5 Fedora Update System 2007-09-18 03:21:45 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.