Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add radius profile implementations: | John Dennis | 2007-11-21 | 1 | -51/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | ipa-addradiusclient now working | John Dennis | 2007-11-13 | 1 | -2/+4 |
| | |||||
* | checkpoint radius client work | John Dennis | 2007-11-13 | 1 | -0/+15 |
|\ | |||||
| * | remove offensive use of rpm | John Dennis | 2007-11-06 | 1 | -7/+23 |
| | | | | | | | | add the radiusprofile to the list of objectclasses used when creating a user | ||||
* | | radius now does kerberos auth, reads client entries from LDAP | John Dennis | 2007-11-10 | 1 | -2/+5 |
| | | |||||
* | | remove offensive use of rpm | John Dennis | 2007-11-06 | 1 | -7/+23 |
|/ | | | | add the radiusprofile to the list of objectclasses used when creating a user | ||||
* | Introduce service base class and clean up ipa-server-install | Karl MacMillan | 2007-11-05 | 1 | -10/+11 |
| | | | | | | | | | | | | 1) Add a base class for all of the instance objects. 2) Normalize usage of logging. 3) General cleanups of ipa-server-install. 4) Make better use of httpinstance. 5) Add webguiinstance. 6) Improve progress reporting during installation. Works Here (TM), but it would be nice to get someone else to test since this moves code around a bit. | ||||
* | merge initial radius work | John Dennis | 2007-11-03 | 1 | -0/+168 |