Issue 653 - ldap_modify can violate schema checking
Summary: ldap_modify can violate schema checking
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-08-09 17:12 UTC by kereszt@iname.com
Modified: 2014-08-01 21:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description kereszt@iname.com 2000-08-09 17:12:18 UTC
Full_Name: Laszlo Keresztfalvi
Version: 1.2.11-1
OS: Linux, Debian, potato package
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (145.236.241.98)


Hello,

0; schemacheck on
1; I add an entry with ldap_add and objectclass=top (or some other simple oc)
2; I can modify the entry changing the objectclass to some more complex one
without supplying the required attributes.

Regards,
Laszlo

PS: There are similar but fixed or closed ITSs (16) in the repository.
Comment 1 Kurt Zeilenga 2000-08-09 17:25:27 UTC
At 05:12 PM 8/9/00 +0000, kereszt@iname.com wrote:
>Full_Name: Laszlo Keresztfalvi
>Version: 1.2.11-1
>OS: Linux, Debian, potato package
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (145.236.241.98)
>
>
>Hello,
>
>0; schemacheck on
>1; I add an entry with ldap_add and objectclass=top (or some other simple oc)
>2; I can modify the entry changing the objectclass to some more complex one
>without supplying the required attributes.
>
>Regards,
>Laszlo
>
>PS: There are similar but fixed or closed ITSs (16) in the repository.

env CPPFLAGS=-DSLAPD_UNDEFINED_OC_IS_NOT_EXTENSIBLE=1 ./configure

Comment 2 Kurt Zeilenga 2000-08-10 09:22:27 UTC
changed notes
changed state Open to Closed
Comment 3 OpenLDAP project 2014-08-01 21:06:11 UTC
provided answer