Changeset 9 for server/common/oursrc
- Timestamp:
- Oct 1, 2006, 11:24:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/tokensys/renew.in
r1 r9 5 5 6 6 # Option #1: invoke kinit with a password 7 #echo "password" | @kinit @ >/dev/null daemon/scripts.mit.edu7 #echo "password" | @kinit_path@ >/dev/null daemon/scripts.mit.edu 8 8 9 9 # Option #2: invoke kinit with a keytab 10 @kinit @ -k -t /home/afsagent/krb5.keytab daemon/scripts.mit.edu10 @kinit_path@ -k -t /etc/daemon.keytab daemon/scripts.mit.edu 11 11 12 12 # Obtain AFS tokens 13 @aklog @14 @aklog @ -c sipb13 @aklog_path@ 14 @aklog_path@ -c sipb
Note: See TracChangeset
for help on using the changeset viewer.