Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function to allow user's to set/reset their kerberos password | rcritten@redhat.com | 2007-09-11 | 6 | -11/+72 |
| | | | | Remove some unused calls to retrieve the current realm | ||||
* | Better way to ask for the Realm name, with implicit default | Simo Sorce | 2007-09-12 | 1 | -16/+10 |
| | |||||
* | Add confirmation when asking un-echoed passwords | Simo Sorce | 2007-09-12 | 1 | -3/+27 |
| | |||||
* | Avoid showing passwords. | Simo Sorce | 2007-09-12 | 1 | -3/+4 |
| | | | | Patch from William Jon McCann <mccann@jhu.edu> | ||||
* | In the TCP case there is an extra (redundant) lenght | Simo Sorce | 2007-09-12 | 5 | -8/+16 |
| | | | | field before the packet data, address the problem. | ||||
* | Enable mod_proxy to sit in front of TurboGears and pass along the | rcritten | 2007-09-10 | 9 | -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 McCarthy | 2007-09-10 | 6 | -5/+66 |
| | | | | (Password updating still doesn't work due to ACI though) | ||||
* | Overwrite ldappwd file to fix bug when reinstalling IPA. | Karl MacMillan | 2007-09-11 | 1 | -1/+1 |
| | |||||
* | Reset version numbers for next milestone. | Karl MacMillan | 2007-09-10 | 4 | -7/+7 |
| | |||||
* | Added tag milestone_3 for changeset d3a37950495c | Karl MacMillan | 2007-09-10 | 1 | -0/+1 |
| | |||||
* | Update version numbers for release.milestone_3 | Karl MacMillan | 2007-09-10 | 6 | -8/+14 |
| | |||||
* | Fix duplicate entry error to be more descriptive. | Kevin McCarthy | 2007-09-07 | 4 | -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 README | Kevin McCarthy | 2007-09-07 | 1 | -0/+7 |
| | |||||
* | Reference the interactive method by default | Simo Sorce | 2007-09-07 | 1 | -2/+4 |
| | |||||
* | Merging with upstream | Simo Sorce | 2007-09-07 | 28 | -194/+1883 |
|\ | |||||
| * | Add group command-line tools to the Makefile | rcritten@redhat.com | 2007-09-07 | 2 | -8/+41 |
| | | | | | | | | Updated installation instructions | ||||
| * | small release fixes: | Kevin McCarthy | 2007-09-07 | 2 | -3/+3 |
| | | | | | | | | | | - Make password not required for add person - Fix for searching on '*' or '' | ||||
| * | Password changes: | Kevin McCarthy | 2007-09-06 | 5 | -11/+66 |
| | | | | | | | | | | - remove password generator button - add confirm password field | ||||
| * | Better file parsing routines, | Simo Sorce | 2007-09-06 | 2 | -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 MacMillan | 2007-09-07 | 1 | -1/+1 |
| | | |||||
| * | Add search box in header. | Kevin McCarthy | 2007-09-06 | 7 | -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 MacMillan | 2007-09-07 | 2 | -0/+2 |
| | | |||||
| * | Small UI tweeks | Kevin McCarthy | 2007-09-05 | 6 | -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 McCarthy | 2007-09-05 | 7 | -0/+75 |
| | | | | | | | | | | Add userhelper module to provide ui logic. Fix uid/email suggest to lowercase first. | ||||
| * | Fix dsinstance.py and krbinstance.py imports | Kevin McCarthy | 2007-09-06 | 2 | -2/+2 |
| | | |||||
| * | Enable LDAP SASL authentication using a forwarded kerberos ticket | rcritten@redhat.com | 2007-09-05 | 5 | -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 ups | Pete Rowley | 2007-09-04 | 4 | -1/+1222 |
| | | |||||
| * | Generalized Time parser and tests, for use in krbPasswordExpiration | Kevin McCarthy | 2007-09-04 | 2 | -0/+195 |
| | | |||||
* | | Better file parsing routines, | Simo Sorce | 2007-09-06 | 2 | -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.py | Simo Sorce | 2007-09-04 | 5 | -84/+66 |
| | | | | this way freeipa-client does not depend on freeipa-server | ||||
* | Merge with upstream | Simo Sorce | 2007-09-04 | 17 | -80/+1418 |
|\ | |||||
| * | Add account deactivation checkbox. | Kevin McCarthy | 2007-08-31 | 8 | -7/+59 |
| | | | | | | | | Fix genModList to lowercase all keys and use CIDict. | ||||
| * | Add 'test' target to makefiles. Hook up ipautil tests to run. | Kevin McCarthy | 2007-09-04 | 6 | -2/+26 |
| | | |||||
| * | Add auto-suggest for uid and email fields. | Kevin McCarthy | 2007-08-30 | 5 | -71/+181 |
| | | |||||
| * | Add scriptaculous effects library (will add more if they become necessary). | Kevin McCarthy | 2007-08-30 | 2 | -0/+1152 |
| | | | | | | | | Scriptaculous <http://script.aculo.us/> is released under an MIT license. | ||||
* | | Add password request for admin user | Simo Sorce | 2007-08-31 | 4 | -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 testing | Simo Sorce | 2007-08-31 | 2 | -3/+3 |
| | | |||||
* | | Megre in form upstream | Simo Sorce | 2007-08-30 | 23 | -145/+420 |
|\| | |||||
| * | Added freeipa logo. | Karl MacMillan | 2007-08-30 | 1 | -0/+0 |
| | | |||||
| * | Fix copy&paste error, its not the conf files we need access to, | Simo Sorce | 2007-08-30 | 1 | -2/+2 |
| | | | | | | | | we need to access the generated keytabs | ||||
| * | Fix python-ldap attribution for cidict. | Kevin McCarthy | 2007-08-27 | 1 | -2/+3 |
| | | |||||
| * | UI cleanup | Kevin McCarthy | 2007-08-29 | 13 | -113/+86 |
| | | |||||
| * | Change user search to be asynchronous. | Kevin McCarthy | 2007-08-28 | 7 | -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 McCarthy | 2007-08-28 | 4 | -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 groups | rcritten@redhat.com | 2007-08-28 | 8 | -10/+227 |
| | | | | | | | | | | | | Implement adding a group to a group Some other small fixups Add new cmd-line tool ipa-delgroup | ||||
* | | Complete autodiscovery with autoconfiguration | Simo Sorce | 2007-08-30 | 5 | -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 Sorce | 2007-08-30 | 1 | -2/+2 |
| | | | | | | | | we need to access the generated keytabs | ||||
* | | Integrate corrections pointed out on the list | Simo Sorce | 2007-08-30 | 3 | -11/+10 |
| | | |||||
* | | Finalize DIT, this is waht we are probably going to have in the end, | Simo Sorce | 2007-08-29 | 5 | -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 upstream | Simo Sorce | 2007-08-28 | 9 | -117/+237 |
|\| |