Displaying 3 results from an estimated 3 matches for "mywkgrp".
Did you mean:
  mywrkgrp
  
2003 Nov 04
1
Samba 3.0.0 can't join ADS domain
...get a
couple of error messages but then the machine joins
the AD domain; the only problem then is that wbinfo -u
and wbinfo -g fail with "Error looking up domain
users/groups".  I'm trying to join to a W2K
native-mode AD domain.  My smb.conf looks like this:  
[global]
  workgroup = MYWKGRP
  netbios name = RHPSRV1
  log file = /var/log/samba/log.%m
  log level = 3
  socket options = TCPIP_NODELAY SO_RCVBUF=8192
SO_SNDBUF=8192
                                                      
                         
# winbind configuration...
2004 Jun 21
1
Anonymous access to Samba share with Windows XP Home
...0.4 and a Windows XP Home box on my  
local network. I would like to share the home directories on the linux  
box and I would also like a share that is accessible anonymously with  
no password.
My smb.conf contains the following:
#======================= Global Settings
[global]
   workgroup = MYWKGRP
   server string = Charles' Desktop
   netbios name = Encre
   security = user
   hosts allow = 192.168.0.0/24 127.0.0.1
   hosts deny = 0.0.0.0/0
   log file = /var/log/samba/%m
   max log size = 50
   socket options = TCP_NODELAY
   passdb backend = tdbsam
#============================ Share...
2001 Nov 19
2
Samba won't allow PC connections
...tion is welcome. I have included the smb.conf file 
below. TIA.
--------------------------------------------------------------------
-[ smb.conf ]-
#======================= Global Settings 
=====================================
[global]
# workgroup = NT-Domain-Name or Workgroup-Name
  workgroup = MYWKGRP
  netbios name = mynetbiosname
# server string is the equivalent of the NT Description field
  server string = Print Server
# This option is important for security. It allows you to restrict
# connections to machines which are on your local network. The
# following example restricts access to two...