summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to the edit protected checkbox.Kevin McCarthy2007-09-187-11/+40
| | | | | - Make checkbox sticky on round trips - Make required fields validate when checkbox is checked.
* Prevent members from being added added twice.Kevin McCarthy2007-09-172-11/+54
| | | | | Display search message while in progress. Correctly calculate number of search results after filtering.
* Persist adds and removes on a server round trip.Kevin McCarthy2007-09-172-12/+65
|
* patch queue: groupmember.patchKevin McCarthy2007-09-146-30/+331
|
* Adding sort images.Kevin McCarthy2007-09-132-0/+0
|
* Group edit pageKevin McCarthy2007-09-128-9/+279
|
* Add group screen. More to come...Kevin McCarthy2007-09-116-7/+172
|
* Small fixes to proxyprovider.Kevin McCarthy2007-09-111-7/+7
|
* Adds javascript table sorting for user resultsKevin McCarthy2007-09-133-2/+887
| | | | Adds tablekit: http://www.millstream.com.au/view/code/tablekit/ licensed under MIT.
* Better way to ask for the Realm name, with implicit defaultSimo Sorce2007-09-121-16/+10
|
* Add confirmation when asking un-echoed passwordsSimo Sorce2007-09-121-3/+27
|
* Avoid showing passwords.Simo Sorce2007-09-121-3/+4
| | | | Patch from William Jon McCann <mccann@jhu.edu>
* In the TCP case there is an extra (redundant) lenghtSimo Sorce2007-09-125-8/+16
| | | | field before the packet data, address the problem.
* Enable mod_proxy to sit in front of TurboGears and pass along thercritten2007-09-109-14/+239
| | | | | | | | | | kerberos principal name Add an identity an visit class to TurboGears that can handle the user without requiring a database Update the UI to show the user correctly. Note that this is currently disabled. It is hardcoded to always return the principal test@FREEIPA.ORG in proxyprovider.py It doesn't handle an unauthorized request because that can never happen.
* Edit protected fields checkbox on user edit page.Kevin McCarthy2007-09-106-5/+66
| | | | (Password updating still doesn't work due to ACI though)
* Overwrite ldappwd file to fix bug when reinstalling IPA.Karl MacMillan2007-09-111-1/+1
|
* Reset version numbers for next milestone.Karl MacMillan2007-09-104-7/+7
|
* Added tag milestone_3 for changeset d3a37950495cKarl MacMillan2007-09-101-0/+1
|
* Update version numbers for release.milestone_3Karl MacMillan2007-09-106-8/+14
|
* Fix duplicate entry error to be more descriptive.Kevin McCarthy2007-09-074-7/+11
| | | | | | Add TurboGears to required package list Clear password on Edit Person page. Change uidnumber/gidnumber on Add Person to say 'Generated by server'
* Add required packages to READMEKevin McCarthy2007-09-071-0/+7
|
* Reference the interactive method by defaultSimo Sorce2007-09-071-2/+4
|
* Merging with upstreamSimo Sorce2007-09-0728-194/+1883
|\
| * Add group command-line tools to the Makefilercritten@redhat.com2007-09-072-8/+41
| | | | | | | | Updated installation instructions
| * small release fixes:Kevin McCarthy2007-09-072-3/+3
| | | | | | | | | | - Make password not required for add person - Fix for searching on '*' or ''
| * Password changes:Kevin McCarthy2007-09-065-11/+66
| | | | | | | | | | - remove password generator button - add confirm password field
| * Better file parsing routines,Simo Sorce2007-09-062-155/+385
| | | | | | | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
| * Correct installation path for dna plugin.Karl MacMillan2007-09-071-1/+1
| |
| * Add search box in header.Kevin McCarthy2007-09-067-18/+71
| | | | | | | | | | | | Change account status to use select list and 'active'/'inactive' values. Improve autosuggest to keep suggesting unless you overwrite a suggestion (if you correct the name, it will re-suggest).
| * Added dna plugin to spec.Karl MacMillan2007-09-072-0/+2
| |
| * Small UI tweeksKevin McCarthy2007-09-056-25/+42
| | | | | | | | | | | | | | | | - Rename buttons - Add fake "logged in as" text - Increase font size and spacing for sidebar - Fix search messages for no results - Open ipa footer link in new window
| * Add password expiration messages to user show/edit pages.Kevin McCarthy2007-09-057-0/+75
| | | | | | | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first.
| * Fix dsinstance.py and krbinstance.py importsKevin McCarthy2007-09-062-2/+2
| |
| * Enable LDAP SASL authentication using a forwarded kerberos ticketrcritten@redhat.com2007-09-055-138/+176
| | | | | | | | | | | | Handle both SASL auth and proxied authentication Refactor LDAP connection code to be simpler Other small bug fixes
| * Initial commit of dna plugin - origin: FDS with fix upsPete Rowley2007-09-044-1/+1222
| |
| * Generalized Time parser and tests, for use in krbPasswordExpirationKevin McCarthy2007-09-042-0/+195
| |
* | Better file parsing routines,Simo Sorce2007-09-062-155/+385
|/ | | | | also switch to recreate ldap.conf and krb5.conf from scratch on clients, avoid nasty failures in case the original files contained strange directives
* merge ipa-server/ipaserver/util.py into ipa-python/ipautil.pySimo Sorce2007-09-045-84/+66
| | | | this way freeipa-client does not depend on freeipa-server
* Merge with upstreamSimo Sorce2007-09-0417-80/+1418
|\
| * Add account deactivation checkbox.Kevin McCarthy2007-08-318-7/+59
| | | | | | | | Fix genModList to lowercase all keys and use CIDict.
| * Add 'test' target to makefiles. Hook up ipautil tests to run.Kevin McCarthy2007-09-046-2/+26
| |
| * Add auto-suggest for uid and email fields.Kevin McCarthy2007-08-305-71/+181
| |
| * Add scriptaculous effects library (will add more if they become necessary).Kevin McCarthy2007-08-302-0/+1152
| | | | | | | | Scriptaculous <http://script.aculo.us/> is released under an MIT license.
* | Add password request for admin userSimo Sorce2007-08-314-26/+93
| | | | | | | | | | | | | | | | | | Set password for admin user using the Directory Mangaer account and the mozldapldappaswd binary to get and SSL connection Fix some timeout problems with deploying keytabs Fix ipa_pwd_extop to actuallt correctly detect an SSL connection Do not ask for the user to use for the directory unless 'dirsrv' is an existing user which may clash, create it silently
* | More DIT fixes discovered after testingSimo Sorce2007-08-312-3/+3
| |
* | Megre in form upstreamSimo Sorce2007-08-3023-145/+420
|\|
| * Added freeipa logo.Karl MacMillan2007-08-301-0/+0
| |
| * Fix copy&paste error, its not the conf files we need access to,Simo Sorce2007-08-301-2/+2
| | | | | | | | we need to access the generated keytabs
| * Fix python-ldap attribution for cidict.Kevin McCarthy2007-08-271-2/+3
| |
| * UI cleanupKevin McCarthy2007-08-2913-113/+86
| |