Profile updating and "Slow connection"

Celso Kopp Webber webber at sj.univali.rct-sc.br
Tue Mar 30 04:58:51 GMT 1999


Hi!
I'm having two problems with Samba, sources from today, 03/30/99.
1. When one user tries to modify his/her setting, such as the wallpaper
on Windows NT workstation, nothing gets changed. The only think the user
can change is the background color, but although files are created under
\\SMB-logon-server\profiles, when the user logs in again, his profiles are
reset to the default.
2. Whenever a user logs in, it takes a few seconds, and then she gets the
message "A slow connection was detected ... <Download> <Use local>". Even
if she downloads her profile, all changes are lost.

These worked for me on old versions (when the domain group = parameter
existed).

Thanks in advance for any tip. Relevant smb.conf is attached below


Prof. Celso Kopp Webber
mailto://webber@sj.univali.rct-sc.br

Universidade do Vale do Itajai' - UNIVALI
Campus Sao Jose - Sao Jose, SC
Administracao de Redes
Rod. SC 407, Km. 4
88122-000                     Sao Jose-SC
Brazil

Fone: +55 (48) 281-1505
Fax:  +55 (48) 281-1506

#======================= Global Settings =====================================
#
# Last change: 29/03/98, Celso
#
[global]

# General options
   workgroup = COMPUTACAO
   server string = Servidor de logon principal
   netbios name = PASCAL
   netbios aliases = LOGONSVR

# Printing options
   printcap name = /etc/printcap
   load printers = yes
   printing = bsd

# Log options
   log file = /var/log/samba/log.%m
   max log size = 50

# Security options: allow local machines (200.135.47.*)
   hosts allow = 127. 200.135.47.
   security = user
;  password level = 8
   encrypt passwords = yes
   smb passwd file = /etc/smbpasswd
   guest ok = no
# Automatic change of UNIX password from Win95 Change Password on Control Panel
;   passwd chat debug = yes
;   unix password sync = yes
;   passwd program = /usr/bin/passwd %u
;   passwd chat = *password* %n\n *password* %n\n *sucessfully*

# Network specific options: performance, browsing, network logon, etc.
   socket options = TCP_NODELAY 
;   interfaces = 192.168.12.2/24 192.168.13.2/24 
;   remote browse sync = 192.168.3.25 192.168.5.255
;   remote announce = 192.168.1.255 192.168.2.44

# Browsing options
   os level = 33
   domain master = yes 
   preferred master = yes

# Server capabilities options
   time server = yes
   wins support = yes
   dns proxy = no

# Domain Logon Options
   domain logons = yes
   logon script = %m.bat
   logon path = \\%L\Profiles\%U
   logon drive = x:
   domain group map = /etc/domaingroup.map
   domain user map = /etc/domainuser.map
   local group map = /etc/localgroup.map
   unix realname = yes

# File and naming conventions options
   preserve case = yes
   short preserve case = yes
   veto files = /lost+found/quota.user/quota.group/

#============================ Share Definitions ==============================
[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   # autoconfigure netscape for the user
   root preexec = /bin/bash - /home/samba/scripts/ajusta-netscape.sh %U ; /home/samba/scripts/verifica-quota.sh %U %M

# Domain Logons share
[netlogon]
   comment = Network Logon Service
   path = /home/samba/netlogon
   browseable = no
   guest ok = yes
   # writable, but only administrators can write ant modify scripts, etc.
   writable = yes
   write list = @samba
   share modes = no

# Roving Profiles share
[Profiles]
   path = /home/samba/profiles
   browseable = no
   writable = yes
   guest ok = yes
   create mask = 000
   force create mode = 770
   directory mask = 000
   force directory mode = 770




More information about the samba-ntdom mailing list