Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More ipautil fixing | Mark McLoughlin | 2007-12-13 | 6 | -43/+36 |
| | | | | | | | | Recently, dsinstance and krbinstance was fixed to not import * from ipautil; do the same for the rest of ipaserver. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Fix ldif to work with ldapmodify in openldap-2.4.x | Mark McLoughlin | 2007-12-13 | 2 | -0/+6 |
| | | | | | | | | | | | | It seems that in openldap-2.4.x ldapmodify has gotten somewhat more picky about the ldif it accepts. See here for more details: https://bugzilla.redhat.com/422251 Not sure whether ldapmodify will be fixed, but for now just fix the ldif. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Fix ipa-python packaging | Mark McLoughlin | 2007-12-13 | 3 | -9/+3 |
| | | | | | | | | | | | Latest Fedora 9 python distutils generates .egg-info files; follow the recommendation at: http://fedoraproject.org/wiki/Packaging/Python/Eggs and just package everything under %{python_sitelib}/ Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Merge. | Karl MacMillan | 2007-12-12 | 1 | -1/+1 |
|\ | |||||
| * | Merge in Rob aci patch (resolve conflict) | Simo Sorce | 2007-12-12 | 1 | -1/+1 |
| | | |||||
* | | Fix spec file to grab certinstall. | Karl MacMillan | 2007-12-12 | 2 | -0/+2 |
| | | |||||
* | | 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 |
| | | | | | |