Displaying 20 results from an estimated 20 matches for "chacl".
2002 Aug 14
1
Changing ACLs
Hello,
I'd like to know if it's _possible_ to change access control lists on a
samba server (samba 2.2.3a, linux 2.4.19-xfs) using the tools MS windows
(NT, w2k) provides. I already can change them using chacl, setfacl on
the command line - this works without a problem. But the administrators
I have to work with have absolutely no experience in *ix, they'd like to
use their windows gui tools to change the permissions...
If it is possible, I still make a mistake. If not, I'll teach them how
to us...
2003 Jan 12
0
Allow group member to change permissions?
...bers of the
group specified by file perms to change permissions on the file or dir. Here
is the scenario:
dir & files are owned by user (id 10634 in this case)
group ownership is the nt group "domain admins" (id 10000)
drwxrwx--- 4 10634 10000 35 Sep 5 16:51 Test1
chacl shows the following additional acls:
[root@sgi student]# chacl -l Test1
Test1 [g::---,u:SHAWNIGAN+Test1:rwx,g:SHAWNIGAN+Domain
Admins:rwx,u::rwx,o::---,m::rwx/g::rw-
,u:SHAWNIGAN+Test1:rwx,g:SHAWNIGAN+Domain
Admins:rwx,u::rwx,o::---,m::rwx]
smb.conf has the following:
create mask = 2770
directo...
2003 Mar 26
1
Help! winbind idmap corrupt!
...e attempted upgrade to 2.2.8 continue.
On a production machine running 2.2.3, I backed out of the
2.2.8 upgrade due to winbind strangeness reported in earlier
post. Things *appeared* normal, until this morning, when I
noticed that an 'ls -l' no longer shows domain usernames, and
a 'chacl -l' also no longer shows names, only winbind ids.
Furthermore, comparing these ids to the output of 'getent
passwd' or 'getent group', it appears the idmap is totally
messed up. I have searched but not found any posts telling
how to rebuild this file -surely there must be a...
2001 Dec 18
1
Question about default ACL
...x,g::rw-,o::r--,m::rwx', . Under Linux box, try to create a file
named 'file_linux' under directory 'public', On Samba client (Win2K) try
to create a file named 'file_samba' under directory 'public'.=20
After that I try to list the ACLs for them, what I got were:
chacl -l file_samba=20
------- u::rwx,g::rw-,o::rw-,m::rwx
chacl -l file_linux=20
------- u::rwx,g::rw-,o::r--,m::rw- ( this is what we
expected though the mask ACL is changed to m::rw- not m::rwx )
It seems that mask ACL has no effect on creating file on samba client.
But I am wrong, re...
2003 May 12
0
File permissions confusion w/ACLs
Hi there,
I'm having a problem changing permissions on a file on an Active
Directory connected Samba server (using Samba 3.0 alpha 23 with ACL
support enabled) as the Administrator of the domain.
Here is the output of chacl for the file:
brndlog.txt
[u::rwx,u:Administrator:rwx,u:10008:rwx,u:stacey:rwx,g::r--,m::rwx,o::r-
-]
And ls -l:
-rwxrwxr--+ 1 stacey Hosting User Group 4925 04-29 10:59
brndlog.txt
The settings for the share are as follows:
-------- snip ---------
[userprofiles]
comment = User Profi...
2004 Sep 12
1
cannot add domain user to directory security on 3.0.6 from Windows Explorer
...s_denied error still appear.
[SHARES]
comment = Shared directory in Linux
path = /SHARES
browseable = yes
writeable = yes
valid users = @"Domain Users"
admin users = EmirF,@"Domain Admins"
the permissions of the folder:
# ls -ld /SHARES/ /SHARES/EmirF_create_tis_fldr/ ;\
> chacl -l /SHARES/ /SHARES/EmirF_create_tis_fldr/
drwxrwxrwt 6 EmirF Domain Users 4096 Sep 12
17:47 /SHARES/
drwxr-xr-x 2 EmirF Domain Users 4096 Sep 12
17:46 /SHARES/EmirF_create_tis_fldr/
/SHARES/ [u::rwx,g::rwx,o::rwx]
/SHARES/EmirF_create_tis_fldr/ [u::rwx,g::r-x,o::r-x]
#
I'v...
2005 Mar 31
1
Profiles permissions
Hi list,
Maybe this is a simple filesystem question.. but here it goes.
We have a samba-3.0.12 + LDAP domain, today a profile of mine got borked
it just stands there like it was loading but it freezes, I went to the
server and deleted the profile dir and on the workstation to start a new
one.
It worked as expected but now I see it was created with diferent perms
on 3.0.12
that with 3.0.10 ?
2004 Sep 03
0
ACL on 3.0.6 ADS
...rror "Unable to save
permission changes on SHARES on machine_name. Access
is denied".
Sub directory, failed with error "Unable to save
permission changes on folder_name. Access is denied".
3. Linux Command line
sub directory changes, success from command line
(using setfacl and chacl) but the changes is not
visible from windows explorer.
the acl setting changes from network is done using the
same account specified on smb.conf's [SHARES].
testparam return:
# testparm
Load smb config files from
/opt/samba-3.0.6/lib/smb.conf
Processing section "[homes]"
Processing...
2002 Aug 01
2
Samba and ACLs with XFS [WAS: Samba and RSBAC or LSM]
...=
need to upgrade to at least the XFS 1.1 release with the 2.4.18 kernel. (You =
may have to have the CVS version, I don't know for sure when the bug was =
fixed.) Hopefully they will have a XFS 1.2 release shortly after the 2.4.19 =
kernel is released.
Regardless:
You should have tools like chacl, getfacl, and setfacl. (I do with SuSE.) =
These allow you to set/check acls natively from Linux.
Then you should also have the libattr.so and libacl.so packages. SGI should =
have put them on the ISOs. These are required by Samba to access the ACL info. =
and must be on your system at Samba c...
2007 Jan 29
5
ACLs fail in 3.0.23d
Whenever I try to read or modify ACLs from my Windows 2000 PDC, my Samba
Domain Member Server (Security = ADS) does not allow setting ACLs, nor
does it display the existing ACLs.
- I have setup ACLs in my Kernel
- I have translated and installed libacl and libattr
- I can see and modify ACLs with getfacl and setfacl.
- I have translated Samba 3.0.23d with --with-acl-support=yes
- I have enabled
2018 Jan 10
1
guestmount fails after linux kernel update 01/10/2018
...2 d .. 040755 4096 0:0
390 - tempfile 100755 10416 0:0
339 - mkfs.btrfs 100755 265928 0:0
309 - dmesg 100755 60680 0:0
374 - sleep 100755 31408 0:0
400 - which 100755 946 0:0
277 - btrfs-find-root 100755 245368 0:0
298 - chacl 100755 14752 0:0
361 - ntfswipe 100755 47752 0:0
408 - zless 100755 2037 0:0
340 - mknod 100755 64496 0:0
348 - ntfs-3g 104755 142032 0:0
385 - systemd-notify 100755 35248 0:0
333 - loginctl 100755 453848 0:0
305 - date...
2014 Dec 11
2
Re: virt-df error, help
...:0
1119 - bunzip2 100755 31152 0:0
1217 - sync 100755 27200 0:0
1147 - egrep 100755 183696 0:0
1169 - loadkeys 100755 111432 0:0
1216 - stty 100755 68256 0:0
1232 - zcmp 100755 1779 0:0
1196 - ntfstruncate 100755 34856 0:0
1135 - chown 100755 60160 0:0
1162 - kmod 100755 154616 0:0
1132 - chacl 100755 14688 0:0
1126 - bzgrep 100755 3642 0:0
1202 - pwd 100755 31392 0:0
1195 - ntfsmove 100755 30824 0:0
1193 - ntfsls 100755 31928 0:0
1239 - zmore 100755 1912 0:0
1139 - dash 100755 121272 0:0
1150 - fgrep 100755 138352 0:0
1185 - ntfs-3g.usermap 100755 18432 0:0
12 d . 040755 4096 0:...
2003 Feb 23
6
Copying EAs and ACLs
Hello,
I am the guy behind the ext2/ext3 patches for Extended Attributes and ACLs,
and I've recently been asked about ACL support in rsync by Eric. Upon
investigating I found that you have an ACL patch against rsync-2.5.5 [1]. I
also found some other postings to rsync@lists.samba.org concerning rsync and
ACLs [3].
Are there any plans for finalizing an integrating that rsync ACL patch?
I
2018 Jan 15
2
but report
...100755 27280 0:0
316 - fuser 100755 36024 0:0
327 - less 100755 170728 0:0
367 - readlink 100755 39632 0:0
276 - btrfs-debug-tree 100755 249464 0:0
389 - tar 100755 383632 0:0
307 - df 100755 97912 0:0
298 - chacl 100755 14752 0:0
271 d . 040755 4096 0:0
320 - gunzip 100755 2301 0:0
391 - touch 100755 64432 0:0
359 - ntfsmove 100755 30824 0:0
283 l btrfsck 120777 5 0:0 -> \xc8
383 - systemd-inhibit 100755 281840 0:0...
2013 Nov 07
2
Kernel panic with virt-builder etc.
...120777 6 0:0 -> bzgrep
1165 - bzgrep 100755 3642 0:0
1166 - bzip2 100755 31152 0:0
1167 - bzip2recover 100755 10376 0:0
1168 l bzless 120777 6 0:0 -> bzmore
1169 - bzmore 100755 1297 0:0
1170 - cat 100755 47912 0:0
1171 - chacl 100755 14688 0:0
1172 - chgrp 100755 60176 0:0
1173 - chmod 100755 56048 0:0
1174 - chown 100755 60176 0:0
1175 - chvt 100755 10480 0:0
1176 - cp 100755 130312 0:0
1177 - cpio 100755 137272 0:0
1178 - dash...
2014 Dec 06
4
Re: virt-df error, help
Thanks again, but when I run the command "sudo update-guestfs-appliance"
the result is "unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/syslinux_3%3a4.05+dfsg-6+deb8u1_amd64.deb ...
unpacking /tmp/superminef3fb7da4d1971287149691a8361ae0d.tmp/sysv-rc_2.88dsf-41ubuntu6_all.deb ...
unpacking
2004 Jun 02
0
Re: samba Digest, Vol 18, Issue 3
...e the warnings from the make process:
smbd/chgpasswd.c: In function `chgpasswd':
smbd/chgpasswd.c:551: warning: passing arg 2 of `chat_with_program'
discards qualifiers from pointer target type
lib/sysacls.c: In function `sys_acl_set_file':
lib/sysacls.c:2929: warning: passing arg 1 of `chacl' discards qualifiers
from pointer target type
libsmb/clireadwrite.c: In function `cli_issue_read':
libsmb/clireadwrite.c:54: warning: right shift count >= width of type
libsmb/clireadwrite.c:54: warning: right shift count >= width of type
libsmb/clireadwrite.c:54: warning: right shift...
2004 Jun 02
0
SAMBA 3.0.4 on AIX 5.2 configure usability question?
...e the warnings from the make process:
smbd/chgpasswd.c: In function `chgpasswd':
smbd/chgpasswd.c:551: warning: passing arg 2 of `chat_with_program'
discards qualifiers from pointer target type
lib/sysacls.c: In function `sys_acl_set_file':
lib/sysacls.c:2929: warning: passing arg 1 of `chacl' discards qualifiers
from pointer target type
libsmb/clireadwrite.c: In function `cli_issue_read':
libsmb/clireadwrite.c:54: warning: right shift count >= width of type
libsmb/clireadwrite.c:54: warning: right shift count >= width of type
libsmb/clireadwrite.c:54: warning: right shift...
2003 Dec 01
0
No subject
...estions regarding Samba <samba.lists.samba.org>
List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
hello
I have XFS-1.0 patch on my 2.4.2 kernel.
Using chacl util i can change users ACLs
After it i try to ./configure --with-acl-support and make it.
But from Windows NT ws i can't do it (using Permissions tab)
and NT does not even see ACLs setting up from Linux :(
Return-Path: <mg-listas@netvisao.pt>
Delivered-To: samba@samba.org
Received: from...
2003 Dec 01
0
No subject
...mba-request@lists.samba.org?subject=unsubscribe>
List-Archive: http://lists.samba.org/pipermail/samba/
Hello!
I can't understand mapping between w2k acls and xfs acls.
For instance, I have following dir:
drwxrwx--- 10 dm common 111 i@L 2 12:55 DRIVERS
[root@p100 common]# chacl -l DRIVERS
DRIVERS
[u::rwx,g::r-x,o::---,u:dm:rwx,u:ska:rwx,g:common:r-x,m::rwx/u::rwx,g::r-x,o::---,u:dm:rwx,u:ska:rwx,g:common:r-x,m::rwx]
And I see following in advanced control setting in w2k:
Allow Evereone Take ownership This folder only
Allow dm(p100\dm) Full Contro...