summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make the old entry option in update_*, check for empty parameters andRob Crittenden2007-12-114-92/+233
| | | | fix some problems reported by pychecker.
* Change from "Common Name" to "Full Name"Rob Crittenden2007-12-111-2/+2
|
* Enable searching for multiple things at onceRob Crittenden2007-12-111-1/+1
|
* merge with upstreamSimo Sorce2007-12-1135-338/+3136
|\
| * Make sure we don't keep around old keys.Simo Sorce2007-12-111-0/+5
| | | | | | | | | | Fixes problem changing passwords seen only on servers where re-installations where performed (and old secrets piled up)
| * Make admintools discover the domain using DNS calls to find the LDAP server.Simo Sorce2007-12-111-5/+51
| |
| * Add simple UI for command-line programs to be able to select whenRob Crittenden2007-12-105-28/+176
| | | | | | | | multiple entries are returned.
| * Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.confRob Crittenden2007-12-112-10/+10
| |
| * Prompt user before downloading a keytab that this will create a new secret,Rob Crittenden2007-12-061-1/+9
| | | | | | | | breaking any existing keytabs for that principal.
| * Use more common names for first and last name labelsRob Crittenden2007-12-101-2/+2
| |
| * Import correct httpinstance.pyKarl MacMillan2007-12-111-3/+6
| |
| * Commit corrected certs.pyKarl MacMillan2007-12-111-28/+49
| |
| * Convert the setup of ssl from a shell script to aKarl MacMillan2007-12-067-229/+245
| | | | | | | | | | python module. This is in preparation for user supplied certs.
| * Merge.Karl MacMillan2007-12-1117-98/+125
| |\
| * \ Merge.Karl MacMillan2007-12-1144-157/+1024
| |\ \
| * \ \ mergeJohn Dennis2007-12-0445-135/+370
| |\ \ \
| * | | | change location of radius data in ldap fromJohn Dennis2007-11-302-12/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cn=radius,cn=services,cn=etc to cn=radius
| * | | | fix merge errorJohn Dennis2007-11-292-46/+0
| | | | |
| * | | | add user profile command line arg to all radiusJohn Dennis2007-11-284-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | profile command line tools to select between shared and per user profiles modify AttributeValueCompleter so default values prefer previously entered values in editing session
| * | | | merged radius work with latest mainline tipJohn Dennis2007-11-28100-1037/+5573
| |\ \ \ \
| * | | | | fix regular expression used in parse_key_value_pairs()John Dennis2007-11-271-1/+1
| | | | | |
| * | | | | bug fixesJohn Dennis2007-11-274-14/+11
| | | | | |
| * | | | | checkpoint bug fixing and cleanup of command line radius toolsJohn Dennis2007-11-274-124/+185
| | | | | |
| * | | | | do a better job of handling attribute deletionJohn Dennis2007-11-273-73/+53
| | | | | |
| * | | | | checkpoint work to add attribute deletionJohn Dennis2007-11-271-84/+164
| | | | | |
| * | | | | add parse_items(), read_items_file()John Dennis2007-11-266-20/+37
| | | | | | | | | | | | | | | | | | | | | | | | move read_pairs_file() to ipautil
| * | | | | add ItemCompleter classJohn Dennis2007-11-261-1/+101
| | | | | |
| * | | | | add command line utilites for radius profilesJohn Dennis2007-11-269-13/+693
| | | | | |
| * | | | | remove radius_client.py, move contents to radius_util.pyJohn Dennis2007-11-267-178/+155
| | | | | |
| * | | | | checkpoint radius client add,modify,find,del working, command line args ↵John Dennis2007-11-263-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | handled correctly
| * | | | | clean up attribute namesjdennis@VAIO2007-11-245-54/+59
| | | | | | | | | | | | | | | | | | | | | | | | clean up command line args in ipa-delradiusclient
| * | | | | clean up radius client command line toolsJohn Dennis2007-11-234-78/+140
| | | | | |
| * | | | | Add radius profile implementations:John Dennis2007-11-2113-235/+950
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | map attrs to friendly nameJohn Dennis2007-11-142-4/+11
| | | | | |
| * | | | | add ipa-findradiusclient searchJohn Dennis2007-11-146-0/+157
| | | | | |
| * | | | | radius client modify and delete workJohn Dennis2007-11-149-18/+307
| | | | | |
| * | | | | move radius client utility code to common radius_client.py so it can be sharedJohn Dennis2007-11-132-98/+132
| | | | | |
| * | | | | ipa-addradiusclient now workingJohn Dennis2007-11-138-16/+59
| | | | | |
| * | | | | checkpoint radius client workJohn Dennis2007-11-1316-14/+424
| |\ \ \ \ \
| * | | | | | add aci's for radiusJohn Dennis2007-11-101-1/+2
| | | | | | |
| * | | | | | radius now does kerberos auth, reads client entries from LDAPJohn Dennis2007-11-104-11/+81
| | | | | | |
| * | | | | | remove offensive use of rpmJohn Dennis2007-11-064-45/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add the radiusprofile to the list of objectclasses used when creating a user
* | | | | | | Make sure we don't keep around old keys.Simo Sorce2007-12-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes problem changing passwords seen only on servers where re-installations where performed (and old secrets piled up)
* | | | | | | iMerge with upstreamSimo Sorce2007-12-1123-96/+159
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Move the sort arrow to the left of the column title and don't overlap the textRob Crittenden2007-12-101-2/+2
| | | | | | |
| * | | | | | Move dnsclient into ipa-python so that I will be able to use it in ipaconfigSimo Sorce2007-12-105-10/+9
| | | | | | |
| * | | | | | Use title case for field labelsRob Crittenden2007-12-101-5/+5
| | | | | | |
| * | | | | | Rework input validation to more closely match what we require in the UIRob Crittenden2007-12-075-77/+102
| | | | | | |
| * | | | | | Fix delegation in the UI and add a missing aci that allows writes.Rob Crittenden2007-12-073-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ipa-deldelegation more user-friendly.
| * | | | | | Fix spellingRob Crittenden2007-12-102-2/+2
| | |_|_|_|/ | |/| | | |