summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add function to allow user's to set/reset their kerberos passwordrcritten@redhat.com2007-09-116-11/+72
| | | | Remove some unused calls to retrieve the current realm
* 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
| |
| * Change user search to be asynchronous.Kevin McCarthy2007-08-287-17/+74
| | | | | | | | | | | | This way it returns results even if the search times out. The find_users() search now returns a counter as the first result, which is set to -1 if the results are partial.
| * Changes for larger data demo.Kevin McCarthy2007-08-284-6/+33
| | | | | | | | | | | | Add fields to search results Put result() call inside try block - it's throwing an exception Trap ADMINLIMIT and SIZELIMIT exceptions
| * Implement delete users and groupsrcritten@redhat.com2007-08-288-10/+227
| | | | | | | | | | | | Implement adding a group to a group Some other small fixups Add new cmd-line tool ipa-delgroup
* | Complete autodiscovery with autoconfigurationSimo Sorce2007-08-305-46/+149
| | | | | | | | | | | | | | The code is still not perfect and rely on a yet unreleased nss_ldap package that fix dns discovery problems within nss_ldap itself. Also the manipulation of krb5.conf need to be improved
* | 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
* | Integrate corrections pointed out on the listSimo Sorce2007-08-303-11/+10
| |
* | Finalize DIT, this is waht we are probably going to have in the end,Simo Sorce2007-08-295-64/+85
| | | | | | | | | | | | | | | | or something very close to this one Add default groups and admin user TODO: need to discuss more in deep uid/gid generation, this will probably change as soon as the DNA plugin is activated
* | Merge in with upstreamSimo Sorce2007-08-289-117/+237
|\|