summaryrefslogtreecommitdiffstats
path: root/install
Commit message (Collapse)AuthorAgeFilesLines
...
* Tab I18NAdam Young2011-01-265-455/+167
| | | | | | | Makes the values for the Top level tabs internationizable, and no longer just passes through their names Also uses the I18N values for SUDO and HBAC as the static text in the Action p[anel title
* js lint fixAdam Young2011-01-251-3/+3
|
* Modal Panel ChangesSystem Administrator2011-01-251-12/+45
|
* error handling styleAdam Young2011-01-259-42/+97
| | | | modifying the directories so they find the assets in the right locations
* Main UI, migration, and html Style updatesKyle Baker2011-01-2531-305/+2592
|
* Fix assorted bugs found by pylintJakub Hrozek2011-01-252-3/+3
|
* Create DNS records as early as possibleSimo Sorce2011-01-251-4/+15
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/833
* Always add DNS records when installing a replicaSimo Sorce2011-01-252-4/+43
| | | | | | | Even if the replica is not running a DNS server other replicas might. So if the DNS container is present, then try to add DNS records. Fixes: https://fedorahosted.org/freeipa/ticket/824
* action panel select for multiple entitiesAdam Young2011-01-251-8/+18
|
* unselected facets Facets that were not selected were getting the class ↵Adam Young2011-01-251-2/+0
| | | | indicating that they were sselected
* action buttons for dnsAdam Young2011-01-251-2/+2
|
* aci attribute table two columnsAdam Young2011-01-252-20/+20
|
* remove icons from association buttonsAdam Young2011-01-251-2/+0
|
* Enforce uniqueness on (key,info) pairs in automount keysJakub Hrozek2011-01-251-1/+2
| | | | https://fedorahosted.org/freeipa/ticket/293
* Populate shared tree with replica related valuesSimo Sorce2011-01-251-0/+1
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/820
* Make the -u option optional in unattended modeSimo Sorce2011-01-241-8/+11
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/836
* Remove trailing spaceSimo Sorce2011-01-241-1/+1
|
* Block anonymous access to HBAC, role and some member information.Rob Crittenden2011-01-242-0/+11
| | | | | | | | Prevents an unauthenticated user from accessing HBAC and role information as well as memberof which could disclose roles, memberships in HBAC, etc. ticket 811
* Removed 'name' from 'Sudo Command Group name'.Endi S. Dewata2011-01-2419-21/+21
|
* Added scrollable panel for delete dialog box.Endi S. Dewata2011-01-244-8/+13
|
* Added spaces around radio buttons.Endi S. Dewata2011-01-243-4/+52
|
* Allow SASL/EXTERNAL authentication for the root userSimo Sorce2011-01-203-1/+29
| | | | | | | | This gives the root user low privileges so that when anonymous searches are denied the init scripts can still search the directory via ldapi to get the list of serevices to start. Fixes: https://fedorahosted.org/freeipa/ticket/795
* Make krb5kdc use the ldapi socket to talk to dirsrvSimo Sorce2011-01-201-1/+1
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/812
* rename static to uiAdam Young2011-01-20243-9/+9
| | | | Directory rename
* enroll dialog layoutAdam Young2011-01-191-3/+3
| | | | we were squeezing the buttons in the middle of the page. This patch shrinks the two boxes on either side and centers the buttons.
* background into MakefileAdam Young2011-01-181-0/+1
|
* Force flag for Hosts and Services.Endi S. Dewata2011-01-184-34/+88
| | | | | | | The add dialogs for Hosts and Services have been updated to include a checkbox to force adding hosts/services that are not in DNS. The widgets has been updated to support tooltips.
* Unprovision message and buttons adjustments.Endi S. Dewata2011-01-182-12/+2
| | | | | The message and buttons in the unprovision dialog box have been updated according to the latest spec.
* Move HBAC services and service groups to cn=hbacJan Zeleny2011-01-1812-49/+49
| | | | https://fedorahosted.org/freeipa/ticket/762
* CSS class for buttons without icons.Endi S. Dewata2011-01-182-2/+15
| | | | | | A new CSS class has been added for buttons without icons. The IPA.button() has been modified to use this class if there is no icons specified.
* New certificate and Kerberos key status behavior.Endi S. Dewata2011-01-187-122/+169
| | | | | | The status panel for certificates and Kerberos keys has been modified to display only the current status with the relevant buttons. New icons have been added to replace the red/yellow/green bullets.
* dns action controlsAdam Young2011-01-181-1/+2
| | | | was adding the action controls to multiple lines. Now only one
* Let ipactl output errors to stderrSimo Sorce2011-01-181-7/+1
| | | | | Init scripts normally do not log to syslog, instead they write errors to the stderr pipe. Do the same.
* Add a way to print output from commandsSimo Sorce2011-01-181-14/+14
| | | | | | | | Instead pof always capturing the output, make it possible to let it go to the standard output pipes. Use this in ipactl to let init scripts show their output. Fixes: https://fedorahosted.org/freeipa/ticket/765
* search unit tests Unit tests were by the hiding of the search, and elements ↵Adam Young2011-01-181-5/+8
| | | | from the action panel.
* jslint cleanupAdam Young2011-01-184-4/+5
|
* Move sudo related data all under cn=sudoSimo Sorce2011-01-1719-43/+49
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/773
* Certificate and Kerberos key status adjustments.Endi S. Dewata2011-01-154-4/+33
| | | | | | The OTP field has been moved into a separate row to avoid line wrapping. The line height inside tables has been increased to avoid overlapping buttons in certificate status panel.
* no entry for search if the search facet is selected, don't put an entry in ↵Adam Young2011-01-151-4/+4
| | | | the action panel for the search
* Details to SettingsAdam Young2011-01-1517-59/+53
| | | | Using I18N messages for most of the details
* arrow icons Use Unicode characters for the arrow iconsAdam Young2011-01-152-12/+18
|
* lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and ↵Adam Young2011-01-1528-134/+414
| | | | see that there are no error messages.
* Execute /usr/bin/python directly instead of /usr/bin/env pythonRob Crittenden2011-01-145-5/+5
| | | | ticket 608
* Remove radius options completely.Simo Sorce2011-01-1411-787/+4
| | | | | | | This has been completely abandoned since ipa v1 and is not built by default. Instead of carrying dead weight, let's remove it for now. Fixes: https://fedorahosted.org/freeipa/ticket/761
* Move mep templates under cn=etcSimo Sorce2011-01-142-4/+4
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/760
* Move Virtual Operations container under cn=etcSimo Sorce2011-01-144-28/+28
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/759
* Allow using Kerberos credentials with the 'connect' commandSimo Sorce2011-01-142-2/+2
| | | | | | | | Now that we can setup GSSAPI authenticated replication we are not tied to use the Directory Manager password to set up replication agreements. Fixes: https://fedorahosted.org/freeipa/ticket/644
* Use GSSAPI for replicationSimo Sorce2011-01-142-3/+4
| | | | | | | Uses a temporary simple replication agreement over SSL to init the tree. Then once all principals have been created switches replication to GSSAPI. Fixes: https://fedorahosted.org/freeipa/ticket/690
* Remove port argument for ipa-replica-manageSimo Sorce2011-01-142-6/+0
| | | | | We can't use arbitrary ports anyway. And neither AD has any way to use non stadard ports. So remove this unnecessary option.
* Remove unused random password in replica install scriptSimo Sorce2011-01-141-2/+0
|