summaryrefslogtreecommitdiffstats
path: root/ipa-python/radius_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Change user and group validators to match shadow-utilsRob Crittenden2008-08-071-1/+1
| | | | | | | | This sets the regex to [a-zA-Z0-9_.][a-zA-Z0-9_.-]{0,30}[a-zA-Z0-9_.$-]? Also change the validators to return True/False 450613, 457124
* Merge.Karl MacMillan2007-12-181-1/+1
|\
| * Move radius server components into a separate package.Karl MacMillan2007-12-121-1/+1
| |
* | Cleanup from radius merge.Karl MacMillan2007-12-111-1/+1
|/
* change location of radius data in ldap fromJohn Dennis2007-11-301-2/+2
| | | | | | cn=radius,cn=services,cn=etc to cn=radius
* add parse_items(), read_items_file()John Dennis2007-11-261-15/+0
| | | | move read_pairs_file() to ipautil
* add command line utilites for radius profilesJohn Dennis2007-11-261-2/+3
|
* remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-261-1/+147
|
* clean up attribute namesjdennis@VAIO2007-11-241-6/+9
| | | | clean up command line args in ipa-delradiusclient
* Add radius profile implementations:John Dennis2007-11-211-0/+231
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