Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

managegroups.py is a script for remotely managing VCL user groups. It uses VCL's XML RPC API to provide an easy command line driven way of doing group management.

NOTE: This script does not work with python 2.7. It relies on the xmlrpclib module which changed from 2.6 to 2.7 in a way that broke the script. You need to use python 2.6 for it to workrequires python 3.x.

Download information

managegroups.py is not included in any official releases. You can download it from our subversion repository.

...