From: ivan Date: Wed, 3 Sep 2003 13:18:54 +0000 (+0000) Subject: openbsd also uses sane useradd/mod/del commands X-Git-Tag: freeside_1_4_2beta1~547 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=56adbba6e87bb6a4daa763da39a8055824d7b867;p=freeside.git openbsd also uses sane useradd/mod/del commands --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index f14079473..65092bb29 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -853,7 +853,7 @@ tie my %forward_shellcommands_options, 'Tie::IxHash', 'desc' => 'Real-time export via remote SSH (i.e. useradd, userdel, etc.)', 'options' => \%shellcommands_options, 'nodomain' => 'Y', - 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.

Use these buttons for some useful presets:The following variables are available for interpolation (prefixed with new_ or old_ for replace operations): ', + 'notes' => 'Run remote commands via SSH. Usernames are considered unique (also see shellcommands_withdomain). You probably want this if the commands you are running will not accept a domain as a parameter. You will need to setup SSH for unattended operation.

Use these buttons for some useful presets:The following variables are available for interpolation (prefixed with new_ or old_ for replace operations): ', }, 'shellcommands_withdomain' => {