Hi,
I am working on a tacacs project.
i need to search for a user and change his passwords which is in a file.
like
cat tac_plus.conf
user = godknows {
default service = deny
member = l1admins
login = des password
enable = des password
}
how can i accomplish this please help.
I am new to perl, hence do forgive me if this is a basic question.
the script which is being as asked is
i need to verify the user, if exists in the file, then run the command tac_pwd, allow the user to enter the pwd, the encrypted pasword output from the tac_pwd needs to be taken and replaced in the tac_plus.conf file.
Please do let me how i can accomplish this
again sorry if this is a very basic question. I am new and will learn fast with little from you