summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add ipa-findradiusclient searchJohn Dennis2007-11-146-0/+157
|
* radius client modify and delete workJohn Dennis2007-11-149-18/+307
|
* move radius client utility code to common radius_client.py so it can be sharedJohn Dennis2007-11-132-98/+132
|
* ipa-addradiusclient now workingJohn Dennis2007-11-138-16/+59
|
* checkpoint radius client workJohn Dennis2007-11-1316-14/+424
|\
| * 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
| |
* | add aci's for radiusJohn Dennis2007-11-101-1/+2
| |
* | radius now does kerberos auth, reads client entries from LDAPJohn Dennis2007-11-104-11/+81
| |
* | remove offensive use of rpmJohn Dennis2007-11-064-45/+25
|/ | | | add the radiusprofile to the list of objectclasses used when creating a user
* 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>