consistency in replicated schema allows replication to continue smoothly. Consider the following points for maintaining consistent schema in a replicated environment:

Do not modify the schema on a read-only replica.

Modifying the schema on a read-only replica introduces an inconsistency in the schema and causes replication to fail.

Do not create two attributes with the same name that use different syntaxes.

If an attribute is created in a read-write replica that has the same name as an attribute on the supplier replica but has a different syntax from the attribute on the supplier, replication will fail.

3.6Other schema resources

See the following links for more information about standard LDAPv3 schema:

RFC 2251: Lightweight Directory Access Protocol (v3), http://www.ietf.org/rfc/rfc2251.txt

RFC 2252: LDAPv3 Attribute Syntax Definitions, http://www.ietf.org/rfc/rfc2252.txt

RFC 2256: Summary of the X.500 User Schema for Use with LDAPv3, http://www.ietf.org/ rfc/rfc2256.txt

Internet Engineering Task Force (IETF), http://www.ietf.org/

Understanding and Deploying LDAP Directory Services. T. Howes, M. Smith, G. Good, Macmillan Technical Publishing, 1999.

38 Designing the directory schema