Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | 6 | -4/+118 |
| | | | | | | | | 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 |
| | |||||
* | 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. | ||||
* | Bump versions for release. | Karl MacMillan | 2007-11-01 | 2 | -3/+9 |
| | |||||
* | 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. | ||||
* | Rename memberOf to group_members in xml-rpc interface. | Karl MacMillan | 2007-10-31 | 3 | -4/+4 |
| | |||||
* | Have the GUI use memberOf() instead of looping through the member DNs | Rob Crittenden | 2007-10-31 | 1 | -25/+5 |
| | | | | Fix a bug in the local transport version of memberOf() | ||||
* | Add memberOf API call to the XML-RPC interface | Rob Crittenden | 2007-10-30 | 2 | -0/+32 |
| | | | | Make find-groups use memberOf to have a prettier dispaly of members | ||||
* | 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 |
| | |||||
* | 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 | 5 | -7/+95 |
| | | | | 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> | ||||
* | Handle selinux failure | Karl MacMillan | 2007-10-24 | 1 | -1/+10 |
| | | | | Ignore errors if setsebool fails and print a warning. | ||||
* | Print warning about NTP | Karl MacMillan | 2007-10-22 | 1 | -0/+31 |
| | | | | | | | | | | | | After looking into setting up ntpd on the IPA servers I decided it was better just to warn admins. There are just too many valid setups for time synchronization for us to try to get this right. Additionally, just installing ntp and accepting the default config will result in a configuration that is perfectly valid for IPA. This patch checks if ntpd is running and suggests enabling it if it is not - for client and server. It also adds some suggested next steps to the server installation. | ||||
* | Add dependency on python-krbV | Rob Crittenden | 2007-10-24 | 2 | -4/+10 |
| | |||||
* | Fix devel mode for the webgui. | Kevin McCarthy | 2007-10-23 | 1 | -3/+2 |
| | |||||
* | Add an LDAP attribute -> label mapping function to XML-RPC layer | Rob Crittenden | 2007-10-22 | 5 | -28/+68 |
| | | | | Move some ACI functions around in preparation for cli delegation | ||||
* | update_user and update_group need to be defined differently in order | Rob Crittenden | 2007-10-22 | 1 | -2/+6 |
| | | | | to be available to the XML-RPC interface | ||||
* | Add add/edit/show for manager and secretary fields. | Kevin McCarthy | 2007-10-19 | 9 | -24/+293 |
| | |||||
* | Remove dependency between ipa-pyton and ipa-server | Karl MacMillan | 2007-10-19 | 1 | -1/+3 |
| | | | | | | | Current ipa-python imports and calls code from ipaserver (which is in the ipa-server package). This makes it impossible to use the admin tools or the ipa-python package on a system without the server bits installed. This fixes that in a fairly minimal way. | ||||
* | Finish the email autosuggest. | Kevin McCarthy | 2007-10-18 | 3 | -27/+25 |
| | | | | | For now I've added a new API call. The field-specific searching is a ways off. | ||||
* | Require mod_nss-1.0.7-2 or higher. This version fixes an issue when | Rob Crittenden | 2007-10-19 | 2 | -4/+12 |
| | | | | using mod_nss with mod_proxy. | ||||
* | Require SSL for the XML-RPC interface | Rob Crittenden | 2007-10-19 | 2 | -0/+51 |
| | |||||
* | Remove the use of uuid in the directory server instance name. | Karl MacMillan | 2007-10-19 | 1 | -13/+1 |
| | | | | | | | The use of a uuid for the DS instance name is overkill and it is a real pain. This patch will use ipa-realm-name instead (resulting in something like slapd-EXAMPLE-COM). All periods are converted to "-" because the DS can't handle periods in server ids. | ||||
* | Fix HTML errors on empty fields. Move roomnumber to address section. | Kevin McCarthy | 2007-10-19 | 3 | -33/+35 |
| | |||||
* | Add a flash message to the top of the page when there are validation errors. | Kevin McCarthy | 2007-10-19 | 3 | -5/+22 |
| | |||||
* | Add exception template. | Karl MacMillan | 2007-10-19 | 1 | -0/+1 |
| | |||||
* | Add an exception/error handler to the web gui. | Kevin McCarthy | 2007-10-18 | 2 | -0/+92 |
| | |||||
* | Fix build issues related to the autotools conversion | Rob Crittenden | 2007-10-18 | 4 | -0/+9 |
| | |||||
* | Print traceback to the install log on unexpected error. | Karl MacMillan | 2007-10-18 | 1 | -2/+8 |
| | |||||
* | Add httpinstance.py | Rob Crittenden | 2007-10-18 | 1 | -0/+1 |
| | |||||
* | Fix autogen.sh to correctly compare versions and removed .la files from ↵ | Karl MacMillan | 2007-10-18 | 3 | -22/+47 |
| | | | | packages. | ||||
* | Add logger objects to each controller. | Kevin McCarthy | 2007-10-17 | 7 | -9/+26 |
| | | | | Fix up the config settings for logging. | ||||
* | Merge with head. | Karl MacMillan | 2007-10-18 | 6 | -13/+32 |
|\ | |||||
| * | Sort users by last name. Make labeleduri a link. | Kevin McCarthy | 2007-10-17 | 2 | -5/+7 |
| | | |||||
| * | Add print media CSS. Rename delegation edit button to 'update'. | Kevin McCarthy | 2007-10-17 | 5 | -8/+25 |
| | | |||||
* | | Additional build fixes from autoconf merge. | Karl MacMillan | 2007-10-18 | 4 | -5/+11 |
| | | |||||
* | | Fix build from autoconf patch import. | Karl MacMillan | 2007-10-18 | 8 | -10/+20 |
|/ | |||||
* | Merge. | Karl MacMillan | 2007-10-17 | 8 | -30/+125 |
|\ | |||||
| * | patch queue: jslint_fixes.patch | Kevin McCarthy | 2007-10-16 | 2 | -4/+4 |
| | |