cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1924
Views
0
Helpful
1
Replies

Authenticating ACS 5.8 tac_plus.conf file

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
}
}

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

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.

View solution in original post

1 Reply 1

hslai
Cisco Employee
Cisco Employee

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.