summaryrefslogtreecommitdiff
path: root/051
diff options
context:
space:
mode:
authorTim Shimmin <tes@sgi.com>2001-08-24 05:51:02 +0000
committerTim Shimmin <tes@sgi.com>2001-08-24 05:51:02 +0000
commit7baa9d88d57a6bd3edc2d22001a2b4bef66ac22c (patch)
tree06bacf7d59a2646aa1ed09491b2d10a78ce2c8fb /051
parentbf83af9f61f4127f5ed86cc73f9e4ec5d98c2ae8 (diff)
Test out the new acl text error msgs.
Diffstat (limited to '051')
-rwxr-xr-x05121
1 files changed, 21 insertions, 0 deletions
diff --git a/051 b/051
index 82d88095..106641ca 100755
--- a/051
+++ b/051
@@ -324,6 +324,27 @@ find root -print | xargs chacl -l
#-------------------------------------------------------
+echo ""
+echo "=== Test out error messages for ACL text parsing ==="
+
+touch file1
+set -x
+chacl u file1
+chacl u: file1
+chacl u:rumpledumpleunknownuser file1
+chacl u:rumpledumpleunknownuser: file1
+chacl g:rumpledumpleunknowngrp file1
+chacl g:rumpledumpleunknowngrp: file1
+chacl o:user1:rwx file1
+chacl m:user1:rwx file1
+chacl a::rwx file1
+set +x
+
+
+
+
+#-------------------------------------------------------
+
# success, all done
status=0
exit