Ignore:
Timestamp:
Dec 21, 2009, 1:12:15 AM (14 years ago)
Author:
broder
Message:

Ensure Kerberos tickets get passed to the ssh that ajaxterm spawns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/ajaxterm-rebased/code/ajaxterm.py

    r2762 r2764  
    389389                        env["TERM"]="linux"
    390390                        env["PATH"]=os.environ['PATH']
     391                        if 'KRB5CCNAME' in os.environ:
     392                                env["KRB5CCNAME"]=os.environ['KRB5CCNAME']
    391393                        os.execvpe(cmd[0],cmd,env)
    392394                else:
Note: See TracChangeset for help on using the changeset viewer.