March 19, 2024, 08:26:11 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: delete a user from ACL's list  (Read 8597 times)

Offline sravanth.svk

  • Linux Noob !
  • *
  • Posts: 13
delete a user from ACL's list
« on: June 01, 2006, 02:11:55 PM »
hi every one
can any one tell me how to delete a user
who is having access to the a directory for which
acl's r implemented

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
delete a user from ACL's list
« Reply #1 on: June 02, 2006, 05:58:50 AM »
can you tell me what type of acl.. is it about samba or something ?

Offline sravanth.svk

  • Linux Noob !
  • *
  • Posts: 13
delete a user from ACL's list
« Reply #2 on: June 02, 2006, 04:07:58 PM »
these are the acl for the parent directory

# file: stssvk
# owner: root
# group: root
user::rwx
user:vsreedhara:rwx
group::rwx
mask::rwx
other::rwx

and this is the subdirectory with the acl's and users

# file: stssvk/sts/QA_Work_Area
# owner: root
# group: root
user::rwx
user:sarni:rwx
user:cdulla:rwx
user:mkoduru:rwx
user:pikkurthi:rwx
user:ssubedar:rwx
user:sthipparapu:rwx
user:kravutula:rwx
user:sdasari:rwx
user:vkoya:rwx
user:falcon:rwx
user:sduggepogu:rwx
user:vsreedhara:rwx
user:vkalva:rwx
group::rwx
group:QATeam:rwx
group:supportteam:rwx
mask::rwx
other::rwx
default:user::rwx
default:user:rkonda:rwx
default:group::rwx
default:group:rkonda:rwx
default:group:QATeam:rwx
default:mask::rwx
default:other::rwx


i want to deleate any one user for this list

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
delete a user from ACL's list
« Reply #3 on: June 05, 2006, 06:39:39 PM »
Actually Your question is not so clear ,
What do u mean by acl in ur post?? Is that related to acl in squid ??

Can u explain  more and just elobrate...it please




Gaurav

Offline sravanth.svk

  • Linux Noob !
  • *
  • Posts: 13
hi
« Reply #4 on: June 08, 2006, 01:16:47 PM »
it is not related to squid
acl : access control lists implemented on a mounted partion which is being shared by samba

i think this will clear ur doubts

her my previous admin has imlemented acl's on the samba share

thank u in advance

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
delete a user from ACL's list
« Reply #5 on: June 08, 2006, 07:23:36 PM »
U can remove that users entries  from  that file..

Gaurav

Offline naresh

  • Linux Noob !
  • *
  • Posts: 5
Re: delete a user from ACL's list
« Reply #6 on: August 29, 2011, 01:03:58 PM »
Hi naresh here,
You can simply remove that user's entry by using a command setfacl -d acl_entry filename
Use the above command and it will be get done.