summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Become freeipa-0.99.0Rob Crittenden2008-02-2115-26/+68
|
* Don't clear out the uid from the session until the record has been updated.Rob Crittenden2008-02-201-3/+3
|
* Don't let a regular user edit their own active status or managerRob Crittenden2008-02-201-1/+4
| | | | 433384
* Use basestring class when testing to see if an object is a string to supportRob Crittenden2008-02-214-10/+12
| | | | | | both Unicode and byte strings. 433651
* Add some additional error handlingRob Crittenden2008-02-202-5/+11
| | | | 433347
* cosmetic fixesSimo Sorce2008-02-211-4/+5
|
* Let users write their own password, should fix 433707Simo Sorce2008-02-211-0/+1
|
* mergeSimo Sorce2008-02-218-5/+10
|\
| * Create the selinux installation directory before installing filesRob Crittenden2008-02-201-0/+1
| |
| * IE 6 doesn't support transparent PNGRob Crittenden2008-02-204-3/+1
| | | | | | | | | | | | Remove stray character and a debug line from the CSS 429984
| * Provide feedback on what is being done during ipa-client-installRob Crittenden2008-02-201-0/+6
| | | | | | | | 429541
| * Fix for building on RHEL 5.x.Rob Crittenden2008-02-202-2/+2
| |
* | Purely indentiation, trailing spaces, cosmetic fixesSimo Sorce2008-02-211-133/+173
|/
* mergeSimo Sorce2008-02-2015-3/+4
|\
| * Include and use policy icon in the UIRob Crittenden2008-02-205-3/+4
| | | | | | | | 430954
| * Objects used by new CSS layout.Rob Crittenden2008-02-2010-0/+0
| |
* | Pass in server and domain parameters if provided, so that they are not ignoredSimo Sorce2008-02-191-3/+8
| |
* | Start ntpd first unless we do not want it.Simo Sorce2008-02-205-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 bitsSimo Sorce2008-02-203-12/+45
|/
* Warn if a user tries to install a replica on the wrong target machineRob Crittenden2008-02-191-0/+12
| | | | 432691
* Add some error handling for LDAP connection issuesRob Crittenden2008-02-192-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 selfRob Crittenden2008-02-181-2/+4
| | | | Resolves 433382
* Verify current domain with user during installationRob Crittenden2008-02-157-32/+79
| | | | | | Use that domain when creating replicas Resolves 432066
* Update of CSS from Máirín Duffy including some per-object imagesRob Crittenden2008-02-1922-171/+376
|
* Use the proper access methods in IPA policy subcontroller.Rob Crittenden2008-02-181-17/+17
| | | | Resolves 433062
* Handle input range properly and catch KeyboardInterrupt and exit gracefullyRob Crittenden2008-02-203-11/+25
| | | | 433496
* Handle a ctrl-C gracefully while getting the new passwordRob Crittenden2008-02-201-13/+18
| | | | Resolves 433053
* memberOf attribute should not be replicatedRob Crittenden2008-02-181-0/+1
| | | | Resolves 430017
* Import internationalization for kid templates patch from Masato TaruishiRob Crittenden2008-02-1910-4/+1602
|
* Initial SELinux policies for ipa_kpasswd and ipa_webguiRob Crittenden2008-02-0811-13/+387
|
* Display the path to the PKCS#12 password file at the end of installationRob Crittenden2008-02-191-0/+1
|
* Fix bug that prevented single-character fieldsRob Crittenden2008-02-112-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 replicasRob Crittenden2008-02-142-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 Kinder2008-02-141-5/+18
| | | | Resolves 432140
* Fix incorrect form labelRob Crittenden2008-02-141-1/+1
| | | | Resolves 432731
* Use ldap_explode_dn instead of ldap_str2dn so we can use python-ldap 2.2.0Rob Crittenden2008-02-111-5/+4
|
* Gracefully handle sys.exit() in python 2.4Rob Crittenden2008-02-111-0/+2
|
* Generate the multi-value entries needed when redirecting to the edit_userRob Crittenden2008-02-081-24/+39
| | | | | | page. This avoids a Nonetype error. Resolves 432106
* Install principalshow.kidRob Crittenden2008-02-081-0/+1
|
* Missed a place to translate the realm name into an instance nameRob Crittenden2008-02-081-1/+3
| | | | Catch SystemExit exceptions otherwise a trace will be shown with python 2.4
* Include some missing man pagesRob Crittenden2008-02-081-0/+3
|
* Include some missing utilities in the MakefileRob Crittenden2008-02-081-0/+2
|
* Always do a chkconfig --add/--del on install/uninstallRob Crittenden2008-02-081-0/+14
| | | | | This makes a from-tree installation work. We also do this in the rpm spec file. Contributed by Pieter D.J. Krul
* Add switch to be able to provide a comma separate list of encryption typesSimo Sorce2008-02-061-25/+76
| | | | | we want to have in the keytab. This superceedes any default enctype.
* Switch 'below' to 'above' to point to the right location of the CA on the pageRob Crittenden2008-02-071-1/+1
|
* Don't set blank values so we don't end up with empty attributesRob Crittenden2008-01-302-70/+91
| | | | Resolves 429895
* Set the license uniformly to GPLv2 only.Rob Crittenden2008-02-04124-92/+1209
|
* Create /var/run/<process>.pid to play nicers with the start scriptsRob Crittenden2008-02-063-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 failureRob Crittenden2008-02-061-2/+2
|
* Fix two typosRob Crittenden2008-02-051-2/+2
|