Re: Net::LDAP sorting

2003-12-08 Thread Chris Ridd
On 8/12/03 5:04 pm, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > Could anyone tell me if there is a way to perform a sorted of entries > returned from a search in Net::LDAP? If yes, how would I do this? Yes. The Net::LDAP::Search class has a sorted() method that may do what you wa

Net::LDAP sorting

2003-12-08 Thread CZachary
Hello, Could anyone tell me if there is a way to perform a sorted of entries returned from a search in Net::LDAP? If yes, how would I do this? Thanks, newbie

Re: Fwd: ldap search filter problem

2003-12-08 Thread Jim Harle
Sharib, The only thing I see wrong with your query is the use of 's in #2 and you may not have meant that literally since it wouldn't work with | either. This is, a filter of (&(sn=Jones)(givenname=Bob)) is correct, but (&(Sn='Jones')(givenname='Bob')) is most likely wrong since you realy don't w

Authen::SASL::Perl

2003-12-08 Thread Pat Monardo
I was able to get SASL DIGEST-MD5 to work by fixing two bugs: 1. qop should not be in your list of quoted values. 2. qop needs to be One of the values listed in the challenge. I hacked to simply set it to 'auth' and then it worked.