Ldap Authentication And Authorization - Lenovo Flex System Fabric CN4093 Application Manual

10gb converged scalable switch
Hide thumbs Also See for Flex System Fabric CN4093:
Table of Contents

Advertisement

LDAP Authentication and Authorization

Configuring the LDAP Server
Configuring LDAP Authentication on the Switch
1. Turn LDAP authentication on, then configure the Primary and Secondary LDAP 
servers.
2. Configure the domain name.
© Copyright Lenovo 2015
Lenovo N/OS supports the LDAP (Lightweight Directory Access Protocol) method 
to authenticate and authorize remote administrators to manage the switch. LDAP 
is based on a client/server model. The switch acts as a client to the LDAP server. A 
remote user (the remote administrator) interacts only with the switch, not the 
back‐end server and database.
LDAP authentication consists of the following components:
A protocol with a frame format that utilizes TCP over IP
A centralized server that stores all the user authorization information
A client, in this case, the switch
Each entry in the LDAP server is referenced by its Distinguished Name (DN). The 
DN consists of the user‐account name concatenated with the LDAP domain name. 
If the user‐account name is John, the following is an example DN:
uid=John,ou=people,dc=domain,dc=com
CN4093 user groups and user accounts must reside within the same domain. On 
the LDAP server, configure the domain to include CN4093 user groups and user 
accounts, as follows:
User Accounts:
Use the uid attribute to define each individual user account.
User Groups:
Use the members attribute in the groupOfNames object class to create the user 
groups. The first word of the common name for each user group must be equal 
to the user group names defined in the CN4093, as follows:
admin (USERID)
oper
user
CN4093(config)# ldap­server primary­host 10.10.1.1 (Enter primary server IPv4 
address)
CN4093(config)# ldap­server primary­host 10.10.1.2  (Enter secondary server IPv4 
address)
CN4093(config)# ldap­server domain <ou=people,dc=my‐domain,dc=com>
Chapter 6: Authentication & Authorization Protocols
87

Advertisement

Table of Contents
loading

Table of Contents