cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
529
Views
5
Helpful
2
Replies

Tacacs+ Conf

Route_reflector
Level 1
Level 1

Dear All,

I want to install Tacacs+ in Solaris 9. And user name and password should be match with my Systems home accounts users, hence they can change their password anytime.

Cany get me the conf, How should I do this?

Thanks..

2 Replies 2

lifeforce4
Level 1
Level 1

Say my system account was "kyle" and my password was "1pass" and I wanted to logon the network device with the same credentials. I would add a user to the tac_plus.conf file like below. I think there is a way to have tacacs+ look in the /etc/passwd file which might make it better for you then what i typed below.

### Tac_plus.conf file ###

user = kyle {

default service = permit

login = cleartext "1pass"

enable = cleartext "1pass"

}

Hope that helps,

Kyle

user = kyle {

default service = permit

login = file /etc/passwd

}