Hello. On 3 Sep 2003 at 8:14, Jarabe wrote:
Date sent: Wed, 03 Sep 2003 08:14:06 -0600 Subject: Re: [Samba] acl To: [EMAIL PROTECTED] From: Jarabe <[EMAIL PROTECTED]> > I have the same problem. I did everything that bluelightning suggests > . Using the secuity tab in windows if I change the attributes on > people that are already there, namely root, everyone, or myself it > works. If I try to add a new user it fails saying: > > Unable to save permissions on file. > Access is denied. Is your Samba compiled with ACL? Does `ldd smbd` show libacl.so and libattr.so? The "configure" script has a known bug. At least in Debian you should manually add "- lattr" nearby each "-lacl"; without it the ACL support tests are always negative. Alexey > > I know acls work. I can use setfacl -m u:username:rw <file> and it > adds it just fine in a shell prompt. > > Anyone have any ideas or know what log file I should look through. > > Spencer > > > > WARNING: Unsanitized content follows. > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I'd check out Paul's unofficial howto at > > http://www.bluelightning.org/linux/samba_acl_howto > > Hope this helps. > > - -Tom > > Collen wrote: > | G'day just haveing some probs regarding the acl. > | > | I have installed the acl from bestbite at my linux box. > | in a bash shell it works fine, so no worry it's corrected installed > here... > | i can alter the acl's with setfacl & getfacl ... > | > | but after compiling --with-acl-support it doesn;'t pop up in a > wind*s box. > | at the security tab of file prem. it still shows 1usr/1grp/world > | I already added groups and users to the acl, but the latest version > | doesn't shows it. > | even adding a user or group gives an error back ..? > | > | What's up with the acl support? gues i do something wrong here.! > | (i was hard to find anny resources about in on the net) > | > | It's acting as a PDC file server. > | i defined the domain groups, and the rest look's to work fine > (little > | slow here and there..) > | do i need special parameters in the smb.conf or so ? > | > | L8r.. > | > | Collen > | > | > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE/VYXQRliD/69byygRAiKEAJ9QDJ5Ewbe8Xi+RcXuiXHF32sXRswCfcYeI > WVhAjfbd/pqmMU29k/xyRO0= > =m8wm > -----END PGP SIGNATURE----- > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
