I have searched for a howto, but could not find one. Is it possible to use a windows workstation to set ACL attributes on files, or the share itself. =20 Regards, Johan=20
Windows? no way~~ 2009/6/22 Johan Hendriks <Johan@double-l.nl>> I have searched for a howto, but could not find one. > > Is it possible to use a windows workstation to set ACL attributes on files, > or the share itself. > > > > Regards, > Johan > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >-- ??? ??
Of course, it works. I use it in my domain with ACL-support. ??? wrote:> Windows? no way~~ > > 2009/6/22 Johan Hendriks <Johan@double-l.nl> > > >> I have searched for a howto, but could not find one. >> >> Is it possible to use a windows workstation to set ACL attributes on files, >> or the share itself. >> >> >> >> Regards, >> Johan >> >> >> >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> >> > > > >
And you need winbind to fetch the fetch out of the domain, otherwise windows could not known the samba-users. vishesh kumar wrote:> If you mount ext3 formatted partition, with support of acl then it is > possible to set acl permission using windows > > Thanks > > > 2009/6/22 Bj?rn Meier <bjoern.meier@googlemail.com > <mailto:bjoern.meier@googlemail.com>> > > Of course, it works. I use it in my domain with ACL-support. > > > ??? wrote: > > Windows? no way~~ > > 2009/6/22 Johan Hendriks <Johan@double-l.nl > <mailto:Johan@double-l.nl>> > > > I have searched for a howto, but could not find one. > > Is it possible to use a windows workstation to set ACL > attributes on files, > or the share itself. > > > > Regards, > Johan > > > > -- > To unsubscribe from this list go to the following URL and > read the > instructions: https://lists.samba.org/mailman/options/samba > > > > > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
>And you need winbind to fetch the fetch out of the domain, otherwise >windows could not known the samba-users.>vishesh kumar wrote: >> If you mount ext3 formatted partition, with support of acl then it is >> possible to set acl permission using windows >> >> Thanks >> >> >> 2009/6/22 Bj?rn Meier <bjoern.meier@googlemail.com >> <mailto:bjoern.meier@googlemail.com>> >> >> Of course, it works. I use it in my domain with ACL-support. >> >> >> ??? wrote: >> >> Windows? no way~~ >> >> 2009/6/22 Johan Hendriks <Johan@double-l.nl >> <mailto:Johan@double-l.nl>> >> >> >> I have searched for a howto, but could not find one. >> >> Is it possible to use a windows workstation to set ACL >> attributes on files, >> or the share itself. >> >> >> >> Regards, >> Johan >Ok i knew it was possible, i use winbind against a win2003 Server, i compiled Samba with ACL support, the only thin is i use FreeBSD as a server. It has ACL support on the filesystem. Are there any config options needed within smb.conf that must exist to use this feature? Regards, Johan No virus found in this outgoing message. Checked by AVG - www.avg.com Version: 8.5.339 / Virus Database: 270.12.83/2191 - Release Date: 06/21/09 20:02:00
If you mount ext3 formatted partition, with support of acl then it is possible to set acl permission using windows Thanks 2009/6/22 Bj?rn Meier <bjoern.meier@googlemail.com>> Of course, it works. I use it in my domain with ACL-support. > > > ??? wrote: > >> Windows? no way~~ >> >> 2009/6/22 Johan Hendriks <Johan@double-l.nl> >> >> >> >>> I have searched for a howto, but could not find one. >>> >>> Is it possible to use a windows workstation to set ACL attributes on >>> files, >>> or the share itself. >>> >>> >>> >>> Regards, >>> Johan >>> >>> >>> >>> -- >>> To unsubscribe from this list go to the following URL and read the >>> instructions: https://lists.samba.org/mailman/options/samba >>> >>> >>> >> >> >> >> >> > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
> Are there any config options needed within smb.conf that must exist to use this feature? > >Yes, there are. Instead of listing them here, I would direct you to the smb.conf man page, available here in html format: http://us3.samba.org/samba/docs/man/manpages-3/smb.conf.5.html Search for "ACL" and "permission" and "ye shall find". (You can start with "nt acl support = yes".)