diff options
Diffstat (limited to 'scripts/show-users.pl')
-rwxr-xr-x | scripts/show-users.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/show-users.pl b/scripts/show-users.pl index 8bd0825..321fbcb 100755 --- a/scripts/show-users.pl +++ b/scripts/show-users.pl @@ -61,7 +61,6 @@ $filter |= VYATTA|OTHER if ($filter == 0); # Read list of Vyatta users my $cfg = new Vyatta::Config; $cfg->setLevel('system login user'); -$cfg->{_active_dir_base} = '/opt/vyatta/config/active/'; my %vuser = map { $_ => 1 } $cfg->listOrigNodes(); # Setup to access lastlog |