Re: [Samba] ACL Support in Samba 3.0.20b

2006-04-15 Thread Doug VanLeuven

[EMAIL PROTECTED] wrote:
My agency is migrating from Solaris PCnetlink to Samba 3.0.20b for file 
and print sharing. Samba is installed on Solaris 9 (which I just recently 
inherited). Is there any way to tell if Samba was compiled with ACL 
support? I am having some trouble matching permissions from windows to 
Unix.




Hi,

smbd -b

will print the build environment

I was curious myself, so I compiled an otherwise identical
non-acl version and diffed the smbd -b outputs.

3c3
Built on:Sat Apr 15 11:04:25 PDT 2006
258a259
>HAVE_NO_ACLS
264d264


[Samba] ACL Support in Samba 3.0.20b

2006-04-15 Thread jim_mosbey
My agency is migrating from Solaris PCnetlink to Samba 3.0.20b for file 
and print sharing. Samba is installed on Solaris 9 (which I just recently 
inherited). Is there any way to tell if Samba was compiled with ACL 
support? I am having some trouble matching permissions from windows to 
Unix.



Jim Mosbey
NYS Dept. of  Public Service
(518) 474-2722

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


RE: [Samba] ACL support in Samba

2002-10-25 Thread Buchan Milne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> Message: 17
> From: David Brodbeck <[EMAIL PROTECTED]>
> To: "'Bradley W. Langhorst'" <[EMAIL PROTECTED]>,
>   Christopher Barry <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED]
> Subject: RE: [Samba] ACL support in Samba
> Date: Fri, 25 Oct 2002 09:57:24 -0400
>
>
>> -Original Message-
>> From: Bradley W. Langhorst [mailto:brad@;langhorst.com]
>> Sent: Friday, October 25, 2002 9:38 AM
>> To: Christopher Barry
>> Cc: [EMAIL PROTECTED]
>> Subject: Re: [Samba] ACL support in Samba
>>
>>
>> On Fri, 2002-10-25 at 10:00, Christopher Barry wrote:
>>
>>
>
>> > What (in hopefully many opinions) is the best ACL supporting fs for
>> > Linux?
>
>>
>> the options are  (i think)
>> ext3 + patches from bestbits
>> ext2 + patches
>> xfs
>>
>> xfs in my hands has been much more reliable and faster
>
>
> ext3 + patches or ext2 + patches work fine too, and are a nice option if
> you're looking to add ACLs to an existing filesystem.  They also have a
> distinct advantage from my point of view -- they can be mounted as
ordinary
> ext2 filesystems.  This means, in a pinch, you can use ordinary rescue
disks
> and recovery tools.

My ordinary rescue tools (Mandrake installation CD booted with the
'rescue' optoin, and Knoppix 3.1) have XFS support ...

>
> I have nothing against XFS, though I haven't used it.  Just presenting my
> own perspective.
>
> ext2 and ext3 ACLs do have the disadvantage that the on-disk format and in
> some cases the kernel interface is a moving target.  Generally this hasn't
> been a problem for me, but it does mean you have to be careful if you
> upgrade to a newer version.  Depending on the release number you sometimes
> have to use getfacl and setfacl to backup and then restore your ACLs
(if the
> on-disk format has changed).  The setfacl part of this procedure, in
> particular, can be time-consuming for big filesystems, especially if
you use
> winbindd -- it took a few hours, last time I did it.  Generally you
want to
> be backing up the ACLs to flat files periodically anyway, since there
aren't
> currently many backup tools that understand ACLs.
>

Besides xfsdump on XFS.

> If you're looking for an ACL-enabled filesystem that's built into a
> distribution, XFS is currently your only choice.  If you want to use
ext2 or
> ext3 ACL patches you'll need to patch and compile your own kernel and
> filesystem tools.

Not really, Mandrake 9.0 (and AFAIK, SuSE 8.1) support ACLs on Ext2/Ext3
out the box (if you use the 'acl' mount option). And of course samba is
compiled with ACL support (not sure about SuSE again).

Plus, Mandrake 9.0 has winbind support, you can join a domain during
installation (in expert installs).

Buchan


- --
|Registered Linux User #182071-|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9uWnarJK6UGDSBKcRAvmoAKCEsjRwyuGkh91G5fk4QOMDmTomywCggjWq
X3FlhMq3lfyvAUTEiAlhuFA=
=f7g6
-END PGP SIGNATURE-

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



