Our XP SP1 (patched with everything but SP2) workstations are logging
events like:

"Windows has detected that offline caching is enabled on the roaming
profile share - to avoid profile corruption (etc.)"

Following some goodle threads this was added to smb.conf (attached)

csc policy = disable

but the event still occurs, although only when something has been
saved to the profile before exiting.  For instance, toggling the
start menu into or out of "classic" mode.

Samba 3.0.6

Even with the event message it does seem to work ok.

Thanks,

David Mathog
[EMAIL PROTECTED]
Manager, Sequence Analysis Facility, Biology Division, Caltech
# Samba config file created using SWAT
# from 127.0.0.1 (127.0.0.1)
# Date: 2004/09/15 12:47:03

# Global parameters
[global]
        workgroup = SAF
        server string = Samba Server
        interfaces = eth0
        smb passwd file = /usr/local/samba/private/smbpasswd
        passwd chat = 
        log file = /var/log/samba/%m.log
        socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
        load printers = No
        logon script = scripts\everybody.bat
        domain logons = Yes
        os level = 64
        preferred master = Yes
        domain master = Yes
        dns proxy = No
        wins server = 131.215.220.220
        ldap ssl = no
        hosts allow = 131.215., 127.

[homes]
        comment = Home Directories
        read only = No
        browseable = No
        csc policy = disabled

[printers]
        comment = All Printers
        path = /var/spool/samba
        printable = Yes
        browseable = No

[netlogon]
        comment = Contains login script which just mounts PDB area
        path = /u1/usr/netlogon

[pdb]
        comment = PDB database directory
        path = /u4/pdb

[dna_pickup]
        comment = Directory for transferring DNA files
        path = /u2/dna_pickup
        valid users = dnaseq
        read only = No

[profiles]
        comment = user's profile directories
        path = /u1/usr/people/%u/profile
        read only = no
        browseable = no
        create mask = 0600 ; rwx-xxx-xxx only the user can read/write files
        directory mask = 0700 ; rwx-xxx-xxx directories must be executable if they are 
to be navigated
        csc policy = disabled

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

Reply via email to