[Samba-it] elenco utenti

ml-all at mdsservices.com ml-all at mdsservices.com
Mon Jun 30 15:54:01 MDT 2003


caio a tutti,
ho uin problema con win 98 e samba.

ho configurato samba per fare lo sharing delle cartelle sul server, usando le 
autorizzazioni, sul client win 98 però ho anche bisogno di far condividere 
risorse per altre mnacchine (uso delle stampanti) ma quando vado a condividere 
mi da il seguente errore:

"impossibile visualizzare l'elenco degli utenti. Riprovare in un secondo 
momento."

dove sbaglio?

per darvi maggiori informazioni vi faccio un dump del smb.conf



##======================= Global Settings =====================================
[global]

# workgroup = NT-Domain-Name or Workgroup-Name
   workgroup = OPERA 
   netbios name= SERVER at OPERA
# server string is the equivalent of the NT Description field
   server string = Samba Server @ opera immacolata
   hosts allow = 192.168.1. 127.0.0.1


# this tells Samba to use a separate log file for each machine
# that connects
   log file = /var/log/samba/%m.log

# Put a capping on the size of the log files (in Kb).
   max log size = 0

# Security mode. Most people will want user level security. See
# security_level.txt for details.
   security = user

   encrypt passwords = true
   smb passwd file = /etc/samba/smbpasswd




# Unix users can map to different SMB User names
  username map = /etc/samba/smbusers


# Browser Control Options:
# set local master to no if you don't want Samba to become a master
# browser on your network. Otherwise the normal election rules apply
   local master = no

# OS Level determines the precedence of this server in master browser
# elections. The default value should be reasonable
   os level = 33

# Domain Master specifies Samba to be the Domain Master Browser. This
# allows Samba to collate browse lists between subnets. Don't use this
# if you already have a Windows NT domain controller doing this job
   domain master = no 

# Preferred Master causes Samba to force a local browser election on startup
# and gives it a slightly higher chance of winning the election
   preferred master = no

# Enable this if you want Samba to be a domain logon server for 
# Windows95 workstations. 
   domain logons = yes

# if you enable domain logons then you may want a per-machine or
# per user logon script
# run a specific logon batch file per workstation (machine)
;   logon script = %m.bat
# run a specific logon batch file per username
;   logon script = %U.bat

# Where to store roving profiles (only for Win95 and WinNT)
#        %L substitutes for this servers netbios name, %U is username
#        You must uncomment the [Profiles] share below
   logon path = \\%L\Profiles\%U




#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   path = /samba/home/%S
   browseable = yes
   writable = yes
   valid users = %S
   create mode = 0664
   directory mode = 0775
# If you want users samba doesn't recognize to be mapped to a guest user
; map to guest = bad user


# Un-comment the following and create the netlogon directory for Domain Logons
; [netlogon]
;   comment = Network Logon Service
;   path = /usr/local/samba/lib/netlogon
;   guest ok = yes
;   writable = no
;   share modes = no





More information about the samba-it mailing list