Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add ipa-findradiusclient search | John Dennis | 2007-11-14 | 6 | -0/+157 |
| | |||||
* | radius client modify and delete work | John Dennis | 2007-11-14 | 9 | -18/+307 |
| | |||||
* | move radius client utility code to common radius_client.py so it can be shared | John Dennis | 2007-11-13 | 2 | -98/+132 |
| | |||||
* | ipa-addradiusclient now working | John Dennis | 2007-11-13 | 8 | -16/+59 |
| | |||||
* | checkpoint radius client work | John Dennis | 2007-11-13 | 16 | -14/+424 |
|\ | |||||
| * | Add posix auto gen for single master case | Pete Rowley | 2007-11-06 | 7 | -13/+106 |
| | | |||||
| * | remove offensive use of rpm | John Dennis | 2007-11-06 | 4 | -45/+25 |
| | | | | | | | | add the radiusprofile to the list of objectclasses used when creating a user | ||||
| * | Update text to reflect new CSS code (sidebar now on right) | Rob Crittenden | 2007-11-06 | 1 | -1/+1 |
| | | |||||
* | | add aci's for radius | John Dennis | 2007-11-10 | 1 | -1/+2 |
| | | |||||
* | | radius now does kerberos auth, reads client entries from LDAP | John Dennis | 2007-11-10 | 4 | -11/+81 |
| | | |||||
* | | remove offensive use of rpm | John Dennis | 2007-11-06 | 4 | -45/+25 |
|/ | | | | 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 | 10 | -164/+306 |
| | | | | | | | | | | | | 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. | ||||
* | Prevent gzip from requesting confirmation. | Karl MacMillan | 2007-11-05 | 1 | -2/+2 |
| | | | | | | | The current manpage installation gzips the files in place and requests confirmation before overwriting existing files. Add -f to prevent prompting. We should consider not gzipping the files in place. | ||||
* | Make it possible to force the running of autogen. | Karl MacMillan | 2007-11-05 | 1 | -2/+6 |
| | | | | | | | | | With the change to run autogen on make all if there was no makefile present, it became impossible to force the running of autogen when that is needed. Fix that by adding a bootstrap-autogen target that checks the existing of Makefiles and reverting the autogen target to always run autogen. | ||||
* | merge initial radius work | John Dennis | 2007-11-03 | 10 | -22/+1043 |
| | |||||
* | Enable referential integrity plugin. | Karl MacMillan | 2007-11-05 | 2 | -0/+17 |
| | |||||
* | define Self-Service as editting your own record. | Rob Crittenden | 2007-11-02 | 3 | -4/+14 |
| | | | | | This has the side-effect of removing the realm from Loggin in as. This can be changed by using user_name instead of display_name in master.kid. | ||||
* | Distinguish between active and inactive users on the Find People page. | Rob Crittenden | 2007-11-02 | 3 | -3/+25 |
| | |||||
* | 'make all' needs to depend on autogen.sh but we don't want to re-run it | Rob Crittenden | 2007-11-02 | 1 | -3/+3 |
| | | | | on every iteration. This lets the top-level 'make install' work properly. | ||||
* | groups come back as a list where the first element is the number of | Rob Crittenden | 2007-11-02 | 1 | -0/+1 |
| | | | | groups returned. Skip that element. | ||||
* | NTP configuration for client and server. | Karl MacMillan | 2007-11-01 | 9 | -16/+213 |
| | | | | | | | | Configure ipa servers as an ntp server and clients to (by default) us the ipa server as an ntp server. Also corrected the messages about which ports should be opened. | ||||
* | Update the UI look and feel | Rob Crittenden | 2007-11-01 | 34 | -411/+475 |
| | |||||
* | Fix ticket #70 | Simo Sorce | 2007-11-01 | 1 | -3/+3 |
| | |||||
* | Use proper method of retrieving attributes | Rob Crittenden | 2007-11-01 | 1 | -1/+1 |
| | |||||
* | TurboGears log files and log rotation | Rob Crittenden | 2007-11-01 | 2 | -16/+29 |
| | | | | | | | | | | | The error log is rotated weekly on Sunday. 4 backups are saved. The access log is not stored since it would be a duplicate of the Apache logs. It can be enabled if desired. Had to move the call to daemonize() in ipa-webgui so that the fork is done before TurboGears is initialized. Otherwise the log files end up getting closed. | ||||
* | Completely remove an attribute | Rob Crittenden | 2007-10-31 | 1 | -0/+5 |
| | |||||
* | Added tag milestone_4_1 for changeset 77f4aaa4e4bd | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Removed tag mileston_4_1milestone_4_1 | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Added tag mileston_4_1 for changeset bda291e79a4f | Karl MacMillan | 2007-11-01 | 1 | -0/+1 |
| | |||||
* | Bump versions for release. | Karl MacMillan | 2007-11-01 | 11 | -24/+44 |
| | |||||
* | Properly increment kvno and keep recent key material around | Simo Sorce | 2007-10-31 | 1 | -13/+162 |
| | | | | | | This is necessary for services that need to be able to respond to requests from client that acquired a service ticket just before a password change. | ||||
* | Remove multi-value set/add in ipa-usermod. | Karl MacMillan | 2007-10-31 | 1 | -8/+7 |
| | | | | | Calling --add multiple times will accomplish the same thing without the need for handling splits on ",". | ||||
* | Rename memberOf to group_members in xml-rpc interface. | Karl MacMillan | 2007-10-31 | 6 | -9/+9 |
| | |||||
* | Allow set/add/del to be called multiple times. | Karl MacMillan | 2007-10-31 | 1 | -17/+34 |
| | | | | | | Allow the --set/add/del options to be called multiple times during the same invocation. Also add more robust checking of errors. | ||||
* | Have the GUI use memberOf() instead of looping through the member DNs | Rob Crittenden | 2007-10-31 | 2 | -26/+13 |
| | | | | Fix a bug in the local transport version of memberOf() | ||||
* | Add memberOf API call to the XML-RPC interface | Rob Crittenden | 2007-10-30 | 5 | -1/+72 |
| | | | | Make find-groups use memberOf to have a prettier dispaly of members | ||||
* | Allow adding, setting, deleting arbitrary attributes | Rob Crittenden | 2007-10-31 | 1 | -4/+30 |
| | |||||
* | Add user self service aci | Pete Rowley | 2007-10-29 | 1 | -0/+1 |
| | |||||
* | Update server deps to include acl and freeipa-admintools. | Karl MacMillan | 2007-10-31 | 2 | -4/+10 |
| | |||||
* | Add inetUser to the admin user so memberOf will work | Rob Crittenden | 2007-10-30 | 1 | -0/+1 |
| | |||||
* | Create LDAP indeces on installation for fields the web GUI searches against | Rob Crittenden | 2007-10-30 | 3 | -0/+72 |
| | |||||
* | Install the delegation tools | Rob Crittenden | 2007-10-29 | 1 | -0/+5 |
| | |||||
* | Fix minor spelling issue | Rob Crittenden | 2007-10-29 | 2 | -4/+2 |
| | |||||
* | Create configuration for MIT Windows kerberos client and install into | Rob Crittenden | 2007-10-29 | 6 | -1/+47 |
| | | | | | http://hostname/config so users can point their MIT client at the IPA server and automatically fetch the configuration. | ||||
* | Add delete user and group to webgui. | Kevin McCarthy | 2007-10-23 | 7 | -12/+100 |
| | | | | NOTE: this doesn't handle referential integrity. | ||||
* | Set the user password when adding a user | Rob Crittenden | 2007-10-26 | 1 | -2/+11 |
| | |||||
* | Rename the form fields parameter to be clearer: | Kevin McCarthy | 2007-10-25 | 8 | -250/+250 |
| | | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields | ||||
* | webgui side of custom fields. | Kevin McCarthy | 2007-10-24 | 5 | -2/+96 |
| | |||||
* | Fix host_name buglet in ipa-server-install | Mark McLoughlin | 2008-02-21 | 1 | -5/+5 |
| | | | | | | | | | | | | This patch fixes a couple of buglets with read_ip_address(): 1) It writes host_name to /etc/hosts, but isn't currently being passed host_name 2) It doesn't return the IP address even though the caller expects it Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Change the layout of the dist dir | Mark McLoughlin | 2008-02-21 | 1 | -21/+27 |
| | | | | | | | Rather than lumping everything together into the dist/ dir, this patch separates them out into sources/, rpms/ and srpms/. Signed-off-by: Mark McLoughlin <markmc@redhat.com> |