11-13-2020 01:52 PM
is there a tac_plus.conf file on the Cisco ACS 5.8 virtual appliance. I'm trying to assign the admin role to a group. See the example below.
host = 10.5.0.141 {
}
# We also can define local users and specify a file where data is stored.
# That file may be filled using tac_pwd
user = user1 {
member = NocEngineers
}
user = user2 {
member = NocEngineers
}
user = user3 {
member = NocEngineers
}
user = user4 {
member = NocTechs
}
user = user5 {
member = Sales
}
# We can also specify rules valid per group of users.
group = NocEngineers {
default service = permit
login = file /etc/passwd
service = Login {
ROLES=admin
}
}
group = NocTechs {
default service = permit
service = exec {
priv-lvl =15
}
}
group = Sales {
default service = permit
service = exec {
priv-lvl =2
}
}
Solved! Go to Solution.
11-14-2020 01:19 PM
No, ACS 5.x uses a web admin console to configure users, roles, and various policy elements, but does not use a conf file.
Please note that ACS 5.x product line has reached the end of application software support.
11-14-2020 01:19 PM
No, ACS 5.x uses a web admin console to configure users, roles, and various policy elements, but does not use a conf file.
Please note that ACS 5.x product line has reached the end of application software support.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide