Index: tac_lite.module =================================================================== --- tac_lite.module (revision 6429) +++ tac_lite.module (working copy) @@ -384,6 +384,10 @@ $grant = array( 'realm' => $config['realm'], 'gid' => $tid, // use term id as grant id + 'grant_view' => FALSE, + 'grant_update' => FALSE, + 'grant_delete' => FALSE, + 'priority' => 0, ); foreach ($config['perms'] as $perm) { $grant[$perm] = TRUE;