RE: [Samba] ACL support in Samba

2002-10-25 Thread Bradley W. Langhorst
On Fri, 2002-10-25 at 09:57, David Brodbeck wrote:


> Generally you want to
> be backing up the ACLs to flat files periodically anyway, since there aren't
> currently many backup tools that understand ACLs.

I agree with all you've said.
You bring up the point of backups...
xfsdump does support acls so there is nothing 
else to worry about when you make a backup

brad

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



RE: [Samba] ACL support in Samba

2002-10-25 Thread David Brodbeck
> -Original Message-
> From: Bradley W. Langhorst [mailto:brad@;langhorst.com]
> Sent: Friday, October 25, 2002 9:38 AM
> To: Christopher Barry
> Cc: [EMAIL PROTECTED]
> Subject: Re: [Samba] ACL support in Samba
> 
> 
> On Fri, 2002-10-25 at 10:00, Christopher Barry wrote:
> 
> 
> > What (in hopefully many opinions) is the best ACL supporting fs for
> > Linux?
> 
> the options are  (i think)
> ext3 + patches from bestbits
> ext2 + patches
> xfs
> 
> xfs in my hands has been much more reliable and faster

ext3 + patches or ext2 + patches work fine too, and are a nice option if
you're looking to add ACLs to an existing filesystem.  They also have a
distinct advantage from my point of view -- they can be mounted as ordinary
ext2 filesystems.  This means, in a pinch, you can use ordinary rescue disks
and recovery tools.

I have nothing against XFS, though I haven't used it.  Just presenting my
own perspective.

ext2 and ext3 ACLs do have the disadvantage that the on-disk format and in
some cases the kernel interface is a moving target.  Generally this hasn't
been a problem for me, but it does mean you have to be careful if you
upgrade to a newer version.  Depending on the release number you sometimes
have to use getfacl and setfacl to backup and then restore your ACLs (if the
on-disk format has changed).  The setfacl part of this procedure, in
particular, can be time-consuming for big filesystems, especially if you use
winbindd -- it took a few hours, last time I did it.  Generally you want to
be backing up the ACLs to flat files periodically anyway, since there aren't
currently many backup tools that understand ACLs.

If you're looking for an ACL-enabled filesystem that's built into a
distribution, XFS is currently your only choice.  If you want to use ext2 or
ext3 ACL patches you'll need to patch and compile your own kernel and
filesystem tools.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



Re: [Samba] ACL support in Samba

2002-10-25 Thread Bradley W. Langhorst
On Fri, 2002-10-25 at 10:00, Christopher Barry wrote:


> What (in hopefully many opinions) is the best ACL supporting fs for
> Linux?

the options are  (i think)
ext3 + patches from bestbits
ext2 + patches
xfs

xfs in my hands has been much more reliable and faster

brad


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



Re: [Samba] ACL support in Samba

2002-10-25 Thread Christopher Barry




On Thu, 2002-10-24 at 22:00, Jay Ts wrote:

cksoo wrote:
> 
> Now, I try to implement the ACL with similar to the ACL in windos 2000
> server. However, I failed to implement it until file level, can someone
> guide me to implement me.

1. You need to run Samba on a Unix system with a filesystem that
supports ACLs.

2. When compiling Samba, use the --with-acls option with configure:

# ./configure --with-acls

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


What (in hopefully many opinions) is the best ACL supporting fs for Linux?



Thanks,

Christopher




Re: [Samba] ACL support in Samba

2002-10-24 Thread Jay Ts
cksoo wrote:
> 
> Now, I try to implement the ACL with similar to the ACL in windos 2000
> server. However, I failed to implement it until file level, can someone
> guide me to implement me.

1. You need to run Samba on a Unix system with a filesystem that
supports ACLs.

2. When compiling Samba, use the --with-acls option with configure:

# ./configure --with-acls

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



[Samba] ACL support in Samba

2002-10-24 Thread cksoo
Hi,

I am new to samba server, I install it sucessfully and the smb server also
work well.

Now, I try to implement the ACL with similar to the ACL in windos 2000
server. However, I failed to implement it until file level, can someone
guide me to implement me.

regards,
cksoo


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