From: Robbie A. <ra...@ci...> - 2002-05-31 17:51:21
|
I've seen that problem with iPlanet. It has been reported as a bug, but haven't heard of a bug fix yet. Robbie Allen > -----Original Message----- > From: Friedman, Ed [mailto:ed...@am...] > Sent: Friday, May 31, 2002 1:38 PM > To: per...@li... > Subject: replacing attribute case change only and... > > > > I'm not 100% sure these are bugs. I think it is a problem > with Net::LDAP > because I was able to modify the attributes using non-Net::LDAP code. > > > When changing only the case of one of the letters, e.g. > > $ldap->modify( $dn, changes => [ replace => [ sn => 'Bill > McMann' ] ]); > > where, the current setting of sn is 'Bill Mcmann' > > The attribute does not get changed, yet the server returns success. > > > Also, when adding a space to a field that contains only numbers and > special characters (/-+), e.g. > > $ldap->modify( $dn, changes => [ replace => [ homephone => '+81 11 818 > 5652' ] ]); > > where the current setting of homephone is +81118185652 > > The attribute does not get changed, yet the server returns success. > > > Has anyone seen this behavior? > > Thanks, Ed > > Ed Friedman <ed...@am...> > Infrastructure Tools - Software Development Engineer > Phone desk 206/266-3830 (x63830) cell 206/953-0227 > Pager 206/993-5253 <pag...@am...> > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > |