search for: template_typ

Displaying 2 results from an estimated 2 matches for "template_typ".

Did you mean: template_type
2018 Apr 07
0
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
...then     echo "missing template or target"; echo $USAGE; exit 1; fi TEMPLATE=$1 TARGET=$2 # no self targets if [ $TEMPLATE == $TARGET ] then     echo "template & target cannot be the same!"; echo $USAGE; exit 1; fi # test template & target types test_type $TEMPLATE TEMPLATE_TYPE=$? test_type $TARGET TARGET_TYPE=$? # ensure template, target, recurse, and cores combinations are valid if [ $TEMPLATE_TYPE == 1 ] then     FIND_FLAG="d";     if [ $TARGET_TYPE == 2 ]     then         echo "template cannot be directory and target a file!"; echo $USAGE; e...
2018 Apr 06
2
Is it possible to clone an NT ACL from one file or dir to a totally different file or dir ?
On Sat, 2018-03-24 at 20:38 -0400, Ken McDonald via samba wrote: > > > By default, step 4 takes forever to run on large datasets because it > > uses named entities. My ultimate plan was to use the numeric > > user/group id's in that step instead of named ones so the Winbind cost > > is not incurred. Seems for the whole process, the calls to Winbind to > >