summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added tag milestone_4_1 for changeset 77f4aaa4e4bdKarl MacMillan2007-11-011-0/+1
|
* Removed tag mileston_4_1milestone_4_1Karl MacMillan2007-11-011-0/+1
|
* Added tag mileston_4_1 for changeset bda291e79a4fKarl MacMillan2007-11-011-0/+1
|
* Bump versions for release.Karl MacMillan2007-11-0111-24/+44
|
* Properly increment kvno and keep recent key material aroundSimo Sorce2007-10-311-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 MacMillan2007-10-311-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 MacMillan2007-10-316-9/+9
|
* Allow set/add/del to be called multiple times.Karl MacMillan2007-10-311-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 DNsRob Crittenden2007-10-312-26/+13
| | | | Fix a bug in the local transport version of memberOf()
* Add memberOf API call to the XML-RPC interfaceRob Crittenden2007-10-305-1/+72
| | | | Make find-groups use memberOf to have a prettier dispaly of members
* Allow adding, setting, deleting arbitrary attributesRob Crittenden2007-10-311-4/+30
|
* Add user self service aciPete Rowley2007-10-291-0/+1
|
* Update server deps to include acl and freeipa-admintools.Karl MacMillan2007-10-312-4/+10
|
* Add inetUser to the admin user so memberOf will workRob Crittenden2007-10-301-0/+1
|
* Create LDAP indeces on installation for fields the web GUI searches againstRob Crittenden2007-10-303-0/+72
|
* Install the delegation toolsRob Crittenden2007-10-291-0/+5
|
* Fix minor spelling issueRob Crittenden2007-10-292-4/+2
|
* Create configuration for MIT Windows kerberos client and install intoRob Crittenden2007-10-296-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 McCarthy2007-10-237-12/+100
| | | | NOTE: this doesn't handle referential integrity.
* Set the user password when adding a userRob Crittenden2007-10-261-2/+11
|
* Rename the form fields parameter to be clearer:Kevin McCarthy2007-10-258-250/+250
| | | | | | user -> user_fields group -> group_fields delegate -> delegate_fields
* webgui side of custom fields.Kevin McCarthy2007-10-245-2/+96
|
* Fix host_name buglet in ipa-server-installMark McLoughlin2008-02-211-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 dirMark McLoughlin2008-02-211-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>
* imported patch freeipa-require-python-krbv.patchMark McLoughlin2008-02-212-2/+2
|
* Cleanup freeipa-python requiresMark McLoughlin2008-02-212-8/+2
| | | | | | | | | | | | | | | | We don't need the elaborate python requires, since a requires for e.g. "python-abi = 2.5" is automatically added. We also don't need the elaborate build requires, since all it does is query the currently installed version of python and require that you have it's appropriate python-devel installed. But if python-devel is installed at all, this should hold true. (Also, IMHO the .spec files should be removed from mercurial since they are automatically generated) Signed-off-by: Mark McLouglin <markmc@redhat.com>
* Create repodata during "make dist"Mark McLoughlin2008-02-211-1/+4
| | | | | | | | | | This patch just makes "make dist" build the yum repodata. Note, that since the repodata is at the toplevel, if this dist/ dir is uploaded to freeipa.org/downloads, people's yum configs will continue to work. Signed-off-by: Mark McLoughlin <markmc@redhat.com>
* Handle selinux failureKarl MacMillan2007-10-241-1/+10
| | | | Ignore errors if setsebool fails and print a warning.
* Print warning about NTPKarl MacMillan2007-10-222-0/+44
| | | | | | | | | | | | 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-krbVRob Crittenden2007-10-242-4/+10
|
* Command-line delegation tools with man pagesRob Crittenden2007-10-248-0/+641
|
* Fix devel mode for the webgui.Kevin McCarthy2007-10-231-3/+2
|
* Add an LDAP attribute -> label mapping function to XML-RPC layerRob Crittenden2007-10-228-28/+112
| | | | Move some ACI functions around in preparation for cli delegation
* update_user and update_group need to be defined differently in orderRob Crittenden2007-10-221-2/+6
| | | | to be available to the XML-RPC interface
* Add add/edit/show for manager and secretary fields.Kevin McCarthy2007-10-199-24/+293
|
* Remove dependency between ipa-pyton and ipa-serverKarl MacMillan2007-10-192-9/+8
| | | | | | | 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 McCarthy2007-10-185-28/+49
| | | | | 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 whenRob Crittenden2007-10-192-4/+12
| | | | using mod_nss with mod_proxy.
* Require SSL for the XML-RPC interfaceRob Crittenden2007-10-194-2/+53
|
* Remove the use of uuid in the directory server instance name.Karl MacMillan2007-10-191-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 McCarthy2007-10-193-33/+35
|
* Add a flash message to the top of the page when there are validation errors.Kevin McCarthy2007-10-193-5/+22
|
* Add exception template.Karl MacMillan2007-10-191-0/+1
|
* Add an exception/error handler to the web gui.Kevin McCarthy2007-10-182-0/+92
|
* Actually return a value to the shellRob Crittenden2007-10-199-9/+18
|
* Make distclean work againRob Crittenden2007-10-192-2/+4
|
* Fix build issues related to the autotools conversionRob Crittenden2007-10-184-0/+9
|
* Print traceback to the install log on unexpected error.Karl MacMillan2007-10-181-2/+8
|
* Add httpinstance.pyRob Crittenden2007-10-181-0/+1
|
* Correct PACKAGE in ipa-client/autogen.sh.Karl MacMillan2007-10-181-1/+1
|