Bugzilla – Attachment 197 Details for
Bug 445
User DCE Credentials do not get forwarded to child session
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
diff -u session.c session.c.orig
mod (text/plain), 614 bytes, created by
Dr. Kenneth D. Matney, Sr.
on 2003-01-08 01:50:02 AEDT
(
hide
)
Description:
diff -u session.c session.c.orig
Filename:
MIME Type:
Creator:
Dr. Kenneth D. Matney, Sr.
Created:
2003-01-08 01:50:02 AEDT
Size:
614 bytes
patch
obsolete
>--- session.c Thu Jun 27 15:06:17 2002 >+++ session.c.orig Wed Jun 26 09:51:06 2002 >@@ -937,7 +937,7 @@ > { > char buf[256]; > u_int i, envsize; >- char **env, *dcecreds; >+ char **env; > struct passwd *pw = s->pw; > > /* Initialize the environment. */ >@@ -953,10 +953,6 @@ > copy_environment(environ, &env, &envsize); > #endif > >-/* Propagate DCE credentials to child .. kmy@ornl.gov */ >- if( (dcecreds=getenv("KRB5CCNAME")) ) >- child_set_env( &env, &envsize, "KRB5CCNAME", dcecreds ); >- > if (!options.use_login) { > /* Set basic environment. */ > child_set_env(&env, &envsize, "USER", pw->pw_name);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 445
:
197
|
603
|
626
|
628