| It is a Protocol For accessing the Directories. A directory is similar to a database, The information in a directory is generally read much more often than it is written. Directories are tuned to give quick-response to high-volume lookup or search operations. They may have the ability to replicate information widely in order to increase availability and reliability, while reducing response time. When directory information is replicated, temporary inconsistencies between the replicas may be OK, as long as they get in sync eventually.
Q.) What is the structure of the Directory LDAP is basically a specialized database. Some of the characteristics are:
|
|
| LDAP lang | |
| LDAP CORE 1. SCHEMA Schema is a term used to described the type, or kind, of data that you can include in a directory. When you perform your site survey, you generate a lot of information on the data that you want to keep in your directory. Once you have an understanding of what you want to put in your directory, you must decide how to represent it there. 2.ATTRIBUTE 3.OBJECT CLASS 4.SYNTAX.(Attribute Syntax ) |
|
| LDIF | |
| LDIF, stands for LDAP Data Interchange Format, is a human readable version of the information stored in the directory. LDIF is a standard text-based format for describing directory entries. LDIF allows you to export your directory data and import it into another directory server. There are two different types of LDIF files. The first form describes a set of directory entries, like your corporate directory. The other type is a series of LDIF update statements that describe changes to be applied to directory entries. An individual entry expressed in LDIF format consists of two parts |
|
