Bug 725953
| Summary: | Winsync: DS entries fail to sync to AD, if the User's CN entry contains a comma | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Sankar Ramalingam <sramling> | ||||
| Component: | Sync Service | Assignee: | Rich Megginson <rmeggins> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.2.9 | CC: | dpal, edewata, nhosoi, nkinder, rmeggins | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 726273 (view as bug list) | Environment: | |||||
| Last Closed: | 2015-12-07 16:35:52 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 434915, 708096, 726273 | ||||||
| Attachments: |
|
||||||
|
Description
Sankar Ramalingam
2011-07-27 07:27:28 UTC
Created attachment 515610 [details]
0001-Bug-725953-Winsync-DS-entries-fail-to-sync-to-AD-if-.patch
To ssh://git.fedorahosted.org/git/389/ds.git
238b74d..7a0548b master -> master
commit 7a0548ba3df54de5883c3a16a1c1951af9327dfc
Author: Rich Megginson <rmeggins>
Date: Wed Jul 27 18:54:03 2011 -0600
Reviewed by: nhosoi (Thanks!)
Branch: master
Fix Description: When we construct a new AD DN, usually from the value of the
"cn" attribute in the entry, we need to escape the , and any other special
characters in the value used in the DN. We do this by putting double
quotes around the value, and let slapi_create_dn_string remove the quotes
and use \ escapes instead.
Platforms tested: RHEL6 x86_64, Windows 2008 x86_64
Flag Day: no
Doc impact: no
Marking the bug as verified since its not reproducible with the latest build of 389-ds-base. rpm -qi 389-ds-base Name : 389-ds-base Relocations: (not relocatable) Version : 1.2.8.2 Vendor: Red Hat, Inc. Release : 1.el6_1.9 Build Date: Thu 11 Aug 2011 10:50:39 PM EDT Install Date: Tue 16 Aug 2011 09:18:45 PM EDT Build Host: x86-012.build.bos.redhat.com Group : System Environment/Daemons Source RPM: 389-ds-base-1.2.8.2-1.el6_1.9.src.rpm |