I believe that you it did not understand my explanation. I have a Linux server executing samba intergrated with a server windows 2003 (PDC). Linux is using the users of windows 2003 saw winbind. But, the permissions for these of archive do not function. When I try to change the permissions of an archive in the sharing of the samba, it I do not function. The part of ACL of the samba is not functioning, you understood me. The command getfacl sample that support ACL is functioning in the server linux. It sees my /etc/fstab: LABEL=/ / ext3 defaults,acl 1 1 LABEL=/boot /boot ext3 defaults 1 2 LABEL=/data /data ext3 defaults,acl 1 2 none /dev/pts devpts gid=5,mode=620 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 /dev/cciss/c0d0p2 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 You can help this problem me? Lu?s Henrique -----Mensagem original----- De: paul k?lle [mailto:paul@subsignal.org] Enviada em: quinta-feira, 22 de setembro de 2005 13:15 Para: samba@lists.samba.org Assunto: [Samba] Re: ACLs with Problem Luis Henrique de Faria Guimar?es wrote:> With this configuration the users of the PDC (windows 2003) are authenticantion way telnet > without problem. However, the ACL do not function. They see the exit with command getfacl teste.txt: > > [root@redfree teste]# getfacl teste.txt > # file: teste.txt > # owner: root > # group: Domain Users > user::rwx > user:henrique:rw- > group::r-- > mask::rw- > other::r--Can you please describe what you expected to see here and why?> > The user henrique appears in linux, but he does not appear in windows.Then I'd say he's a linux user and not from AD via winbind right?> When I try to add permissions through windows appears a message of "denied access".If that is a "correct" result largely depends which user is logged in to the windows workstation. It would be helpful if you set samba to a moderate debug level, and provide the relevant logs generated when the desired operation(s) fail. hth Paul
Luis Henrique de Faria Guimar?es wrote:> I believe that you it did not understand my explanation. I have a Linux server executing samba intergrated > with a server windows 2003 (PDC). Linux is using the users of windows 2003 saw winbind. But, the permissions > for these of archive do not function. When I try to change the permissions of an archive in the sharing of the > samba, it I do not function. The part of ACL of the samba is not functioning, you understood me.What you are saying is, it does not work as you think it should. The getfacl output you showed seems to indicate that ACLs are working on the linux side, so far so good. Then you say permissions are not correct from windows explorer and you cannot set them correctly. To identify the underlying problem you need to provide more details. 1. Which user is logged on the the windows workstation trying to modify a file on the samba share? 2. What are the ACLs on that file before you try to change them and what are they after the operation failed? 3. What is the output of the samba log when you try to change ACLs on the file? hth Paul
Luis Henrique de Faria Guimar?es wrote:> I believe that you it did not understand my explanation. I have a Linux server executing samba intergrated > with a server windows 2003 (PDC). Linux is using the users of windows 2003 saw winbind. But, the permissions > for these of archive do not function. When I try to change the permissions of an archive in the sharing of the > samba, it I do not function. The part of ACL of the samba is not functioning, you understood me.What you are saying is, it does not work as you think it should. The getfacl output you showed seems to indicate that ACLs are working on the linux side, so far so good. Then you say permissions are not correct from windows explorer and you cannot set them correctly. To identify the underlying problem you need to provide more details. 1. Which user is logged on the the windows workstation trying to modify a file on the samba share? 2. What are the ACLs on that file before you try to change them and what are they after the operation failed? 3. What is the output of the samba log when you try to change ACLs on the file? hth Paul