[Samba] Roaming profiles issues

Owens, Bob bowens at navtech.com
Mon Feb 17 15:15:29 GMT 2003


Maybe try

logon path = \\%L\profiles\%U\
\\LocalSambaMachine\YourProfilesShare\username


[profiles]
    path = /home/%U/
    read only = no
    create mask = 0600
    directory mask = 0700
    browseable = yes
    profile acls = yes

-----Original Message-----
From: Gabriel Rocha [mailto:gabe at seul.org]
Sent: Monday, February 17, 2003 8:36 AM
To: samba at lists.samba.org
Subject: [Samba] Roaming profiles issues


This might be simple, but I have been banging my head against google for
awhile now and not an answer in sight... Anyway, Samba PDC with roaming
profiles. When a user logs out the profile isn't written because it says
that "The specified network name is no longer available" Whatever that
is supposed to mean. Following is my smb.conf. Please CC me in replies
as I am not subbed to the list. Thanks in advance. --Gabe


[global]

   workgroup = CFN
   server string = Confederation File Server
   log file = /var/log/samba/log.%m
   max log size = 1000
   log level = 1
   syslog = 0
   security = user
   encrypt passwords = yes
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
   wins support = yes
   strict allocate = yes
   time server = yes
   add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /dev/null -M
%u
   local master = yes
   os level = 64
   domain master = yes
   preferred master = yes
   domain logons = yes
   domain admin group = ntadmin,gabe
   admin users = ntadmin
   logon path = \\%L\%U\.profile
   logon drive = Q:
   logon script = scripts\%U.bat
   logon home = \\%L\%U
   utmp = yes
   hide unreadable = yes
   dns proxy = no
   preserve case = yes
   short preserve case = yes
   unix password sync = yes
   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
   obey pam restrictions = yes

#======================= Share Definitions =======================

[netlogon]
   comment = Network Logon Service
   path = /home/samba/netlogon
   writable = no
   write list = ntadmin
   browseable = yes

[profiles]
    path = /home/%U/.profile
    read only = no
    create mask = 0600
    directory mask = 0700
    browseable = yes
    profile acls = yes

[homes]
   comment = Home Directories
   browseable = no
   writable = yes
   create mask = 0600
   directory mask = 0700

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba


More information about the samba mailing list