From: <rg...@di...> - 2001-07-06 17:49:42
|
Folks, my apologies if this isn't the correct forum for this. I was asked to present it to the list for your comments. In my past work on implementing LDAP applications (mostly WEB based), I'm always running into issues of building complex query strings dynamically and more important correctly. So, I wrote a PERL module to accomplish this. My dilemma is where to put it if folks think it it worthy of publishing. It's sole purpose is to create LDAP query strings, but is not dependent on any other modules (e.g. Net::LDAP) or programs (i.e. pure Perl). Graham commented that it might make sense to expand the Net::LDAP::Filter code. Anyway, I'm not going to proceed with publishing until I've gotten comments, criticism, or flames that I can use for direction. Thanks in advance for any response. Rusty On Jul 6, 4:50pm, Graham Barr wrote: > Subject: Re: seeking advice > > The module looks interesting. If you were to put it on CPAM as a module by itself, > I am not quite sure what to call it. However it does look very interesting. > > What I would suggest is to post it to the list and see what others think. > > Maybe it could be added to Net::LDAP::Filter as a class method and return > an Net::LDAP::Filter object instead of the string. This would give people > an alternative way to create filters. > > I have often wondered if it would be useful to add methods to Filter.pm > so you could do > > $new = $filt1->and($filt2,$filt3) > > etc... > > Anyway, I am waffling now. > > Send it to the list and lets see what people think. > > Graham. > -- Russell Biggs (Rusty) Internet: r-...@ti... 6500 Chase Oaks Blvd, M/S 8412 Texas Instruments Plano Tx 75023 Phone: (972) 575-0826 Fax: (972) 575-4853 Home Page: http://dirtest3.itg.ti.com/~rgb Calendar: http://dirtest3.itg.ti.com/cgi-bin/synchronize.cgi?name=Russell+Biggs |