diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-30 16:42:43 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2010-07-30 16:42:43 -0700 |
commit | 3b03c1c487149d602b43605556d1301060adad05 (patch) | |
tree | f8a13d3198abc0cb3f0dc5dac215b929e7b9d692 /scripts/show-users.pl | |
parent | 75d265c55a55ecb7dd9ec8b2189b36f6a7e358d8 (diff) | |
download | vyatta-op-3b03c1c487149d602b43605556d1301060adad05.tar.gz vyatta-op-3b03c1c487149d602b43605556d1301060adad05.zip |
new API changes
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 |