Displaying 3 results from an estimated 3 matches for "get_mynam".
Did you mean:
get_myname
1998 Jul 22
0
BUG-with-fix: smbclient ignores WORKGROUP= in smb.conf
...break;
case 'W':
! pstrcpy(tempworkgroup,optarg);
break;
case 'E':
dbf = stderr;
***************
*** 3786,3793 ****
interpret_coding_system(term_code);
! if (*workgroup == 0)
pstrcpy(workgroup,lp_workgroup());
load_interfaces();
get_myname((*myname)?NULL:myname,NULL);
--- 3787,3797 ----
interpret_coding_system(term_code);
! if (*tempworkgroup) {
! pstrcpy(workgroup,tempworkgroup);
! } else {
pstrcpy(workgroup,lp_workgroup());
+ }
load_interfaces();
get_myname((*myname)?NULL:myname,NULL);
Index: clientu...
1997 Oct 20
1
Disappearing clients in WINS list
On Mon, 20 Oct 1997, Dieter Rothacker wrote:
> Luke Kenneth Casson Leighton wrote:
>
> > > Here is the smb.conf of the disappeared samba box:
>
> ^^^^^^^^^^^
> I do not think THIS computer should become local master !?
> (see below)
>
> > > wins support = no
> > > workgroup = WORKGROUP
> > >
2003 Dec 01
0
No subject
...whenever I tried to access a non-unix box.
To cut a longish story short I have tracked this down to a missing call to
codepage_initialise() in the file smbwrapper/smbw.c
I have placed this as follows:
87 lp_load(servicesf,True,False,False);
88
89 codepage_initialise(lp_client_code_page());
90
91 get_myname(global_myname);
and now smbwrapper behaves as expected :-)
FWIW I am using this to allow a server based copy of PCMS to extract files
directly onto client workstations as part of a web based CM system...
David Raison
Development Release, Libra Project.
Phone: (Office) 0118 377 5113, (Mobile) 07...