Re: ldap search filter

2005-10-27 Thread Rich Megginson
era.ser wrote: Hi, i would like to search for more than 1 attribute. my code is: $filter="(&&(userCertificate=*)(mail=*))"; [EMAIL PROTECTED]($ds, "$FB", $filter); Is this Net::LDAP or PerLDAP code or PHP? I'm not familiar with the PHP interface. Is $ds the ldap connection? Does $FB hol

ldap search filter

2005-10-27 Thread era.ser
Hi, i would like to search for more than 1 attribute. my code is: $filter="(&&(userCertificate=*)(mail=*))"; [EMAIL PROTECTED]($ds, "$FB", $filter); where is the bug? Thanks ___ mozilla-directory mailing list mozilla-directory@mozilla.org http://mai

Re: ldap search filter

2005-07-08 Thread Dan Mosedale
Ralf wrote: I have a question about defining the filter for ldap_search_s(). Is it ok to pass in non-ASCII characters , i.e. üöä to form my filter? Yes; however, they must be encoded in UTF-8. Dan ___ mozilla-directory mailing list mozilla-director

ldap search filter

2005-07-07 Thread Ralf
I have a question about defining the filter for ldap_search_s(). Is it ok to pass in non-ASCII characters , i.e. üöä to form my filter? thanks. Ralf ___ mozilla-directory mailing list mozilla-directory@mozilla.org http://mail.mozilla.org/listinfo/moz