[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: LDAP Schema parsing




Amit Sood wrote:
> 
> Hi:
> 
> I'm working on an application that needs to read the schema from an LDAP
> server.
> RFC 2252 provides the BNF for the schema definition returned by the server
> - does anyone know of any C/C++ code that can be used to parse this data?

libraries/libldap/schema.c in OpenLDAP 2.x

Julio