HomeSort by relevance Sort by last modified time
    Searched refs:user (Results 1 - 25 of 383) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /test/stcnv/usr/src/suites/fs/cifs-client/config/
smb.conf-user 26 # ident "@(#)smb.conf-user 1.3 09/05/21 SMI"
29 [sample-user]
30 comment = sample-user's directory
31 path = /export/smbfs/sample-user
32 valid users = sample-user
  /test/ontest-stc2/src/suites/zfs/tests/functional/delegate/
delegate_common.kshlib 32 # Cleanup exist user/group.
68 # Verify the specified user have permission on the dataset
87 typeset user
88 for user in $@; do
93 check_fs_perm $user $perm $dtst
96 check_vol_perm $user $perm $dtst
101 log_note "Fail: $user should have $perm " \
112 # Verify the specified user have no permission on the dataset
131 typeset user
132 for user in $@; d
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/delegate/
delegate_common.kshlib 32 # Cleanup exist user/group.
68 # Verify the specified user have permission on the dataset
87 typeset user
88 for user in $@; do
93 check_fs_perm $user $perm $dtst
96 check_vol_perm $user $perm $dtst
101 log_note "Fail: $user should have $perm " \
112 # Verify the specified user have no permission on the dataset
131 typeset user
132 for user in $@; d
    [all...]
  /test/ohacts/src/tset/geo/scripts/
remove_auths_profiles_from_user.ksh 33 # ...remove auths/profiles list from user. including any profile list if any.
44 user=$1
50 sed "s/^$user.*$/$user::::type=normal/" $user_attr > $tmp_file
add_profile_to_user.ksh 48 user=$1
53 line=`grep $user $user_attr`
57 echo "$user::::type=normal" >> $user_attr
60 user_has_profs=`grep $user $user_attr | grep profiles`
61 line=`grep $user $user_attr`
65 # add profiles statement to user
66 sed "s/^$user.*$/&;profiles=$prof/" $user_attr > $tmp_file
75 user_has_the_prof=`grep $user $user_attr | grep "$prof"`
79 sed "s/^$user.*$/&,$prof/" $user_attr >$tmp_file
  /test/ontest-stc2/src/suites/zfs/tests/functional/acl/cifs/
cifs_attr_003_pos.ksh 52 # letting a user/application set them.
68 # 1. Loop super user and non-super user to run the test case.
210 # $2: Execute user
216 typeset user=$2
220 verify_expect $expect $CHG_USR_EXEC $user \
222 verify_expect $expect $CHG_USR_EXEC $user \
231 # $2: Execute user
237 typeset user=$2
241 verify_expect $expect $CHG_USR_EXEC $user \
    [all...]
cifs_attr_001_pos.ksh 40 # Verify the user with write_attributes permission or
45 # 1. Loop super user and non-super user to run the test case.
47 # 3. Grant user has write_attributes permission or
86 typeset user=$3
93 if [[ -n $user ]]; then
94 $RUNWATTR -u $user "$CHMOD S+c${attr} $object"
115 typeset user=$3
122 if [[ -n $user ]]; then
123 $RUNWATTR -u $user "$CHMOD S-c${attr} $object
    [all...]
cifs_attr_002_pos.ksh 40 # Verify the user with PRIV_FILE_FLAG_SET/PRIV_FILE_FLAG_CLEAR
45 # 1. Loop super user and non-super user to run the test case.
47 # 3. Grant user has PRIV_FILE_FLAG_SET/PRIV_FILE_FLAG_CLEAR separately.
89 typeset user=$3
103 if [[ -n $user ]]; then
104 $RUNWATTR -u $user -p =basic${priv_mod} \
126 typeset user=$3
140 if [[ -n $user ]]; then
141 $RUNWATTR -u $user -p =basic${priv_mod}
    [all...]
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/acl/cifs/
cifs_attr_003_pos.ksh 52 # letting a user/application set them.
68 # 1. Loop super user and non-super user to run the test case.
210 # $2: Execute user
216 typeset user=$2
220 verify_expect $expect $CHG_USR_EXEC $user \
222 verify_expect $expect $CHG_USR_EXEC $user \
231 # $2: Execute user
237 typeset user=$2
241 verify_expect $expect $CHG_USR_EXEC $user \
    [all...]
cifs_attr_001_pos.ksh 40 # Verify the user with write_attributes permission or
45 # 1. Loop super user and non-super user to run the test case.
47 # 3. Grant user has write_attributes permission or
86 typeset user=$3
93 if [[ -n $user ]]; then
94 $RUNWATTR -u $user "$CHMOD S+c${attr} $object"
115 typeset user=$3
122 if [[ -n $user ]]; then
123 $RUNWATTR -u $user "$CHMOD S-c${attr} $object
    [all...]
cifs_attr_002_pos.ksh 40 # Verify the user with PRIV_FILE_FLAG_SET/PRIV_FILE_FLAG_CLEAR
45 # 1. Loop super user and non-super user to run the test case.
47 # 3. Grant user has PRIV_FILE_FLAG_SET/PRIV_FILE_FLAG_CLEAR separately.
89 typeset user=$3
103 if [[ -n $user ]]; then
104 $RUNWATTR -u $user -p =basic${priv_mod} \
126 typeset user=$3
140 if [[ -n $user ]]; then
141 $RUNWATTR -u $user -p =basic${priv_mod}
    [all...]
  /test/ohacts/src/tset/geo/include/
