InterviewSolution
Saved Bookmarks
| 1. |
Define Schemas? |
|
Answer» Schemas provide DEFINITIONS of the different OBJECT classes and attribute TYPES that OpenLDAP should support. Using these, OpenLDAP can determine what entries it is allowed to STORE, whether any given entry is valid, and how entries should OPTIMALLY be stored. Schemas provide definitions of the different object classes and attribute types that OpenLDAP should support. Using these, OpenLDAP can determine what entries it is allowed to store, whether any given entry is valid, and how entries should optimally be stored. |
|