The Samba-Bugzilla – Attachment 2261 Details for
Bug 4236
Issue with uppercasing of LANMAN objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Proposed fix
samba-use_unixname_for_print.diff (text/plain), 525 bytes, created by
Jan Engelhardt
on 2007-01-30 18:18:15 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Jan Engelhardt
Created:
2007-01-30 18:18:15 UTC
Size:
525 bytes
patch
obsolete
>Index: samba-3.0.23d/source/printing/printing.c >=================================================================== >--- samba-3.0.23d.orig/source/printing/printing.c >+++ samba-3.0.23d/source/printing/printing.c >@@ -2385,7 +2385,7 @@ uint32 print_job_start(struct current_us > fstrcpy(pjob.jobname, jobname); > > if ((vuser = get_valid_user_struct(user->vuid)) != NULL) { >- fstrcpy(pjob.user, vuser->user.smb_name); >+ fstrcpy(pjob.user, vuser->user.unix_name); > } else { > fstrcpy(pjob.user, uidtoname(user->ut.uid)); > }
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 4236
: 2261