The Lightweight Directory Access Protocol (LDAP) is an open industry standard that has evolved to meet these needs. LDAP defines a standard method for accessing and updating information in a directory.
A directory is a listing of information about objects arranged in some order that gives details about each object. Common examples are a city telephone directory and a library card catalog. For a telephone directory, the objects listed are people; the names are arranged alphabetically, and the details given about each person are address and telephone number. Books in a library card catalog are ordered by author or by title, and information such as the ISBN number of the book and other publication information are given. Directories allow users or applications to find resources that have the characteristics needed for a particular task. For example, a directory of users can be used to look up a person's e-mail address or fax number. A directory could be searched to find a nearby PostScript color printer. Or a directory of application servers could be searched to find a server that can access customer billing information.
The Ud interface is between the Front-Ends (FEs) and the User Data Repository (UDR) in the User Data Convergence (UDC architecture). The User Data Convergence Stage 2 description (architecture and information flows) is specified in 3GPP TS 23.335.
Parameters:
Authentication |
Database |
Uniform Delayed Response |
LDAP Limitation NOTEs: Since the LDAP server cannot support the items listed below, the LDAP client must follow these limitations to ensure the LDAP query will be successful.
|
LDAP server uses the selected authentication to validate each LDAP session.
There are three choices - Anonymous, Unauthenticated, and Name + Password. If Anonymous Authentication is selected - Name and Password are Disabled. If Unauthenticated Authentication is selected - Name is enabled and Password are Disabled. If Name/Password Authentication is selected - Name and Password are both enabled. Default: Anonymous (Tcl value = 0) Unauthenticated Authentication (Tcl value = 1) Name/Password Authentication (Tcl value = 2)
|
|||||||||||||||||
Name - USER ID of the LDAP Manager that has administrative access rights to the LDAP Directory.
Range: Up to 128 Characters.
Default: NONE
|
|||||||||||||||||
Password for USER ID of the LDAP Manager that has administrative access rights to the LDAP Directory.
Range: Up to 128 Characters.
Default: NONE
|
|||||||||||||||||
The Max number of entries that the LDAP server database can store. Range: 1 to 50,000,000 (The actual size depends on the memory size of the Landslide test module) Default: 100
|
|||||||||||||||||
RDN of first level root entry in DIT database Range: Up to 128 Characters Default: None
|
|||||||||||||||||
RDN of second level root entry in DIT database. Range: Up to 128 Characters. Default: NONE
|
|||||||||||||||||
This Test Data File (TDF) should contain a list of LDAP Third-level entries, where the first column defines and contains the unique identifier keys for the entries. The first column supports defining a range of keys using the – character, e.g. 123450000-123459999. When using the range, each row would then represent multiple entries based on the range. The TDF should contain as many entries as needed to match the Database Max Entries parameter value, and any extra entries will just be ignored. Up to 128 columns are supported to represent the LDAP Attributes. The column names must use standard ASCII characters. This TDF does not support the Auto-Incremented Groups feature, the first column range format provides a similar function. Example of LDAP Third Level Entry file. Learn more about Test Data Files.
|
|||||||||||||||||
Select to Enable Delay Interval, Delay Time and Max Number of Delayed Responses. True/False Default: False
|
|||||||||||||||||
1 out of every X (entered value) responses to the LDAP Server Node will be delayed. Range: 1 to 100000 Default: 100
|
|||||||||||||||||
Every Delayed Response will be delayed by this number of Seconds. Range: 1 to 1000 Default: 10
|
|||||||||||||||||
Enter the Maximum total number of delayed responses. Range: 1 to 100000 Default: 100000
|