CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2010/06/28 20:45:46

Modified files:
        usr.sbin/ldapd : Makefile ldapd.h modify.c parse.y search.c 
                         validate.c 
Added files:
        usr.sbin/ldapd : schema.c schema.h 

Log message:
Rewrite the schema parser, as it's not a context-free grammar.
This also brings the config parser more in line with other parse.y in the
tree. The new schema parser also supports symbolic OID names.

You need to update your /etc/ldapd.conf. Schema files are no longer
included with the 'include' keyword, you have to use 'schema' for that.

Moves schema-related structures to a separate include file to ease reuse.

Reply via email to