Cannot delete folders from profiles
Danny Paul
jdpaul at gocolumbiamo.com
Thu Nov 11 22:15:15 GMT 2004
Hello All,
I have SAMBA 3.0.7 compiled from source running as a PDC on SuSE 9.1, using
LDAP as a UNIX and SAMBA backend. When a user logs out, their profile
updates fine with no errors, however, folders they deleted from their
profile remain in their profile on the server. Any deleted files are
removed. The users have rights to their profiles, and if they map a dive
to the profile share, they can delete folders from their profile just fine.
Stranger still, if the password backend is changed back to the smbpasswd
file, this problem no longer occurs. Users can delete folders from their
profile without an issue.
I am at a loss. I have included my smb.conf (filtered through testparm -s
with the sensitive info removed). I have a level 10 log file available, but
it is too large to post to the newsgroup. The level 1 log file has nothing
of significance in it and searching through the level 10 doesn;t yield
anything obvious.
Thanks for your help
Danny Paul
City of Columbia, Missouri
jdpaul at gocolumbiamo dot com
-------------- next part --------------
# Global parameters
[global]
workgroup = DOMAIN
netbios name = PDC
server string = "Domain Controller"
null passwords = Yes
passdb backend = "ldapsam:ldap://127.0.0.1"
log level = 10
syslog = 0
name resolve order = wins bcast hosts
time server = Yes
show add printer wizard = No
add user script = /var/lib/samba/sbin/smbldap-useradd.pl -a -m '%u'
delete user script = /var/lib/samba/sbin/smbldap-userdel.pl '%u'
add group script = /var/lib/samba/sbin/smbldap-groupadd.pl -p '%g'
delete group script = /var/lib/samba/sbin/smbldap-groupdel.pl '%g'
add user to group script = /var/lib/samba/sbin/smbldap-groupmod.pl -m '%u' '%g'
delete user from group script = /var/lib/samba/sbin/smbldap-groupmod.pl -x '%u' '%g'
set primary group script = /var/lib/samba/sbin/smbldap-usermod.pl -g '%g' '%u'
add machine script = /var/lib/samba/sbin/smbldap-useradd.pl -w '%u'
logon script = netlogon.bat
logon path = \\%L\profiles\%U
logon home = \\%L\profiles\%U
domain logons = Yes
os level = 75
preferred master = Yes
domain master = Yes
wins support = Yes
ldap admin dn = <removed for security>
ldap group suffix = ou=group
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=people
ldap suffix = <removed for security>
ldap user suffix = ou=people
idmap backend = "ldap://127.0.0.1"
idmap uid = 10000-20000
idmap gid = 10000-20000
profile acls = Yes
map acl inherit = Yes
hide files = /desktop.ini
[netlogon]
comment = "Net logon share"
path = /netlogon
write list = root
create mask = 0600
directory mask = 0600
[profiles]
comment = "Roming profile share"
path = /profiles
writeable = yes
create mask = 0700
directory mask = 0700
More information about the samba-technical
mailing list