summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-radiusclientmod
Commit message (Collapse)AuthorAgeFilesLines
* Create ipa-radius-admintoolsKarl MacMillan2007-12-181-273/+0
|
* bug fixesJohn Dennis2007-11-271-1/+3
|
* checkpoint bug fixing and cleanup of command line radius toolsJohn Dennis2007-11-271-10/+9
|
* do a better job of handling attribute deletionJohn Dennis2007-11-271-44/+25
|
* checkpoint work to add attribute deletionJohn Dennis2007-11-271-84/+164
|
* add parse_items(), read_items_file()John Dennis2007-11-261-1/+1
| | | | move read_pairs_file() to ipautil
* remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-261-4/+3
|
* checkpoint radius client add,modify,find,del working, command line args ↵John Dennis2007-11-261-1/+1
| | | | handled correctly
* clean up attribute namesjdennis@VAIO2007-11-241-12/+12
| | | | clean up command line args in ipa-delradiusclient
* clean up radius client command line toolsJohn Dennis2007-11-231-60/+113
|
* Add radius profile implementations:John Dennis2007-11-211-31/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | get_radius_profile_by_uid add_radius_profile update_radius_profile delete_radius_profile find_radius_profiles Rewrite command line arg handling, now support pair entry, interactive mode with auto completion, reading pairs from a file, better handling of mandatory values, better help, long arg names now match attribute name in pairs Establish mappings for all attributes and names used in clients and profiles Add notion of containers to radius clients and profiles in LDAP Move common code, variables, constants, and strings into the files radius_client.py, radius_util.py, ipautil.py to eliminate redundant elements which could get out of sync if modified and to provide access to other code which might benefit from using these items in the future. Add utility functions: format_list() parse_key_value_pairs() Add utility class: AttributeValueCompleter Unify attribute usage in radius ldap schema
* radius client modify and delete workJohn Dennis2007-11-141-0/+129