summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Centralize try/except so the entire program is covered. This make itRob Crittenden2008-02-2719-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.logRob Crittenden2008-02-261-2/+4
| | | | 433509
* The admins group cannot be renamed.Rob Crittenden2008-02-272-0/+8
| | | | 433880
* Use correct variable for determining the host nameRob Crittenden2008-02-261-1/+1
| | | | 435055
* Require that service principals resolve to a DNS A record.Rob Crittenden2008-02-267-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 inRob Crittenden2008-02-261-6/+15
| | | | | | | Don't allow empty responses to domain and realm name Handle ctrl-C 434982
* Add failover to the XML-RPC clientRob Crittenden2008-02-224-11/+38
| | | | 433506
* Contribute, RHEL4 compatible, simple setup scriptSimo Sorce2008-02-262-0/+802
|
* Use the label "Full Name" for "Common Name"Rob Crittenden2008-02-262-2/+2
| | | | 433525
* We do not require the Master password anymore, fix code and error messageSimo Sorce2008-02-251-4/+3
|
* Fix unattended installSimo Sorce2008-02-251-20/+23
|
* Compress man pages after installationRob Crittenden2008-02-251-0/+2
|
* Move ipa-getkeytab man page into proper subdirRob Crittenden2008-02-257-8/+21
| | | | 433878
* Don't allow a group to be a member of itself.Rob Crittenden2008-02-222-1/+10
| | | | 434542
* Command-line utility to manage password policyRob Crittenden2008-02-255-1/+195
| | | | 432814
* Remove HTML from Javascript error message and fix up language to be clearerRob Crittenden2008-02-221-1/+1
| | | | 433374
* Make sure KrbPrincipalName is unique server-wideRob Crittenden2008-02-211-0/+35
| | | | Fix the build. Somehow this file didn't get committed.
* Make sure KrbPrincipalName is unique server-wideSimo Sorce2008-02-212-0/+5
|
* Syntax error, ')' in the worng place throws nasty 500 errors on ldap errors :)Simo Sorce2008-02-211-1/+1
|
* Remove reference to wrong commandRob Crittenden2008-02-211-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 portsRob Crittenden2008-02-216-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.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
|