summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-addradiusprofile
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2007-11-26 23:11:49 -0500
committerJohn Dennis <jdennis@redhat.com>2007-11-26 23:11:49 -0500
commit78b5987101c3d489c8397da05546d72e24aeea4c (patch)
tree114e96d43170c4f4c2139c44084615f099625b6a /ipa-admintools/ipa-addradiusprofile
parentc5a43a01686ae23e5381bc3b3f4c590774b865f8 (diff)
downloadfreeipa-78b5987101c3d489c8397da05546d72e24aeea4c.tar.gz
freeipa-78b5987101c3d489c8397da05546d72e24aeea4c.tar.xz
freeipa-78b5987101c3d489c8397da05546d72e24aeea4c.zip
add parse_items(), read_items_file()
move read_pairs_file() to ipautil
Diffstat (limited to 'ipa-admintools/ipa-addradiusprofile')
-rw-r--r--ipa-admintools/ipa-addradiusprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-addradiusprofile b/ipa-admintools/ipa-addradiusprofile
index 5f44d9ff4..8e097c387 100644
--- a/ipa-admintools/ipa-addradiusprofile
+++ b/ipa-admintools/ipa-addradiusprofile
@@ -86,7 +86,7 @@ def main():
# Get pairs from a file or stdin
if options.pair_file:
try:
- av = radius_util.read_pairs_file(options.pair_file)
+ av = ipautil.read_pairs_file(options.pair_file)
pairs.update(av)
except Exception, e:
print "ERROR, could not read pairs (%s)" % (e)