summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-12-06 10:39:05 -0500
committerMichael DeHaan <mdehaan@redhat.com>2007-12-06 10:39:05 -0500
commit35a0320e643c79aa2380a00e3fdd4bf460d3f1ff (patch)
tree6f5d30b7a4a85522076fd3d39a2c5cffcb3c42ea /scripts
parent0805e18d1e4077605b382acb9322996a90782c4d (diff)
downloadthird_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.tar.gz
third_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.tar.xz
third_party-cobbler-35a0320e643c79aa2380a00e3fdd4bf460d3f1ff.zip
Disable RPM AutoReq to avoid slurping in an unpackaged Perl module that we only
use when the kerberos auth type is engaged.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cobbler_auth_help1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cobbler_auth_help b/scripts/cobbler_auth_help
index 12a38b0..8842d59 100644
--- a/scripts/cobbler_auth_help
+++ b/scripts/cobbler_auth_help
@@ -22,6 +22,7 @@
use warnings;
use strict;
+
use Authen::Simple::Kerberos;
use Getopt::Long;