For example, for OpenDS, the following default attributes are suggested (in the Translate name attributes setting) to translate a StreamStudio user into a qualified distinguished name:uid="%1" || cn="%1"
• uid (user ID) and cn (common name) are standardized X.500 attributes.
• || is a logical "OR"
• %1 is a placeholder which will be substituted by the user name that the user specify when logging into StreamStudio.uid="%1" || cn="%1" || mail="%1" || phone="%1"
Example 1 Translate name attributes: uid="%1" || cn="%1"When a user with the user ID User123 logs on to StreamStudio, the attributes in the query sent to the directory server is as follows:uid="User123" || cn="user123"In order for the user to be translated into a qualified distinguished name, there must be either a user ID called User123 or a common name called User123 in the user directory.
OpenText StreamServe 5.6 | Updated: 2013-03-01 |