[
https://issues.apache.org/jira/browse/DIRSERVER-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490691
]
Stefan Zoerner commented on DIRSERVER-799:
------------------------------------------
I am not sure, what the issue is exactly about, but I supposed it meant that it
forces syntax checks on attribute values, if manipulated via LDAP operations
(add, modify, ...).
Unfortunately there are no comments about the changes made to fix it. At least
in the official 1.5.0 I still have problems here. For instance I was able to
create the following entry:
dn: cn=Kate Bush,dc=example,dc=com
sn: Bush
objectClass: top
objectClass: person
objectClass: pilotPerson
cn: Kate Bush
mailPreferenceOption: noNumber
The attribute type mailPreferenceOption has syntax
1.3.6.1.4.1.1466.115.121.1.27 (integer) and should therefore only carry
numbers. Is this a special error I should raise a JIRA issue about?
> Check attributes syntax
> -----------------------
>
> Key: DIRSERVER-799
> URL: https://issues.apache.org/jira/browse/DIRSERVER-799
> Project: Directory ApacheDS
> Issue Type: Task
> Reporter: Emmanuel Lecharny
> Fix For: 1.5.1
>
>
> Now that we have SyntaxCheckers for many attributes, we must use them in the
> Schema Interceptor to check that added, modified, searched and deleted values
> are checked against those Syntax Checkers.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.