From: Andre Nathan Date: 2006-05-18T04:20:34+09:00 Subject: Re: Net::LDAP filters On Wed, 2006-05-17 at 04:47 +0900, Andre Nathan wrote: > On Wed, 2006-05-17 at 04:37 +0900, Francis Cianfrocca wrote: > > Did you have any other problems with the unreleased version of the library > > that I sent you? There's actually a lot of new behavior in there that hasn't > > been documented yet :-). (We're trying to make the LDAP API a lot more > > streamlined and intuitive.) > > No problems here, but I only did testing with #search and #replace. > Everything worked fine. I've noticed that the attribute names are downcased when they're returned in a search result (for example, 'shadowFlag' becomes :shadowflag). Couldn't this cause problems with duplicate attribute names? (I'm assuming LDAP is case-sensitive but I actually don't know). Andre