Back out of fancy with/end different processing
[hcoop/zz_old/domtool2-proto.git] / scripts / domtool-addacl
1 #!/bin/sh -e
2
3 domtool-admin grant $1 user $1
4 domtool-admin grant $1 path `sh -c "echo ~$1"`
5
6 # disabled since we want to discourage the use of unix groups
7 #domtool-admin grant $1 group $1