From: John B. <joh...@ne...> - 2001-11-27 19:31:40
|
> > This sounds like an excellent idea. But I think it should be a sub-class > > of Net::LDAP. > > > > In fact, if it was a package that understood the data structures > > passed to Convert::ASN1. Then it could have many uses. > > > > Your subclass you mention could just call it instead of encoding > > with Convert::ASN1. But we could also write a simple server that > > could be used for testing within the distribution. OK. I was trying to avoid ASN.1 entirely. An outline of what I intended is attached. (Only enough implemented to demonstrate the concept I had in mind - the search implementation currently matches everything in the LDIF). The idea is that (whilst testing away from a server) you can instantiate a Net::LDAPL (poor name I think) instead of a Net::LDAP and still test your app. Anyone sufficiently interested in this for me to finish it? regards, jb |