In the immortal words of hmarshal: > Are the search functions for Net::LDAP and Net::LDAP::LDIF case > sensitive?
Your LDAP server determines the sensitivity of case based on the attribute syntax of the attributes you're searching for. For most "standard" textual attributes like cn, searches are not case-sensitive (unless you've (foolishly?) configured your LDAP server differently). Other attributes may have more complicated matching rules. %% Christopher A. Bongaarts %% [EMAIL PROTECTED] %% %% Internet Services %% http://umn.edu/~cab %% %% University of Minnesota %% +1 (612) 625-1809 %%
