On 16/11/04 8:48 pm, John Woodell <[EMAIL PROTECTED]> wrote: > Is there already a function that will parse this filter? > > ldap:///ou=People,o=acme,c=us?uid?one?(&(mail=*)(c=CA)) > > I can write one, but I was just wondering
URI::ldap should be able to split the whole thing up into bits, and surely Net::LDAP::Filter can parse the filter bit from that? Cheers, Chris
