HP-UX Directory Server Administrator Guide HP-UX Directory Server Version 8.1 (5900-3098, May 2013)

4. Click Save.
To turn schema checking on and off using LDAP commands, edit the value of the
nsslapd-schemacheck attribute. For example:
ldapmodify -h myserver -p 389 -D "cn=directory manager" -w secret
dn: cn=config
changetype: modify
replace: nsslapd-schemacheck: on
nsslapd-schemacheck: off
For information, see the HP-UX Directory Server configuration, command, and file reference.
10.9 Syntax Validation Checking
The current version of directory server provides the capability to enforce syntax validation.
Syntax validation checks every modification of attributes to make sure that the new value has the
required syntax for that attribute type. However, syntax validation only audits changes to attribute
values, for example, when an attribute is added or modified. It does not validate the syntax of
existing attribute values.
Any operation that adds a new value to an attribute performs syntax validation. The following
operations perform syntax validation:
ADD
MOD (add value)
MOD (replace value)
MODRDN
Import
The syntaxes are validated against RFC 4514.
446 Managing the Directory Schema