Samba Can't Save Profiles

Discussion in 'Installation/Configuration' started by pinguingilo, Aug 31, 2006.

  1. pinguingilo

    pinguingilo New Member

    I Have Configuration SAMBA for PDC, And User Can Be Login, User Use Win XP , But When Login Thereis Error Like This : Windows cannot locate the server copy of your roaming profile and is attempting to log you on with your local profile. Changes to the profile will not be copied to the server when you logoff. Possible causes of this error include network problems or insufficient security rights. If this problem persists, contact your network administrator.

    DETAIL - The network path was not found.

    And Then When User Setting The Profile It Self Can't Be Save....

    My smb.conf :
    Code:
    [global]
       workgroup = BONTET.COM
       netbios name = ibunk
       server string = Server Logon Pinguingilo
       passdb backend = tdbsam
       security = user
       username map = /etc/samba/smbusers
       name resolve order = wins bcast hosts
       domain logons = yes
       preferred master = yes
       wins support = yes
    
    
       # Default logon
       logon script = scripts/logon.bat
       logon path = \\%L\profile\%U
    
    
       # Useradd scripts
       add user script = /usr/sbin/useradd -m %u
       delete user script = /usr/sbin/userdel -r %u
       add group script = /usr/sbin/groupadd %g
       delete group script = /usr/sbin/groupdel %g
       add user to group script = /usr/sbin/usermod -G %g %u
       add machine script = /usr/sbin/useradd -s /bin/false/ -d /var/lib/nobody %u
    
    
       # sync smb passwords woth linux passwords
       passwd program = /usr/bin/passwd %u
       passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
       passwd chat debug = yes
       unix password sync = yes
    
     # set the loglevel
       log level = 3
    
    
    [homes]
       comment = Home
       valid users = %S
       read only = no
       browsable = yes
    
    
    [netlogon]
       comment = Network Logon Service
       path = /home/samba/netlogon
       admin users = Administrator
       valid users = %U
       read only = no
    
    [profile]
       comment = User profiles
       path = /home/samba/profiles
       valid users = %U
       create mode = 0600
       directory mode = 0700
       writable = yes
       browsable = no
    
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you access the samab server trough the network name ibunk or trough its IP address?
     
  3. pinguingilo

    pinguingilo New Member

    like

    i access using domain BONTET.COM, But User Can't Save Roaming Profiles
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    BONTET.COM is the name of your workgroup, please try to access the server by its nebios name "ibunk".
     

Share This Page