Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | ||||
* | Verify current domain with user during installation | Rob Crittenden | 2008-02-15 | 7 | -32/+79 |
| | | | | | | Use that domain when creating replicas Resolves 432066 | ||||
* | Update of CSS from Máirín Duffy including some per-object images | Rob Crittenden | 2008-02-19 | 22 | -171/+376 |
| | |||||
* | Use the proper access methods in IPA policy subcontroller. | Rob Crittenden | 2008-02-18 | 1 | -17/+17 |
| | | | | Resolves 433062 | ||||
* | memberOf attribute should not be replicated | Rob Crittenden | 2008-02-18 | 1 | -0/+1 |
| | | | | Resolves 430017 | ||||
* | Import internationalization for kid templates patch from Masato Taruishi | Rob Crittenden | 2008-02-19 | 10 | -4/+1602 |
| | |||||
* | Initial SELinux policies for ipa_kpasswd and ipa_webgui | Rob Crittenden | 2008-02-08 | 10 | -12/+368 |
| | |||||
* | Display the path to the PKCS#12 password file at the end of installation | Rob Crittenden | 2008-02-19 | 1 | -0/+1 |
| | |||||
* | Fix bug that prevented single-character fields | Rob Crittenden | 2008-02-11 | 2 | -4/+10 |
| | | | | | | | | | | Fix bug in exception handling where we were sending the wrong thing as detail. Basically we were catching an LDAP error, generating an IPAError from it, catching that, then setting the detail of the 2nd exception to another IPAError rather than the root exception. This caused anything looking at e.detail to crap out Resolves 432136 | ||||
* | Don't create a backup of the PKCS#12 cert on replicas | Rob Crittenden | 2008-02-14 | 2 | -12/+17 |
| | | | | | | Name the file created by ipa-replica-prepare after the FQDN of the target Resolves 432904 | ||||
* | Fix bugs in handling of circular groupings in memberOf plug-in. | Nathan Kinder | 2008-02-14 | 1 | -5/+18 |
| | | | | Resolves 432140 | ||||
* | Fix incorrect form label | Rob Crittenden | 2008-02-14 | 1 | -1/+1 |
| | | | | Resolves 432731 | ||||
* | Gracefully handle sys.exit() in python 2.4 | Rob Crittenden | 2008-02-11 | 1 | -0/+2 |
| | |||||
* | Generate the multi-value entries needed when redirecting to the edit_user | Rob Crittenden | 2008-02-08 | 1 | -24/+39 |
| | | | | | | page. This avoids a Nonetype error. Resolves 432106 | ||||
* | Install principalshow.kid | Rob Crittenden | 2008-02-08 | 1 | -0/+1 |
| | |||||
* | Missed a place to translate the realm name into an instance name | Rob Crittenden | 2008-02-08 | 1 | -1/+3 |
| | | | | Catch SystemExit exceptions otherwise a trace will be shown with python 2.4 | ||||
* | Always do a chkconfig --add/--del on install/uninstall | Rob Crittenden | 2008-02-08 | 1 | -0/+14 |
| | | | | | This makes a from-tree installation work. We also do this in the rpm spec file. Contributed by Pieter D.J. Krul | ||||
* | Switch 'below' to 'above' to point to the right location of the CA on the page | Rob Crittenden | 2008-02-07 | 1 | -1/+1 |
| | |||||
* | Don't set blank values so we don't end up with empty attributes | Rob Crittenden | 2008-01-30 | 1 | -70/+70 |
| | | | | Resolves 429895 | ||||
* | Set the license uniformly to GPLv2 only. | Rob Crittenden | 2008-02-04 | 81 | -29/+1083 |
| | |||||
* | Create /var/run/<process>.pid to play nicers with the start scripts | Rob Crittenden | 2008-02-06 | 3 | -5/+36 |
| | | | | Need to start ipa_webgui as root and drop privs in order to write in /var/run | ||||
* | Fix broken attempt to return 0 on success, 1 on failure | Rob Crittenden | 2008-02-06 | 1 | -2/+2 |
| | |||||
* | Fix two typos | Rob Crittenden | 2008-02-05 | 1 | -2/+2 |
| | |||||
* | Return 1 on error, 0 on success | Rob Crittenden | 2008-02-05 | 1 | -0/+2 |
| | |||||
* | Use file to store the current CA serial number | Rob Crittenden | 2008-02-05 | 7 | -43/+162 |
| | | | | | | | No longer create a PKCS#12 file that contains the CA No longer send the entire CA to each replica, generate the SSL certs on master Fix number of bugs in ipa-replica-install and prepare Produce status output during replica creation | ||||
* | Marked with wrong license. IPA is GPLv2. | Rob Crittenden | 2008-01-31 | 2 | -8/+14 |
| | |||||
* | Use orig_user_dict to get krbprincipalname when changing passwords. | Rob Crittenden | 2008-01-31 | 1 | -1/+6 |
| | | | | Add an extra exception handler so we don't return a 500 on errors. | ||||
* | Ensure that the ipa_webgui error log exists and has correct permissions. | Rob Crittenden | 2008-01-31 | 2 | -2/+16 |
| | | | | Resolves 431089 | ||||
* | Use correct variable for domain when restoring a file. | Rob Crittenden | 2008-01-31 | 1 | -1/+1 |
| | | | | Resolves 430724 | ||||
* | Enable logging so we can catch startup errors either in the console or | Rob Crittenden | 2008-01-30 | 1 | -3/+51 |
| | | | | | | the error log. Add a foreground and debug flag Resolves 430011 | ||||
* | Put user-modifiable files into /etc/ipa/html so they can be marked as | Rob Crittenden | 2008-01-30 | 2 | -4/+64 |
| | | | | | config(noreplace). Resolves 430004 | ||||
* | Missed closing quote | Rob Crittenden | 2008-01-29 | 1 | -1/+1 |
| | |||||
* | Remove reference to radius that wasn't used and was causing program to fail. | Rob Crittenden | 2008-01-29 | 1 | -1/+1 |
| | | | | Resolves 429853 | ||||
* | Include some additional information when installing IPA. | Rob Crittenden | 2008-01-25 | 2 | -4/+16 |
| | | | | | Remove 8080 as a port that needs to be opened bz 430088 | ||||
* | Fix misspelling of the word indices. | Rob Crittenden | 2008-01-25 | 3 | -4/+4 |
| | |||||
* | Re-factor the ipa_webgui and ipa_kpasswd instance code | Mark McLoughlin | 2008-01-22 | 6 | -66/+41 |
| | | | | | | | | | The ipa_webgui and ipa_kpasswd instance code is identical and I want to add another similar instance down the line, so re-factor the code into a service.SimpleServiceInstance class. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Initialise DsInstance.pkcs12_info | Mark McLoughlin | 2008-01-22 | 1 | -0/+1 |
| | | | | | | | | DsInstance.pkcs12_info isn't currently initialised in the constructore so, e.g. __enable_ssl() assumes that create_instance() has initialised it. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Small refactor of dsinstance.config_dirname() | Mark McLoughlin | 2008-01-22 | 2 | -13/+13 |
| | | | | | | | | | | | | | If, in future, we change the server ID so that it's not derived from the realm name, there's a fair few places that need to be changed. Make that easier by having config_dirname() take the server ID rather than the realm name. That makes sense anyway so we don't have to realm_to_serverid() so much. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Remove questions from ipaserver.dsinstance | Mark McLoughlin | 2008-01-22 | 2 | -25/+34 |
| | | | | | | | | | | | | | Let's assume that all ipaserver.dsinstance could be used somewhere where asking questions on stdout/stdin is not approriate and re-factor the code to be suitable in those situations too. i.e. make check_existing_installation() return a list of server IDs and make check_ports() return an (unsecure, secure) tuple indication which ports are in use. Signed-off-by: Mark McLoughlin <markmc@redhat.com> | ||||
* | Listen only on the localhost interface | Rob Crittenden | 2008-01-25 | 1 | -0/+4 |
| | | | | Resolves bz 430191 | ||||
* | Dropped the last 's' in the sessions cache directory | Rob Crittenden | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | Major mistake on my part by adding sessions to the wrong place. This broke | Rob Crittenden | 2008-01-24 | 1 | -1/+1 |
| | | | | ipa_webgui. | ||||
* | Missed one replacement of pyasn1 -> python-pyasn1 | Rob Crittenden | 2008-01-24 | 1 | -1/+1 |
| | |||||
* | Use Fedora package names for PyKerberos (python-kerberos) and pyasn1 | Rob Crittenden | 2008-01-24 | 3 | -4/+12 |
| | | | | (python-pyasn1) for the specfile Requires. | ||||
* | Add a copy of the LICENSE and populate some README's | Rob Crittenden | 2008-01-23 | 1 | -0/+20 |
| | |||||
* | Enable server-side sessions. It is currently using files for sessions. | Rob Crittenden | 2008-01-23 | 7 | -3/+38 |
| |