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-addradiusclient | |
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-addradiusclient')
-rw-r--r-- | ipa-admintools/ipa-addradiusclient | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-addradiusclient b/ipa-admintools/ipa-addradiusclient index 60473853..1db571a7 100644 --- a/ipa-admintools/ipa-addradiusclient +++ b/ipa-admintools/ipa-addradiusclient @@ -115,7 +115,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) |