diff options
author | John Dennis <jdennis@redhat.com> | 2007-11-27 21:55:06 -0500 |
---|---|---|
committer | John Dennis <jdennis@redhat.com> | 2007-11-27 21:55:06 -0500 |
commit | f73bd4e27ef6d048b47ebe5ba2b058ba704738dd (patch) | |
tree | 44498e4a4af6e1ffebe253577ae5cb7728b2d934 /ipa-admintools/ipa-addradiusprofile | |
parent | 3fb9a813399cd4948e1370b36014022e1f598816 (diff) | |
download | freeipa.git-f73bd4e27ef6d048b47ebe5ba2b058ba704738dd.tar.gz freeipa.git-f73bd4e27ef6d048b47ebe5ba2b058ba704738dd.tar.xz freeipa.git-f73bd4e27ef6d048b47ebe5ba2b058ba704738dd.zip |
bug fixes
Diffstat (limited to 'ipa-admintools/ipa-addradiusprofile')
-rw-r--r-- | ipa-admintools/ipa-addradiusprofile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-addradiusprofile b/ipa-admintools/ipa-addradiusprofile index 0872437f..519bf495 100644 --- a/ipa-admintools/ipa-addradiusprofile +++ b/ipa-admintools/ipa-addradiusprofile @@ -106,7 +106,7 @@ def main(): if options.interactive: # Prompt first for mandatory attributes which have not been previously specified prompted_mandatory_attrs = [] - existing_attrs = pairs.keys(): + existing_attrs = pairs.keys() for attr in mandatory_radius_attrs: if not attr in existing_attrs: prompted_mandatory_attrs.append(attr) |