Changeset 216 for trunk/web/templates
- Timestamp:
- Oct 28, 2007, 12:13:37 AM (17 years ago)
- Location:
- trunk/web/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/templates/controls.py
r209 r216 24 24 # end stolen code 25 25 26 def kinit(username = ' tabbott/extra', keytab = '/etc/tabbott.keytab'):26 def kinit(username = 'daemon/sipb-xen.mit.edu', keytab = '/etc/sipb-xen.keytab'): 27 27 """Kinit with a given username and keytab""" 28 28 -
trunk/web/templates/vnc.tmpl
r192 r216 23 23 <PARAM NAME="SocketFactory" VALUE="VNCProxyConnectSocketFactory"> 24 24 </APPLET> 25 <!-- 25 #* 26 26 java VncViewer HOST black-mesa PORT 10003 VMNAME tabbott_test AUTHTOKEN quentin SocketFactory VNCProxyConnectSocketFactory 27 --> 27 *# 28 28 #end def
Note: See TracChangeset
for help on using the changeset viewer.