[Solaris] ACL's

Pagina: 1
Acties:

  • niq
  • Registratie: April 2001
  • Laatst online: 05-05 14:28

niq

Eet nooit gele sneeuw!

Topicstarter
Ik ben nu al een hele tijd bezig om ACL in te stellen op een Solaris server.
Maar om de een of andere manier krijg ik ze maar niet aan de praat.

Ik heb het geprobeert met de Howto op:
http://www.cise.ufl.edu/help/howto/acl.shtml
en
http://acl.bestbits.at

Maar als ik dan de volgende commando's geef werkt het niet:


server# ls -l
total 32
drwxr-xr-x 2 root other 117 May 23 12:08 dir
-rwxrwx--- 1 root root 49 May 23 10:36 file1
-rwxrwx--- 1 root root 0 May 23 10:36 file2
-rw-r--r-- 1 root other 0 May 23 11:42 foo
-rwxrwx--- 1 root root 0 May 23 10:36 scripts

server# getfacl file1

# file: file1
# owner: root
# group: root
user::rwx
group::rwx #effective:rwx
mask:rwx
other:---

server# setfacl -m g:aclgrp:7 file1
file1: failed to set acl entries
setacl error: Operation not applicable

server# setfacl -s g:aclgrp:7 file1
Missing user/group owner, other, mask entry
aclcnt 1, file file1

server# setfacl -s g::7 file1
Missing user/group owner, other, mask entry
aclcnt 1, file file1

server# setfacl -s g:aclgrp:rwx file1
Missing user/group owner, other, mask entry
aclcnt 1, file file1

server# setfacl -s u:rwx,g:rwx,o:r-x,m:rw-,d:u::rwx,d:g::rwx,d:o:r-x,d:m:rw- file1
Can't find colon delimiter rwx

server# setfacl -s u::rwx,g::rwx,o:r-x,m:rw-,d:u::rwx,d:g:aclgrp:rwx,d:o:r-x,d:m:rw- file1
Missing user/group owner, other, mask entry
aclcnt 8, file file1

server# setfacl -s u::rwx,g::rwx,o:r-x,m:rw- file1
file1: failed to set acl entries
setacl error: Operation not applicable

Kan iemand me op weg helpen, want zover ik het kan zien zou op zijn minst een van deze opdrachten moeten werken....

  • Onno
  • Registratie: Juni 1999
  • Niet online
Welke Solaris versie gebruik je? En op wat voor bestandssysteem staat file1?