samba & roaming profiles

Jeremy Claeson jclaeson at cs.washington.edu
Thu Jun 13 01:29:54 PDT 2002


I am currently attempting to get roaming profiles working for my samba
PDC. I have successfully joined my Win XP Pro and Win2k machines to the
domain and configured the necessary logon and profile info correctly (I
think). However, no profiles are being created/accessed upon logon of
any users. The computer continues to use the local profile yet there are
no error messages at logon or in the log files. Below is my smb.conf.
Any insight would be much appreciated! Thanks!

# Samba config file created using SWAT
# from case.supercoolgorp.com (192.168.0.101)
# Date: 2002/06/13 01:14:42

# Global parameters
[global]
        workgroup = MATRIX
        netbios name = TURING
        server string = Samba %v
        encrypt passwords = Yes
        passwd program = /usr/bin/passwd %u
        username map = /usr/local/etc/users.map
        password level = 2
        username level = 5
        unix password sync = Yes
        log level = 2
        log file = /var/log/samba/log.%m
        max log size = 50
        socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192
SO_RCVBUF=8192
        logon script = netlogon.bat
        logon path = \\turing\profiles\%U
        logon drive = G:
        logon home = \\turing\%U\profile
        domain logons = Yes
        os level = 65
        preferred master = True
        domain master = True
        lock dir = /usr/local/locks
        guest account = pcguest
        invalid users = bin daemon sys man postfix system accounts
        admin users = root

[homes]
        comment = Home Directories
        guest account = 
        read only = No

[media]
        comment = Media files
        path = /usr/samba/fileshare/media
        valid users = jclaeson clc
        read only = No
        create mask = 0765

[software]
        comment = Archived Software Collection
        path = /usr/samba/fileshare/software
        valid users = jclaeson clc
        read only = No
        create mask = 0765

[fileserver]
        comment = Network fileserver
        path = /usr/samba/fileshare/fileserver
        valid users = jclaeson clc
        read only = No
        create mask = 0765

[profiles]
        path = /usr/samba/fileshare/profiles
        guest account = 
        read only = No
        create mask = 0600
        directory mask = 0700
        browseable = No

[netlogon]
        path = /home/netlogon
        write list = jclaeson clc
[jclaeson at turing jclaeson]$



More information about the Linux mailing list