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
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
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
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.