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

Re: ldapmodify failure ... (ITS#25)



The following fix appears to resolve the problem.

>From: kurt@openldap.org
>To: OpenLDAP Commit <openldap-commit@openldap.org>
>Subject: commit: pkg/ldap/servers/slapd charray.c schema.c
>
>Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
>
>Modified Files:
>	charray.c 	1.6 -> 1.7
>	schema.c 	1.5 -> 1.6
>
>Log Message:
>Fix schema check bug... actually charray needs to dup strings on
>add/merge as we now free strings agressively.  Improved debug
>message to include name of missing required attribute and added
>check for 'operational attributes'.  This check should be used
>everywhere we need to test for operational attributes (add/modify).