Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

kerberos ticket lifetime renewal

Status
Not open for further replies.

icu812

MIS
Sep 10, 2001
52
US
Does anyone know how to automatically renew kerberos tickets for root.admin.I am aware of the rcmdtgt command but want root.admin's tickets renewed. Am sure someone has written a script to do this. I have not had much luck. This is on an SP control workstation running PSSP3.2 and AIX4.3.3. Thanks
 
"expect" has a passwd change script called autopasswd that changes user passwords without prompt, which is probably what you're looking for as re "kinit root.admin".
You can download expect from The expect script would have to have the expect binary decleration on the top line and would run such like:
"expect scriptname username password".
Hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top