Using LDAP with Ektron

Lightweight Directory Access Protocol (LDAPLightweight Directory Access Protocol; permits access to distributed information.) is a set of protocols that enable the hierarchical arrangement of corporate directory entries in a structure, which may reflect geographic or organizational boundaries. Active Directory and LDAP are not the same. While they perform similar functions, LDAP (when used with Ektron) only verifies login information and creates the user in the Everyone group.

Ektron's LDAP feature lets you retrieve user login information from an LDAP server. As a result, you can administer user information from one place, and users only need to remember one password/username combination to sign on to the network and Ektron.

The hierarchical structure of LDAP authentication can be organized in several different ways. For example, with the following LDAP structure, the domain would typically span multiple countries.

NOTE: Abbreviations: CN = Common Name, OU = Organizational Unit, O = Organization, C= Country, DN = Distinguished Name.

CN=j_smith, OU=Sales, O=MyCompany, C=US, DN=example.com

By changing the order of C and DN, the hierarchy indicates that the domain example.com is located in the US.

CN=j_smith, OU=Sales, O=MyCompany, DN=example.com, C=US.

In some instances, it may be necessary to have an Organization appear below an Organizational Unit. For example, your Organizational Unit has it own Organizations.

The following image shows a sample LDAP hierarchical structure.