Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge. | Karl MacMillan | 2007-12-11 | 17 | -98/+125 |
|\ | |||||
| * | Move the sort arrow to the left of the column title and don't overlap the text | Rob Crittenden | 2007-12-10 | 1 | -2/+2 |
| | | |||||
| * | Move dnsclient into ipa-python so that I will be able to use it in ipaconfig | Simo Sorce | 2007-12-10 | 5 | -10/+9 |
| | | |||||
| * | Use title case for field labels | Rob Crittenden | 2007-12-10 | 1 | -5/+5 |
| | | |||||
| * | Rework input validation to more closely match what we require in the UI | Rob Crittenden | 2007-12-07 | 5 | -77/+102 |
| | | |||||
| * | Fix delegation in the UI and add a missing aci that allows writes. | Rob Crittenden | 2007-12-07 | 3 | -2/+5 |
| | | | | | | | | Make ipa-deldelegation more user-friendly. | ||||
| * | Fix spelling | Rob Crittenden | 2007-12-10 | 2 | -2/+2 |
| | | |||||
* | | Merge. | Karl MacMillan | 2007-12-11 | 44 | -157/+1024 |
|\| | |||||
| * | Add default e-mail domain to the IPA configuration | Rob Crittenden | 2007-12-10 | 8 | -6/+37 |
| | | |||||
| * | Remove some debugging statements | Rob Crittenden | 2007-12-10 | 1 | -2/+0 |
| | | |||||
| * | Add principal management templates | Rob Crittenden | 2007-12-10 | 1 | -0/+4 |
| | | |||||
| * | Install principal edit page files. | Karl MacMillan | 2007-12-08 | 2 | -0/+2 |
| | | |||||
| * | We need the OpenSSL Crypto lib for the DES and MD4 functions to generate NT | Simo Sorce | 2007-12-07 | 2 | -0/+12 |
| | | | | | | | | and LM hashes. | ||||
| * | Fix kdec.length or we may try to double free() or free() uninitiualized data. | Simo Sorce | 2007-12-07 | 1 | -0/+4 |
| | | |||||
| * | merge from upstream | Simo Sorce | 2007-12-07 | 38 | -147/+980 |
| |\ | |||||
| | * | Add back in some CSS that was removed in the big UI update. | Rob Crittenden | 2007-12-05 | 1 | -0/+17 |
| | | | | | | | | | | | | This adds back required field colors and colored error and warning msgs. | ||||
| | * | Fix message about no spaces in password - spaces work | Karl MacMillan | 2007-12-06 | 1 | -1/+1 |
| | | | | | | | | | | | | fine with ssl setup shell script removed. | ||||
| | * | The uid_hidden field needs to be retained until after validation succeeds | Rob Crittenden | 2007-12-06 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | otherwise if it ever fails, uid_hidden will be lost which can cause uid to not be set which cascades into lots of other errors. | ||||
| | * | Improve the error message when an entry is not found. | Rob Crittenden | 2007-12-06 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | We used to return the entire argument string ala: ('dc=freeipa,dc=org', 2, 'uid=foo', ['*']) This adds a regex to try to print anything after = in the filter. Not perfect but better. | ||||
| | * | Make uid an editable field in the Edit UI so we can do RDN changes | Rob Crittenden | 2007-12-06 | 7 | -20/+49 |
| | | | | | | | | | | | | | | | | | | | | | Fix group RDN changes Remove a copy/paste error in the group UI update that caused 2 updates Fix variable name so groups don't get user objectclasses Remove color CSS for field backgrounds as they override disabled field display | ||||
| | * | Utilize user and group objectclass lists in cn=ipaconfig | Rob Crittenden | 2007-12-06 | 3 | -6/+36 |
| | | | | | | | | | | | | Change the syntax on user and group objectclasses in cn=ipaconfig | ||||
| | * | Merge. | Karl MacMillan | 2007-12-06 | 31 | -122/+866 |
| | |\ | |||||
| | | * | Add some javascript so we can put focus on the first field of the page. | Rob Crittenden | 2007-12-06 | 4 | -0/+18 |
| | | | | |||||
| | | * | Add 'Edit Policy' button at top of page. | Rob Crittenden | 2007-12-06 | 1 | -0/+3 |
| | | | | |||||
| | | * | Always show the edit link on your own record | Rob Crittenden | 2007-12-06 | 1 | -2/+2 |
| | | | | |||||
| | | * | Move dn removal to the XML-RPC side and remove empty attributes | Rob Crittenden | 2007-12-05 | 2 | -5/+23 |
| | | | | |||||
| | | * | Notify the user when the search results have been truncated | Rob Crittenden | 2007-12-05 | 2 | -0/+6 |
| | | | | |||||
| | | * | Add UI for service principal creation and keytab retrieval | Rob Crittenden | 2007-12-05 | 12 | -2/+498 |
| | | | | |||||
| | | * | Merge. | Karl MacMillan | 2007-12-05 | 2 | -47/+44 |
| | | |\ | |||||
| | | | * | Fix errors with ipautil.CalledProcessError and cleanup some imports. | Karl MacMillan | 2007-12-04 | 2 | -47/+44 |
| | | | | | |||||
| | | * | | Phase 1 of allowing admins to set the default object classes for users & groups | Rob Crittenden | 2007-12-04 | 9 | -55/+248 |
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | This adds the UI and does error checking of the selected object classes but it doesn't actually use the values yet. It also generalizes some functions for doing multi-valued fields. | ||||
| | | * | Groups may be iterated over so should be an empty list, not None | Rob Crittenden | 2007-12-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Committed generated spec files. | Karl MacMillan | 2007-12-03 | 1 | -0/+2 |
| | | | | |||||
| * | | | we *may* require it, it depend on the ditro in F8 cahing daemon ↵ | Simo Sorce | 2007-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | configuration has been incorporated in the default bind install. | ||||
* | | | | merge | John Dennis | 2007-12-04 | 45 | -135/+370 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Convert krbmaxpwdlife and krbminpwdlife from seconds into days and hours | Rob Crittenden | 2007-12-03 | 2 | -7/+18 |
| |/ / | |||||
| * | | Fix client installation tool | Simo Sorce | 2007-12-04 | 1 | -2/+4 |
| | | | |||||
| * | | Increase default max password lifetime from 10 to 90 days | Rob Crittenden | 2007-12-03 | 1 | -1/+1 |
| |/ | |||||
| * | Update build requires for libcap. | Karl MacMillan | 2007-12-03 | 1 | -0/+2 |
| | | |||||
| * | Improved ACIs | Simo Sorce | 2007-11-30 | 1 | -9/+12 |
| | | |||||
| * | minor typos | Simo Sorce | 2007-11-30 | 2 | -2/+8 |
| | | |||||
| * | Compatibility changes to work on RHEL 5 with python 2.4 | rcritten@redhat.com | 2007-11-30 | 13 | -35/+51 |
| | | |||||
| * | Min Pwd Change Time Check after Password reset and other minor fixes | Simo Sorce | 2007-11-30 | 2 | -26/+34 |
| | | |||||
| * | Revert logging setup change because it has unintended | Karl MacMillan | 2007-12-03 | 1 | -3/+3 |
| | | | | | | | | consequences during ipa-server-install. | ||||
| * | Require that the default users group exists | Rob Crittenden | 2007-11-30 | 2 | -10/+21 |
| | | | | | | | | Fix some copy-paste errors from the password policy update | ||||
| * | Don't allow the admins or editors groups to be removed. | Rob Crittenden | 2007-11-30 | 2 | -0/+25 |
| | | | | | | | | Don't allow the default group for users to be removed. | ||||
| * | delete_group() takes a DN, not a CN. Also do slightly better error reporting. | Rob Crittenden | 2007-11-30 | 1 | -1/+13 |
| | | |||||
| * | Remove optional arguments from the XML-RPC interface | Rob Crittenden | 2007-11-29 | 1 | -15/+15 |
| | | |||||
| * | Change the password expiration message to be more precise. | Rob Crittenden | 2007-11-29 | 2 | -4/+4 |
| | | |||||
| * | Add utility to lock user accounts. Remove lock capability from ipa-deluser | Rob Crittenden | 2007-11-26 | 7 | -25/+147 |
| | | | | | | | | | | Fix bootstrap.ldif to add new Class of Service entries properly Include some man pages that weren't being installed |