NAME

lat-pptp - The lazy administrator\'s tool to (de)activate pptp access


DESCRIPTION

PPTP access is by default deactivated on Mitel's SME servers (5.x/6.x). Once activated in the server-manager pannel, you still need to grant or deny VPN access to individual users. With lat-pptp you can enable or disable VPN access on a per-user basis.

In SME 5.6 there is no functional equivalent for lat-pptp in the server-manager. In SME 6.0 you can find this setting under Collaboration/Users.

See /usr/doc/lazy-admin-tools/example.pptp for the format of the input file.


SYNOPSIS

lat-pptp -c ``user | pptpaccess''

lat-pptp -a -i /path/to/pptp.list


OPTIONS

The following options are supported:

-c ``Arguments'', --command-line=``Arguments''
Take arguments from the command line. See the 'Arguments' section below for the various arguments that are accepted.

-h, --help
Extended help for this tool

-i FILE, --input-file=FILE
Use the information from FILE to activaet pptp

Arguments:

   users*     : Must be an existing account on the server.
                Wildcards (* and ?) are accepted.
   pptpaccess : Either 'on' or 'off'. Default is 'off'.
   * mandatory field


EXAMPLES

lat-pptp -c ``harry | on''

Activates pptp for user 'harry'.

lat-pptp -c ``* | off''

Dectivates pptp for all users on the server.

lat-pptp -i /root/pptp.list

Sets pptp access for the users as defined in /root/pptp.list. Refer to /usr/doc/lazy-admin-tools/example.users for an example of an input file.


SEE ALSO

lat-group(8), lat-pseudonyms(8), lat-ibays(8), lat-quota(8), lat-domains(8), lat-hosts(8), lat-procmail(8), lat-pptp(8), lat-dump(8)


VERSION

Version 0.9.0 (2004-09-08). The latest version is hosted at http://www.contribs.org/contribs/mblotwijk/


COPYRIGHT

(c)2003-2004, Altiplano bvba (http://www.altiplano.be). Released under the terms of the GNU license.


BUGS

Please report bugs to <Bugs@Altiplano.Be>