Unfortunately I don't have access to the SAMBA PDC (or win xp clients)
right now.  However the machine I'm on (RH9) has samba 2.2.x.  I
looked up smb.conf on this machine and the man page for smb.conf isn't
explicit about where profile acls = yes should go.  However, it does
list profile acls under service parameters vs. global parameters. 
Based on that, it seems like profile acls should not go under
[global].  However, I'll try anything so later today, I'll give it a
try and see if it works.

If anyone else following this thread gives it a try before then, let
us know how it works.  I'll post my smb.conf (as of last night) again
below.

[global]
netbios name = BABYLON
workgroup = CIVILIZATION
browseable = no
server string = Samba Server
log file = /var/log/samba/smbd.log
max log size = 50
security = user
smb passwd file = /etc/samba/smbpasswd
unix password sync = Yes
passwd program = /usr/bin/passwd %u
passwd chat = \
                *password* %n\n \
                *password* %n\n \
                *successfully*
username map = /etc/samba/smbusers
# Most people will find that this option gives better performance.
# See speed.txt and the manual pages for details
   socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = yes
os level = 64
domain master = yes 
preferred master = yes
domain logons = yes
logon path = \\%L\Profiles\%U
logon drive = M:
logon home = \\%L\%U
logon script = logon.cmd
wins support = yes
dns proxy = no 

[homes]
        comment = Home Directories
        path = /home/samba/share/%U
        writeable = yes
        create mode = 0600
        directory mode = 0740
        browseable = No

[netlogon]
        comment = Network Logon Service
        path = /home/samba/netlogon
        browseable = no


[Profiles]
        path = /home/samba/profiles
        browseable = No
        writeable = yes
        profile acls = yes    #added this line last night to no avail

[share]
        path = /home/samba/share
        writeable = yes
        guest ok = no
        create mode = 0660
        directory mode = 0770
        browseable = yes


On Wed, 29 Sep 2004 13:13:14 +0200, Xavier <[EMAIL PROTECTED]> wrote:
> I not had this problem ,
> samba 3.0.4
> 
> but I putted the line :
> profile acls = Yes
> in the GLOBAL section of smb.conf (not in the [profile] section)
> 
> XP
> 
> Selon Zach <[EMAIL PROTECTED]>:
> 
> 
> 
> > Power Users is what I'm trying.  It seems that anything other than
> > Administrators has this problem
> >
> >
> > On Wed, 29 Sep 2004 09:44:33 +0600 (YEKST), Ilia Chipitsine
> > <[EMAIL PROTECTED]> wrote:
> >
> > > maybe You should try "Power Users" instead of Local admin.
-- 
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