geo_rbac_test.h 48 extern int add_profile_to_user(char *user, char *profile);
49 extern int remove_auths_profiles_from_user(char *user);
  /test/ohacts/src/faultserver/scripts/
update_archive.ksh 32 user=`/usr/bin/id | awk -F"(" '{print $2}' | awk -F")" '{print $1}'`
33 if [[ $user != "root" ]]
35 print "$0 must be run as user root"
  /test/ohacts/src/tset/scripts/
update_archive.ksh 38 user=`/usr/bin/id | awk -F"(" '{print $2}' | awk -F")" '{print $1}'`
39 if [[ $user != "root" ]]
41 print "$0 must be run as user root"
  /test/stcnv/usr/src/suites/nfs/nfsgen/tests/acl/
unconfigure.ksh 37 # Remove the user principals if it's krb5 testing
39 for user in $ACL_ADMIN $ACL_STAFF1 $ACL_STAFF2; do
40 RUN_CHECK ${KRB5TOOLS_HOME}/bin/princadm -c -p $user
45 for user in $ACL_ADMIN $ACL_STAFF1 $ACL_STAFF2; do
46 RUN_CHECK del_user $user $SERVER
  /test/stcnv/usr/src/suites/storage/comstar/tests/itadm/create_initiator/data/
tp_itadm_create_initiator_data_001.ksh 86 itadm_create POS initiator -u chap-user "${IQN_INITIATOR}"
87 itadm_create NEG initiator -u chap-user "${IQN_INITIATOR}"
  /test/ontest-stc2/src/suites/zfs/tests/functional/delegate/zfs_allow/
zfs_allow_005_pos.ksh 47 # $ROOT_TESTFS/$user.
80 for user in $EVERYONE; do
81 childfs=$ROOT_TESTFS/$user
83 user_run $user $ZFS create $childfs
89 if [[ $other == $user ]]; then
90 log_must verify_perm $childfs $perms $user
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/delegate/zfs_allow/
zfs_allow_005_pos.ksh 47 # $ROOT_TESTFS/$user.
84 for user in $EVERYONE; do
85 childfs=$ROOT_TESTFS/$user
87 user_run $user $ZFS create $childfs
93 if [[ $other == $user ]]; then
94 log_must verify_perm $childfs $perms $user
  /test/ontest-stc2/src/suites/zfs/tests/functional/privilege/
privilege.cfg 43 if [ -f /tmp/zfs-privs-test-user.txt ]; then
44 ZFS_USER=$($CAT /tmp/zfs-privs-test-user.txt)
  /test/ontest-stc2/src/suites/zfs/tests/functional/xattr/
xattr.cfg 44 if [ -f /tmp/zfs-xattr-test-user.txt ]
46 ZFS_USER=$($CAT /tmp/zfs-xattr-test-user.txt)
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/privilege/
privilege.cfg 43 if [ -f /tmp/zfs-privs-test-user.txt ]; then
44 ZFS_USER=$($CAT /tmp/zfs-privs-test-user.txt)
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/xattr/
xattr.cfg 44 if [ -f /tmp/zfs-xattr-test-user.txt ]
46 ZFS_USER=$($CAT /tmp/zfs-xattr-test-user.txt)
  /test/stcnv/usr/src/suites/fs/zfs/tests/functional/userquota/
userquota_006_pos.ksh 37 # Check the invalid parameter of zfs get user|group quota
41 # 1. check the invalid zfs get user|group quota to fs
42 # 2. check the valid zfs get user|group quota to snapshots
68 log_assert "Check the invalid parameter of zfs get user|group quota"
74 for user in "${no_users[@]}"; do
75 log_mustnot eval "$ID $user >/dev/null 2>&1"
76 log_must eval "$ZFS get userquota@$user $QFS >/dev/null 2>&1"
77 log_must eval "$ZFS get userquota@$user $snap_fs >/dev/null 2>&1"
87 log_pass "Check the invalid parameter of zfs get user|group quota pass as expect"
  /test/ontest-stc1/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/uidmapping/
uidmapping_pos03.ksh 32 # groups, the first group are using chown/chgrp/ls to change user/group
37 # {c} - change owner to normal user(uucp) and verify it
39 # {e} - change user and group at the same time and verify them
40 # {f} - change owner to user id unknown to both client and server
42 # {h} - change owner to user which has different ids on client and server
43 # {i} - change owner to user known only to server
48 # {j} - add acl entry for root user and verify it
50 # {l} - add acl entry for normal user(uucp) and verify it
52 # {n} - add acl entries for normal user and group at the same time
54 # {o} - add acl entry for user id unknown to both client and serve
    [all...]
  /test/stcnv/usr/src/suites/nfs/nfsv4/tests/other_tests/uidmapping/
uidmapping_pos03.ksh 32 # groups, the first group are using chown/chgrp/ls to change user/group
37 # {c} - change owner to normal user(uucp) and verify it
39 # {e} - change user and group at the same time and verify them
40 # {f} - change owner to user id unknown to both client and server
42 # {h} - change owner to user which has different ids on client and server
43 # {i} - change owner to user known only to server
48 # {j} - add acl entry for root user and verify it
50 # {l} - add acl entry for normal user(uucp) and verify it
52 # {n} - add acl entries for normal user and group at the same time
54 # {o} - add acl entry for user id unknown to both client and serve
    [all...]

Completed in 3419 milliseconds

1 2 3 4 5 6 7 8 91011>>