C.2.2. apcon access levels and service, C.2.3. assigning authorization, User authorization – MultiDyne ACI-2058 User Manual
Page 191: Group authorization, Apcon access levels and service, Assigning authorization

Appendix C: Configuring the TACACS+ Server
A54-3000-100 A
152
A
PCON
, Inc.
C.2.2.
Apcon Access Levels and Service
You can assign these access levels to a user or group of users:
•
apcon_admin
•
apcon_adv
•
apcon_basic
•
apcon_guest
The server is configured to allow authorization for the user for the service
shell
and one of
the A
PCON
levels as a
cmd
.
C.2.3.
Assigning Authorization
11.2.0.1.
User Authorization
The most basic configuration is assigning access levels directly to a user. This snippet of the
TACACS+ Server Configuration file assigns advanced access to the user
clark
for all
A
PCON
switches:
11.2.0.2.
Group Authorization
The server likely supports users and groups belonging to groups. If a right isn’t specified for
a user or group, the server looks in groups that user or group belongs to.
For information about...
Go to this page...
........................................................................................ 153
........................................................................................... 154
user = clark {
service = shell {}
login = cleartext "clark-pw"
cmd = apcon_adv {
permit .*
}
}