search for: alpha_tru64_v510

Displaying 1 result from an estimated 1 matches for "alpha_tru64_v510".

2002 Nov 26
0
[Bug 445] New: User DCE Credentials do not get forwarded to child session
...session. This can be done via passing an environmental variable from parent to child in session.c. The following fix accomplishes this functionality and is basically a NO-OP in the event that the required environmental variable is not present: [kmy at gazelle:/dfs/sys/packages/ssh/openssh-3.4p1/alpha_tru64_v510] diff session.c.orig session.c 940c940 < char **env; --- > char **env, *dcecreds; 954a955,958 > > /* Propagate DCE credentials to child .. kmy at ornl.gov */ > if( (dcecreds=getenv("KRB5CCNAME")) ) > child_set_env(...