diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/part_export/shellcommands.pm | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/FS/FS/part_export/shellcommands.pm b/FS/FS/part_export/shellcommands.pm index ca04e3869..646c5ff71 100644 --- a/FS/FS/part_export/shellcommands.pm +++ b/FS/FS/part_export/shellcommands.pm @@ -38,7 +38,7 @@ tie my %options, 'Tie::IxHash',                         type =>'textarea',                         default=>'',                       }, -  'usermod_pwonly' => { label=>'Disallow username, domain, uid, gid, dir and RADIUS group changes', +  'usermod_pwonly' => { label=>'Disallow username, domain, uid, gid, and dir changes', #and RADIUS group changes',                          type =>'checkbox',                        },    'usermod_nousername' => { label=>'Disallow just username changes', @@ -292,10 +292,10 @@ sub _export_replace {      if ( $old_dir ne $new_dir ) {        $error ||= "can't change dir";      } -    if ( join("\n", sort @old_radius_groups) ne -         join("\n", sort @new_radius_groups)    ) { -      $error ||= "can't change RADIUS groups"; -    } +    #if ( join("\n", sort @old_radius_groups) ne +    #     join("\n", sort @new_radius_groups)    ) { +    #  $error ||= "can't change RADIUS groups"; +    #}    }    return $error. ' ('. $self->exporttype. ' to '. $self->machine. ')'      if $error; | 
