The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

bin/templateadmin.pl - template editor ACL manager

SYNOPSIS

  bin/templateadmin.pl [-h handle] [-o operation] [-u user]

DESCRIPTION

This program provides a mechanism for adding users to and removing users from the access control lists used by the ROADS template editor. The access control lists (if present) control which users are allowed to update the nominated templates.

OPTIONS

-h handle

This is the handle to be operated on.

-o operation

This is the operation to be carried out, one of

  ADD - add user to the ACL for this template
  DELETE - delete user from the ACL for this template
  LIST - list ACL for this template
-u user

The user name to add or delete from the ACL for this template.

FILES

config/template_users - DB(M) database of template ACLs.

SEE ALSO

"tempuserauth.pl" in admin-cgi, "mktemp.pl" in admin-cgi

COPYRIGHT

Copyright (c) 1988, Martin Hamilton <martinh@gnu.org> and Jon Knight <jon@net.lut.ac.uk>. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

It was developed by the Department of Computer Studies at Loughborough University of Technology, as part of the ROADS project. ROADS is funded under the UK Electronic Libraries Programme (eLib), the European Commission Telematics for Research Programme, and the TERENA development programme.

AUTHOR

Jon Knight <jon@net.lut.ac.uk>