[Samba] Windows XP client changes not being saved via Samba

Dustin Ash dustin.ash at mexpro.com
Wed Oct 12 17:23:22 GMT 2005


[global]
        workgroup = IIG
        netbios name = TUX
        server string = Samba Server
        interfaces = 192.168.0.10/24
        update encrypted = Yes
        logon path = \\TUX\profile\%u
        logon drive = H:
        domain logons = Yes
        os level = 65
        preferred master = Yes
        domain master = Yes
        wins server = 127.0.0.1
        wins support = Yes
        ldap ssl = no
        admin users = root, @root, rachel
        write list = @root
        printer admin = exegete, root, @root, rachel
        printing = lprng
        print command = lpr -r -P'%p' %s
        lpq command = lpq -P'%p'
        lprm command = lprm -P'%p' %j
        lppause command = lpc hold '%p' %j
        lpresume command = lpc release '%p' %j
        queuepause command = lpc stop '%p'
        queueresume command = lpc start '%p'

[homes]
        read only = No

[Z-Drive]
        path = /mnt/storage/z-drive/
        valid users = @samba
        read list = @samba
        write list = @root, @samba
        create mask = 0774
        directory mask = 0775
        guest ok = Yes

[netlogon]
        comment = Network Logon Service
        path = /mnt/storage/netlogon
        guest ok = Yes
        browseable = No

[Y-Drive]
        path = /mnt/storage/y-drive/
        valid users = @samba
        read list = @samba
        write list = @root, @samba
        read only = No

[profile]
        path = /mnt/storage/profile
        #profile acls = yes
        #csc policy = disable
        valid users = @samba
        read list = @samba
        write list = @root, @samba
        #force group = samba
        create mask = 0660
        directory mask = 0770
        #force create mode = 0660
        #force directory mode = 0770
        #read only = no




More information about the samba mailing list