On Thu, Sep 27, 2001 at 05:12:05PM +0100, Graham Barr wrote:
> On Thu, Sep 27, 2001 at 10:52:11AM -0500, James G Smith wrote:
> > Part of the configuration that is needed is the attribute type and object
> > class configuration of the server.  This can be supplied in an RFC 2252
> > specified format or in a server-specific format.  I currently have a module
> > that can read at least the attribute types and object classes from an RFC
> > 2252 complient file.
> 
> Did you take a look at Net::LDAP::Schema which can also read schema files
> and the responses from a server.

Thanks for pointing it out -- I wasn't aware of it (and yes, I 
tend to use Net::LDAP when I'm doing Perl stuff with LDAP :/). 

Looking at the code, looks like it handles the RFC format.  I think we even
have very similar internal data structures (not too surprised).

I'll remove Config::LDAP from consideration then for the moment.  If I find
anything missing (doubt it), I'll see about contributing code to the
Net::LDAP collection (for schema config reading).

--jim

Reply via email to