While not exactly incorrect, I think it best to On Jan 29, 2007, at 3:39 AM, hyc@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
Modified Files: schema_init.c 1.393 -> 1.394
Log Message: ITS#4823 allow zero-length IA5String
CVS Web URLs: http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/ http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/ schema_init.c
Changes are generally available on cvs.openldap.org (and CVSweb) within 30 minutes of being committed.
Whoops. I had intended to discard, not send, the previous note. I was worried that "" might not match " " or " ". That seems okay (though I'm not quite awake yet). It does seem to be a bug at: if ( ASCII_SPACE( q[-1] ) ) --q; This appears to now steps off the front of the string.
-- Kurt