Specifications

100 Advanced Operations
Installation and Operations Manual
Setting the group membership value type:
The Set LDAP GroupType command is used to specify whether the values of Group Membership
Attribute represent the Distinguished Name (DN) of a group or just the name of the group.
To set group membership value type:
At the Switched CDU: prompt, type set ldap grouptype followed by DN or Name and press Enter.
Example
The following sets group membership value to DN
Switched CDU: set ldap grouptype DN<Enter>
Setting the user search base Distinguished Name (DN):
The Set LDAP UserBaseDN command is used to set the base (DN) for the login username search. This
is where the search will start, and will include all subtrees. Maximum size is 100 characters.
To set the user search base DN:
At the Switched CDU: prompt, type set ldap userbasedn and press Enter. At the following prompt,
type the search base DN and press Enter.
Example
The following sets the DN user search base for MSAD to ‘cn=Users,dc=servertech,dc=com’:
Switched CDU: set ldap userbasedn<Enter>
Enter User Search Base DN (Max characters 100):
cn=Users,dc=servertech,dc=com<Enter>
Setting the user search filter:
The Set LDAP UserFilter command is used to set the search filter for the username entered at the login
prompt.
The search filter must be entered within parenthesis and adhere to the following format:
(searchfilter=%s)
where ‘searchfilter’ is the name of the attribute in the user class which has a value that represents the
user’s login name. In this string, the ‘%s’ will be replaced by the entered username. Maximum string
length is 100 characters.
To set the user search filter:
At the Switched CDU: prompt, type set ldap userfilter and press Enter. At the following prompt, type
the User Search Filter and press Enter.
Example
The following sets the user search filter for MSAD to ‘samaccountname’:
Switched CDU: set ldap userfilter<Enter>
Enter User Search Filter (Max characters 100):
(samaccountname=%s)<Enter>