CONFIGURING
The preferred method for extending the LDAP schema is to use the Domino® LDAP Schema database. Use the Domino Directory to extend the schema only if Notes® or Web users require access to the new schema elements through documents in the directory.
Before you begin
Make sure of the following:
To define an attribute for a new object class you have added to the Domino Directory, add a field to the appropriate subform.
Note: Do not add the fields ListName or ServerName.
Procedure
1. From the Domino Administrator or Notes client, choose the name for the attribute, and then complete these steps to determine whether the attribute is already being used:
b. Select the All Schema Documents -> LDAP Attribute Types view.
c. Do a full-text search for the name of the attribute you plan to define for the object class.
d. Do one of the following:
3. Do one of the following:
5. Next to the Name property, assign the field a name as described in Step 1.
6. Next to the Type property, choose one of the following data types, and keep Editable selected:
b. Select Input Validation in the Objects pane at the end of the subform.
c. Enter the following input validation formula:
Where fieldname is the name you gave the new field.
For example, if you add the field shoesize and you want to require that all entries include values for the field, enter this formula:
@V2If(shoesize = ""; @Failure("shoesize is required"); @Success)
Related concepts Using the Domino Directory to extend the LDAP schema