Attribute Value Length

Hi,I tried to restrict length of attribute by using {6}. But some how it allow me to update value of attribute with 10 characters. Is their a way i can restrict ldap attribute value to fixed lenght. I i try to add more then defined length it will not
[297 byte] By [narenpatel] at [2007-11-26 11:45:23]
# 1

There is no way to limit an attribute value length in Directory Server, other than writing a custom plugin that will intercept ADD and Modify operations.

The {x} length indication in the Syntax notation of an attribute description (in cn=schema) per X.500 specification is just an indication of the minimal MAXIMUM size that compliant products must support.

Sun Directory Server has a single (configurable) limit which is the size of the LDAP requests (nsslapd-maxbersize).

Regards,

Ludovic.

ludovicp at 2007-7-7 11:54:54 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Hi Ludovic,Thanks for your answer.Naren
narenpatel at 2007-7-7 11:54:54 > top of Java-index,Web & Directory Servers,Directory Servers...