Closed
Bug 1912
Opened 27 years ago
Closed 27 years ago
modifyRDN and upper case characters are broken
Categories
(Directory Graveyard :: PerLDAP, defect, P1)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: leif, Assigned: leif)
Details
From: rsbrown@spawar.navy.mil
Has anyone noticed that
doing a modifyRDN maps the entire line to lowercase. In
our directory we have the cn part of the dn. Something like
dn = cn=John H. Smith<smith@asdf.com>,ou=Somecompany,c=US
when I do a modifyRDN, it upates : cn=John A. Smith<smith@asdf.com>
with:
dn = cn=john h. smith<smith@asdf.com>,ou=Somecompany,c=US
is there a work around in perldap??
thanks in advance for any tips,
R.S. Brown
rsbrown@spawar.navy.mil
| Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → INVALID
| Assignee | ||
Comment 1•27 years ago
|
||
Ooops, this was a duplicate of an already fixed bug. Closing.
| Assignee | ||
Updated•27 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•