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

VUser::Google::Apps - VUser extension for managing Google Apps for your domain

DESCRIPTION

VUser::Google::Apps integrates Google Apps for your Domain in vuser for simple integration with other systems.

Currently on version 2.0 of the Google Apps API is supported.

SAMPLE CONFIGURATION

[vuser]
extensions = Google::Apps

[Extension Google::Apps]
# Connect Google::Apps to the email keyword and actions.
# This allows you to use the standard vuser email keyword actions
# to manage accounts. This requires that VUser::Email be installed.
use email keyword = yes

# The default domain. If this is not set, you must use the --domain
# option when running vuser.
default domain = example.com

# The name of the user that vuser will use to manage your domain.
# The is user must have administration priviledges.
#
# You should not need set 'domain admin' or 'admin password', below,
# if you are using the 'multi-domain configuration' file below. 
domain admin = vuser

# The admin user's (above) password
admin password = supersecret

# You can use vuser to manage multiple Google Apps domains by uncommenting
# the 'multi-domain configuration' option. The file is an INI file (just
# like this one). Domain names are section headings and must have the
# options 'domain admin' and 'admin password' set. For example:
#
# [domain1.com]
# domain admin = admin
# admin password = password
#
# [domain2.com]
# domain admin = vuser
# admin password = password
#
# multi-domain configuration = /etc/vuser/google-apps.ini

AUTHOR

Randy Smith <perlstalker@vuser.org>

LICENSE

This file is part of VUser-Google-Apps.

VUser-Google-Apps is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

VUser-Google-Apps is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with VUser-Google-Apps; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA