[Samba] Help with profiles FreeBSD

Elijah Savage esavage at digitalrage.org
Mon Jun 24 19:00:13 GMT 2002


All,

I got everything working I can make the machines join the domain and login
but with WinXP when I login I get a temp profile. This is the exact error.Windows could not find your roaming profile on the server which could be
becuase the network path is not available see your system admin, then
right after that message WinXP says it can't find my local profile either
and that I will be logged in with a temp profile so nothing is saved.
Now I thought local profiles are saved on the machine why would it not be
able to find a local profile here is my smb.conf nothing in the log files.
Please if anyone has gotten this to work or can help me out it would be
greatly appreciatedThis is FreeBSD 4.5 and samba 2.2.2 I did use the registry hack for XP

# Global parameters
[global]
        workgroup = DIGITALRAGE
        netbios name = HARRIER
        encrypt passwords = Yes
        update encrypted = Yes
        log level = 2
        max log size = 50
        name resolve order = wins hosts lmhosts bcast
        socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192
        SO_RCVBUF=8192 IPTOS_LOWDELAY
        domain admin group = @admins
        logon script = netlogon.bat
        logon path = \\%L\profiles\%U
        logon drive = X:
        logon home = \\%L\%U\
        os level = 65
        lm announce = True
        local master = True
        preferred master = True
        domain master = True
        wins support = Yes
        domain logons = Yes
        security = user

[RageData]
        path = /misc
        read only = No

[music]
        path = /mp3
        path = /mp3
# Samba config file created using SWAT
# from mrbossman.digitalrage.org (192.168.11.9)
# Date: 2002/06/24 08:05:16

# Global parameters
[global]
        workgroup = DIGITALRAGE
        netbios name = HARRIER
        encrypt passwords = Yes
        update encrypted = Yes
        log level = 2
        max log size = 50
        name resolve order = wins hosts lmhosts bcast
        socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192
        SO_RCVBUF=8192 IPTOS_LOWDELAY
        domain admin group = @admins
        logon script = netlogon.bat
        max log size = 50
        name resolve order = wins hosts lmhosts bcast
        socket options = TCP_NODELAY TCP_NODELAY SO_SNDBUF=8192
        SO_RCVBUF=8192 IPTOS_LOWDELAY
        domain admin group = @admins
        logon script = netlogon.bat
        logon path = \\%L\profiles\%U
        logon drive = X:
        logon home = \\%L\%U\
        os level = 65
        lm announce = True
        local master = True
        preferred master = True
        domain master = True
        wins support = Yes
        domain logons = Yes
        security = user

[RageData]
        path = /misc
        read only = No

[music]
        path = /mp3
        read only = no

[homes]
        path = /usr/home
        read only = no
        browseable = no

[data]
        path = /storage
        read only = no

[profiles]
        path = /usr/home/profiles
        browseable = no
        writeable = yes
        read only = no
        create mask = 0600
        directory security mask = 0700

[netlogon]
        comment = Network Logon Service
        path = /home/netlogon







More information about the samba mailing list