From: Francis Cianfrocca Date: 2007-07-18T01:34:47+09:00 Subject: Re: Net::LDAP and telephonenumber attribute ------=_Part_84803_23851897.1184690089655 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 7/17/07, pearly wrote: > > > What happens if you use Net::LDAP::Entry#each to dump > > out all of the attributes that were returned from the > > server? > > This results in the following list: > > roaminguser > mailsystem > sn > checkpassword > cn > messagestorage > passwordchangeinterval > displayname > encryptincomingmail > uid > passwordgraceperiod > originalmodtime > roamcleansetting > givenname > objectclass > roamcleanper > mail > maildomain > personaltitle > availablefordirsync > dn > > So no telephonenumber, no telephone. Ok, that's really weird. Did you try setting the attributes parameter to Net::LDAP#search? If that doesn't work, then please try something like ldapsearch and verify that the attribute really is returned. (I know you said Net::LDAP in perl worked, but I'd like a little more confirmation.) If that fails, then it could be a bug in Net::LDAP and I'll want to follow up with you offlist to track it down. ------=_Part_84803_23851897.1184690089655--