 |
A schema analysis is done by verifying if the expected
objectclasses and attributes exist in the schema for the
specified directory server.
If an objectclass that is expected is found, then the following
will be checked:
- Does the name of the objectclass match with what the
analyzer expects?
- Does the object identifier (OID) of the objectclass
match with what the analyzer expects?
If an attribute that is expected is found, then the following
will be checked:
- Does the name of the attribute match with what the
analyzer expects?
- Does the object identifier (OID) of the attribute
match with what the analyzer expects?
- Does the syntax of the attribute
match with what the analyzer expects?
- Is the attribute multi-valued or single-valued
as expected?
- Is the attribute allowed (MAY) or required (MUST)
as expected?
- Is the attribute in the expected objectclass?
|