Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move radius server components into a separate package. | Karl MacMillan | 2007-12-12 | 15 | -10/+154 |
| | |||||
* | Separate out ACIs that affect radius | Simo Sorce | 2007-12-12 | 1 | -1/+2 |
| | |||||
* | Handle add/removing and stopping restarting daemons in update/remove | Simo Sorce | 2007-12-12 | 2 | -0/+38 |
| | |||||
* | Merge. | Karl MacMillan | 2007-12-12 | 3 | -29/+36 |
|\ | |||||
| * | from ipa.ipautil import * --> from ipa import ipautil | Simo Sorce | 2007-12-12 | 1 | -24/+24 |
| | | |||||
| * | - Better access control, make sure not even admins can read out passwords | Simo Sorce | 2007-12-11 | 3 | -13/+20 |
| | | | | | | | | | | - Insure admins can't locked out by mistake by inclusion in disabled groups - Fix also minor error in krbinstance.py | ||||
* | | Add a man page for ipa-getkeytab. | Karl MacMillan | 2007-12-12 | 2 | -1/+66 |
|/ | |||||
* | Fix minor typo in unauthorized page. | Karl MacMillan | 2007-12-12 | 1 | -1/+1 |
| | |||||
* | Add automatic browser configuration for kerberos SSO using javascript. | Rob Crittenden | 2007-12-12 | 6 | -9/+134 |
| | | | | | | This uses the UniversalPreferencesWrite function to set the browser preferences to allow negotiation and ticket forwarding in the IPA domain. A self-signed certificate is generated to sign the javascript. | ||||
* | User provided certs. | Karl MacMillan | 2007-12-12 | 6 | -21/+224 |
| | |||||
* | Remove radiusinstance from ipa-server-install. | Karl MacMillan | 2007-12-12 | 1 | -1/+0 |
| | |||||
* | Improve confirmation. | Karl MacMillan | 2007-12-12 | 1 | -6/+9 |
| | |||||
* | Remove radius from main install script and add | Karl MacMillan | 2007-12-12 | 4 | -6/+74 |
| | | | | ipa-radius-install. | ||||
* | Confirm before configuring the client. | Karl MacMillan | 2007-12-12 | 1 | -1/+7 |
| | |||||
* | Return a proper error code from ipa-webgui so that | Karl MacMillan | 2007-12-12 | 1 | -31/+38 |
| | | | | | the init script can indicate when the service fails to start. | ||||
* | Make the old entry option in update_*, check for empty parameters and | Rob Crittenden | 2007-12-11 | 4 | -92/+233 |
| | | | | fix some problems reported by pychecker. | ||||
* | Change from "Common Name" to "Full Name" | Rob Crittenden | 2007-12-11 | 1 | -2/+2 |
| | |||||
* | Enable searching for multiple things at once | Rob Crittenden | 2007-12-11 | 1 | -1/+1 |
| | |||||
* | merge with upstream | Simo Sorce | 2007-12-11 | 35 | -338/+3136 |
|\ | |||||
| * | Make sure we don't keep around old keys. | Simo Sorce | 2007-12-11 | 1 | -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 Sorce | 2007-12-11 | 1 | -5/+51 |
| | | |||||
| * | Add simple UI for command-line programs to be able to select when | Rob Crittenden | 2007-12-10 | 5 | -28/+176 |
| | | | | | | | | multiple entries are returned. | ||||
| * | Tie the logging module to 'PythonOption IPADebug' in /etc/httpd/conf.d/ipa.conf | Rob Crittenden | 2007-12-11 | 2 | -10/+10 |
| | | |||||
| * | Prompt user before downloading a keytab that this will create a new secret, | Rob Crittenden | 2007-12-06 | 1 | -1/+9 |
| | | | | | | | | breaking any existing keytabs for that principal. | ||||
| * | Use more common names for first and last name labels | Rob Crittenden | 2007-12-10 | 1 | -2/+2 |
| | | |||||
| * | Import correct httpinstance.py | Karl MacMillan | 2007-12-11 | 1 | -3/+6 |
| | | |||||
| * | Commit corrected certs.py | Karl MacMillan | 2007-12-11 | 1 | -28/+49 |
| | | |||||
| * | Convert the setup of ssl from a shell script to a | Karl MacMillan | 2007-12-06 | 7 | -229/+245 |
| | | | | | | | | | | python module. This is in preparation for user supplied certs. | ||||
| * | Merge. | Karl MacMillan | 2007-12-11 | 17 | -98/+125 |
| |\ | |||||
| * \ | Merge. | Karl MacMillan | 2007-12-11 | 44 | -157/+1024 |
| |\ \ | |||||
| * \ \ | merge | John Dennis | 2007-12-04 | 45 | -135/+370 |
| |\ \ \ | |||||
| * | | | | change location of radius data in ldap from | John Dennis | 2007-11-30 | 2 | -12/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cn=radius,cn=services,cn=etc to cn=radius | ||||
| * | | | | fix merge error | John Dennis | 2007-11-29 | 2 | -46/+0 |
| | | | | | |||||
| * | | | | add user profile command line arg to all radius | John Dennis | 2007-11-28 | 4 | -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 tip | John Dennis | 2007-11-28 | 100 | -1037/+5573 |
| |\ \ \ \ | |||||
| * | | | | | fix regular expression used in parse_key_value_pairs() | John Dennis | 2007-11-27 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | bug fixes | John Dennis | 2007-11-27 | 4 | -14/+11 |
| | | | | | | |||||
| * | | | | | checkpoint bug fixing and cleanup of command line radius tools | John Dennis | 2007-11-27 | 4 | -124/+185 |
| | | | | | | |||||
| * | | | | | do a better job of handling attribute deletion | John Dennis | 2007-11-27 | 3 | -73/+53 |
| | | | | | | |||||
| * | | | | | checkpoint work to add attribute deletion | John Dennis | 2007-11-27 | 1 | -84/+164 |
| | | | | | | |||||
| * | | | | | add parse_items(), read_items_file() | John Dennis | 2007-11-26 | 6 | -20/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | move read_pairs_file() to ipautil | ||||
| * | | | | | add ItemCompleter class | John Dennis | 2007-11-26 | 1 | -1/+101 |
| | | | | | | |||||
| * | | | | | add command line utilites for radius profiles | John Dennis | 2007-11-26 | 9 | -13/+693 |
| | | | | | | |||||
| * | | | | | remove radius_client.py, move contents to radius_util.py | John Dennis | 2007-11-26 | 7 | -178/+155 |
| | | | | | | |||||
| * | | | | | checkpoint radius client add,modify,find,del working, command line args ↵ | John Dennis | 2007-11-26 | 3 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | handled correctly | ||||
| * | | | | | clean up attribute names | jdennis@VAIO | 2007-11-24 | 5 | -54/+59 |
| | | | | | | | | | | | | | | | | | | | | | | | | clean up command line args in ipa-delradiusclient | ||||
| * | | | | | clean up radius client command line tools | John Dennis | 2007-11-23 | 4 | -78/+140 |
| | | | | | | |||||
| * | | | | | Add radius profile implementations: | John Dennis | 2007-11-21 | 13 | -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 name | John Dennis | 2007-11-14 | 2 | -4/+11 |
| | | | | | | |||||
| * | | | | | add ipa-findradiusclient search | John Dennis | 2007-11-14 | 6 | -0/+157 |
| | | | | | |