summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Enable multi-value field support for some attributes on the edit pagesRob Crittenden2007-11-0811-79/+477
| | | | | Better error reporting in the GUI Include a document describing how multi-valued fields work
* Allow setting of lib directory to correct non-rpm builds on x86_64.Karl MacMillan2007-11-131-4/+6
| | | | | | With this patch you will need to run: make autogen LIBDIR=/usr/lib64 Also works for 'make all'.
* Add posix auto gen for single master casePete Rowley2007-11-067-13/+106
|
* remove offensive use of rpmJohn Dennis2007-11-064-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 Crittenden2007-11-061-1/+1
|
* Introduce service base class and clean up ipa-server-installKarl MacMillan2007-11-0510-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 MacMillan2007-11-051-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 MacMillan2007-11-051-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 workJohn Dennis2007-11-0310-22/+1043
|
* Enable referential integrity plugin.Karl MacMillan2007-11-052-0/+17
|
* define Self-Service as editting your own record.Rob Crittenden2007-11-023-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 Crittenden2007-11-023-3/+25
|
* 'make all' needs to depend on autogen.sh but we don't want to re-run itRob Crittenden2007-11-021-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 ofRob Crittenden2007-11-021-0/+1
| | | | groups returned. Skip that element.
* NTP configuration for client and server.Karl MacMillan2007-11-019-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 feelRob Crittenden2007-11-0134-411/+475
|
* Fix ticket #70Simo Sorce2007-11-011-3/+3
|
* Use proper method of retrieving attributesRob Crittenden2007-11-011-1/+1
|
* TurboGears log files and log rotationRob Crittenden2007-11-012-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 attributeRob Crittenden2007-10-311-0/+5
|
* 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
|