Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add small script to start/stop all of the services that IPA requires in the | Rob Crittenden | 2008-02-28 | 4 | -2/+68 |
| | | | | | | proper order. 435026 | ||||
* | Allow groups to be added as a group membe | Rob Crittenden | 2008-02-28 | 2 | -7/+39 |
| | | | | 435134 | ||||
* | Make sure all entries are generated by us according to IPA | Simo Sorce | 2008-02-28 | 3 | -9/+22 |
| | | | | | default tree. This patch make sure that the DS setup script does not add unwanted entries. | ||||
* | Fixed the way we call ipa-client-install from ipa-replica-install. | Nathan Kinder | 2008-02-28 | 1 | -1/+1 |
| | | | | 434980 | ||||
* | Fix off-by-one error in the number of steps to install a service | Rob Crittenden | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | Add action statement to ldap.conf update | Rob Crittenden | 2008-02-27 | 1 | -15/+15 |
| | | | | | Move imports into try/except so that ctrl-C can always be caught Fix typo | ||||
* | In the UI we don't want to display Edit links unless someone can actually | Rob Crittenden | 2008-02-27 | 6 | -16/+121 |
| | | | | | | | | | | | | edit things. We use the 'editors' group for this. This group itself grants no permission other than displaying certain things in the UI. In order to be in the editors group a user must be a member of a group that is the source group in a delegation. The memberof plugin will do all the hard work to be sure that a user's memberof contains cn=editors if they are in a delegated group. 432874 | ||||
* | - Centralize try/except so the entire program is covered. This make it | Rob Crittenden | 2008-02-27 | 19 | -1034/+1136 |
| | | | | | | | possible to catch KeyboardInterrupt during the import process. - Add function for handling python differences with GSSError 434798 | ||||
* | Don't log passwords in ipaserver-install.log | Rob Crittenden | 2008-02-26 | 1 | -2/+4 |
| | | | | 433509 | ||||
* | The admins group cannot be renamed. | Rob Crittenden | 2008-02-27 | 2 | -0/+8 |
| | | | | 433880 | ||||
* | Use correct variable for determining the host name | Rob Crittenden | 2008-02-26 | 1 | -1/+1 |
| | | | | 435055 | ||||
* | Require that service principals resolve to a DNS A record. | Rob Crittenden | 2008-02-26 | 7 | -11/+45 |
| | | | | | | There is a --force option for those who know what they are doing. 433483 | ||||
* | Don't try to use options.realm_name unless it was passed in | Rob Crittenden | 2008-02-26 | 1 | -6/+15 |
| | | | | | | | Don't allow empty responses to domain and realm name Handle ctrl-C 434982 | ||||
* | Add failover to the XML-RPC client | Rob Crittenden | 2008-02-22 | 4 | -11/+38 |
| | | | | 433506 | ||||
* | Contribute, RHEL4 compatible, simple setup script | Simo Sorce | 2008-02-26 | 2 | -0/+802 |
| | |||||
* | Use the label "Full Name" for "Common Name" | Rob Crittenden | 2008-02-26 | 2 | -2/+2 |
| | | | | 433525 | ||||
* | We do not require the Master password anymore, fix code and error message | Simo Sorce | 2008-02-25 | 1 | -4/+3 |
| | |||||
* | Fix unattended install | Simo Sorce | 2008-02-25 | 1 | -20/+23 |
| | |||||
* | Compress man pages after installation | Rob Crittenden | 2008-02-25 | 1 | -0/+2 |
| | |||||
* | Move ipa-getkeytab man page into proper subdir | Rob Crittenden | 2008-02-25 | 7 | -8/+21 |
| | | | | 433878 | ||||
* | Don't allow a group to be a member of itself. | Rob Crittenden | 2008-02-22 | 2 | -1/+10 |
| | | | | 434542 | ||||
* | Command-line utility to manage password policy | Rob Crittenden | 2008-02-25 | 5 | -1/+195 |
| | | | | 432814 | ||||
* | Remove HTML from Javascript error message and fix up language to be clearer | Rob Crittenden | 2008-02-22 | 1 | -1/+1 |
| | | | | 433374 | ||||
* | Make sure KrbPrincipalName is unique server-wide | Rob Crittenden | 2008-02-21 | 1 | -0/+35 |
| | | | | Fix the build. Somehow this file didn't get committed. | ||||
* | Make sure KrbPrincipalName is unique server-wide | Simo Sorce | 2008-02-21 | 2 | -0/+5 |
| | |||||
* | Syntax error, ')' in the worng place throws nasty 500 errors on ldap errors :) | Simo Sorce | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | Remove reference to wrong command | Rob Crittenden | 2008-02-21 | 1 | -5/+5 |
| | | | | | | Clean up language around automatically appending the Kerberos realm 433800 | ||||
* | Redirect users when they don't use the FQDN on both SSL and non-SSL ports | Rob Crittenden | 2008-02-21 | 6 | -16/+37 |
| | | | | | | | We update the mod_nss configuration (nss.conf) during installation to include ipa-rewrite.conf to handle the SSL side. 433054 | ||||
* | Become freeipa-0.99.0 | Rob Crittenden | 2008-02-21 | 15 | -26/+68 |
| | |||||
* | Don't clear out the uid from the session until the record has been updated. | Rob Crittenden | 2008-02-20 | 1 | -3/+3 |
| | |||||
* | Don't let a regular user edit their own active status or manager | Rob Crittenden | 2008-02-20 | 1 | -1/+4 |
| | | | | 433384 | ||||
* | Use basestring class when testing to see if an object is a string to support | Rob Crittenden | 2008-02-21 | 4 | -10/+12 |
| | | | | | | both Unicode and byte strings. 433651 | ||||
* | Add some additional error handling | Rob Crittenden | 2008-02-20 | 2 | -5/+11 |
| | | | | 433347 | ||||
* | cosmetic fixes | Simo Sorce | 2008-02-21 | 1 | -4/+5 |
| | |||||
* | Let users write their own password, should fix 433707 | Simo Sorce | 2008-02-21 | 1 | -0/+1 |
| | |||||
* | merge | Simo Sorce | 2008-02-21 | 8 | -5/+10 |
|\ | |||||
| * | Create the selinux installation directory before installing files | Rob Crittenden | 2008-02-20 | 1 | -0/+1 |
| | | |||||
| * | IE 6 doesn't support transparent PNG | Rob Crittenden | 2008-02-20 | 4 | -3/+1 |
| | | | | | | | | | | | | Remove stray character and a debug line from the CSS 429984 | ||||
| * | Provide feedback on what is being done during ipa-client-install | Rob Crittenden | 2008-02-20 | 1 | -0/+6 |
| | | | | | | | | 429541 | ||||
| * | Fix for building on RHEL 5.x. | Rob Crittenden | 2008-02-20 | 2 | -2/+2 |
| | | |||||
* | | Purely indentiation, trailing spaces, cosmetic fixes | Simo Sorce | 2008-02-21 | 1 | -133/+173 |
|/ | |||||
* | merge | Simo Sorce | 2008-02-20 | 15 | -3/+4 |
|\ | |||||
| * | Include and use policy icon in the UI | Rob Crittenden | 2008-02-20 | 5 | -3/+4 |
| | | | | | | | | 430954 | ||||
| * | Objects used by new CSS layout. | Rob Crittenden | 2008-02-20 | 10 | -0/+0 |
| | | |||||
* | | Pass in server and domain parameters if provided, so that they are not ignored | Simo Sorce | 2008-02-19 | 1 | -3/+8 |
| | | |||||
* | | Start ntpd first unless we do not want it. | Simo Sorce | 2008-02-20 | 5 | -18/+44 |
| | | | | | | | | | | Make sure we do sync the clock leaping to the current correct time. This avoids problems with bad dates on certificates, etc.. | ||||
* | | Run ipa-client-install after server install bits | Simo Sorce | 2008-02-20 | 3 | -12/+45 |
|/ | |||||
* | Warn if a user tries to install a replica on the wrong target machine | Rob Crittenden | 2008-02-19 | 1 | -0/+12 |
| | | | | 432691 | ||||
* | Add some error handling for LDAP connection issues | Rob Crittenden | 2008-02-19 | 2 | -12/+38 |
| | | | | | | Verify the DM password earlier in the process 433368 | ||||
* | Only show Delete button for admins, editors and don't let user delete them self | Rob Crittenden | 2008-02-18 | 1 | -2/+4 |
| | | | | Resolves 433382 |