The Samba-Bugzilla – Attachment 1458 Details for
Bug 3087
smbspool can now only work with kerberos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
allow guest sessions using just a username
look (text/plain), 815 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2005-09-27 12:02:28 UTC
(
hide
)
Description:
allow guest sessions using just a username
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2005-09-27 12:02:28 UTC
Size:
815 bytes
patch
obsolete
>Index: source/client/smbspool.c >=================================================================== >--- source/client/smbspool.c (revision 10548) >+++ source/client/smbspool.c (working copy) >@@ -457,15 +457,15 @@ > > get_myname(myname); > >- if ( (username) && ( *username ) && (password) && (*password) ) >+ /* See if we have a username first. This is for backwards compatible >+ behavior with 3.0.14a */ >+ >+ if ( username && *username ) > { >- /* >- * User/password specified in the DEVICE_URI, use those credentials >- * to connect to the server >- */ > cli = smb_complete_connection(myname, server, port, username, > password, workgroup, share, 0 ); >- if (cli ) { return cli; } >+ if (cli) >+ return cli; > } > > /*
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 3087
: 1458