summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-03-12 13:04:15 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-03-12 13:04:15 -0400
commit2a6b394227c4044a1a1e950c16cd81b0299ccffe (patch)
treee9e1eb560f18aecacf7bbebd78c0c2b4c17b35ba /scripts
parent291f6c8af695f24d13e222fb0d35eeb659a66098 (diff)
downloadthird_party-cobbler-2a6b394227c4044a1a1e950c16cd81b0299ccffe.tar.gz
third_party-cobbler-2a6b394227c4044a1a1e950c16cd81b0299ccffe.tar.xz
third_party-cobbler-2a6b394227c4044a1a1e950c16cd81b0299ccffe.zip
Fix bug in module loader to allow non-serializer modules to be loaded
using /etc/cobbler/modules.conf
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cobbler_auth_help2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cobbler_auth_help b/scripts/cobbler_auth_help
index 8842d59..198e95b 100644
--- a/scripts/cobbler_auth_help
+++ b/scripts/cobbler_auth_help
@@ -30,7 +30,7 @@ my $method;
my $username;
my $realm;
my $password;
-my $verbose=0;
+my $verbose=1;
my $result = GetOptions(
"method=s" => \$method,