Simo Sorce
244239e27e
Let ipactl output errors to stderr
...
Init scripts normally do not log to syslog, instead they write errors to the
stderr pipe. Do the same.
2011-01-18 10:04:29 -05:00
Simo Sorce
373455026e
Add a way to print output from commands
...
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
2011-01-18 10:04:19 -05:00
Adam Young
ec3e7f1202
search unit tests Unit tests were by the hiding of the search, and elements from the action panel.
2011-01-18 01:46:56 -05:00
Adam Young
2b50853492
jslint cleanup
2011-01-18 01:46:47 -05:00
Simo Sorce
25cfddcbe1
Move sudo related data all under cn=sudo
...
Fixes: https://fedorahosted.org/freeipa/ticket/773
2011-01-17 11:46:45 -05:00
Endi S. Dewata
fb1f9ecf9f
Certificate and Kerberos key status adjustments.
...
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.
2011-01-15 04:55:16 +00:00
Adam Young
6650dbf6a4
no entry for search if the search facet is selected, don't put an entry in the action panel for the search
2011-01-15 04:46:43 +00:00
Adam Young
285ee9db0c
Details to Settings
...
Using I18N messages for most of the details
2011-01-15 04:42:49 +00:00
Adam Young
f92c831a32
arrow icons Use Unicode characters for the arrow icons
2011-01-15 04:42:06 +00:00
Adam Young
d49cf9ee61
lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and see that there are no error messages.
2011-01-15 03:35:42 +00:00
Rob Crittenden
d7bd9138c8
Execute /usr/bin/python directly instead of /usr/bin/env python
...
ticket 608
2011-01-14 16:27:48 -05:00
Simo Sorce
7ee490e35c
Remove radius options completely.
...
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
2011-01-14 14:06:56 -05:00
Simo Sorce
da7eb1155e
Move mep templates under cn=etc
...
Fixes: https://fedorahosted.org/freeipa/ticket/760
2011-01-14 14:06:56 -05:00
Simo Sorce
5549dca50e
Move Virtual Operations container under cn=etc
...
Fixes: https://fedorahosted.org/freeipa/ticket/759
2011-01-14 14:06:56 -05:00
Simo Sorce
cfa23b1c2a
Allow using Kerberos credentials with the 'connect' command
...
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
2011-01-14 14:06:56 -05:00
Simo Sorce
a0bfbec19f
Use GSSAPI for replication
...
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
2011-01-14 14:06:56 -05:00
Simo Sorce
05055870c9
Remove port argument for ipa-replica-manage
...
We can't use arbitrary ports anyway. And neither AD has any way to use non
stadard ports. So remove this unnecessary option.
2011-01-14 14:06:56 -05:00
Simo Sorce
343ab382a5
Remove unused random password in replica install script
2011-01-14 14:06:56 -05:00
Simo Sorce
2255479ef0
Refactor some replication code
...
This simplifies or rationalizes some code in order to make it easier to change
it to fix bug #690
2011-01-14 14:06:56 -05:00
Adam Young
a68b2d2aa3
hide unselectable options
...
If an option is not selectable from the action panel, hide it until it is selectable
addresses https://fedorahosted.org/freeipa/ticket/747
2011-01-14 13:32:03 -05:00
Adam Young
91fae67fa4
null pkey
...
If the pkey is null, send an empty array.
If the pkey is not null, send and array of length 1 with the pkey in it.
Addresses: https://fedorahosted.org/freeipa/ticket/767
2011-01-14 13:19:56 -05:00
Adam Young
c385db4fc0
spinning wheel display a spinning icon gif during network traffic. Fixes the following from first patch: 1 primary key set in span as opposed to appended, so it only appears once. 2. call hide for the network activity icon only in success or failure functions, not multiple times
2011-01-14 11:42:27 -05:00
Adam Young
680148ed03
scoping functions
...
converting function of the form ipa_<name> to IPA.<name> to remove them from the global namespace.
https://fedorahosted.org/freeipa/ticket/212
2011-01-14 04:03:47 -05:00
Endi S. Dewata
3486047583
Increased icon size for certificate and Kerberos key status.
...
The <li> tag used for status icon has been replaced with <div>
tag shaped like a circle. The size can be adjusted using CSS.
2011-01-13 21:46:05 -05:00
Adam Young
406a52edae
metadata update
...
Static viewing was broken due to recent hbac changes.
2011-01-13 15:55:47 -05:00
Endi S. Dewata
1dc48bca51
Removed debugging message.
2011-01-13 13:09:07 -05:00
Endi S. Dewata
26d1de2d27
Fixed incorrect loop variable.
2011-01-13 13:09:00 -05:00
Endi S. Dewata
d92f5bf8bb
Host details adjustments.
...
The labels for the following fields in Host details page have been
changed:
- fqdn: Fully Qualified Host Name
- serverhostname: Host Name
The ipa_details_field_create_input() and _ipa_create_text_input()
has been converted into methods in ipa_details_field class. The code
has been modified to display read-only fields as labels instead
of disabled text fields.
The attributelevelrights in host test data files have been updated.
2011-01-13 02:14:51 -05:00
Adam Young
b79bf4ab17
javascript lint cleanup
2011-01-12 21:47:05 -05:00
Simo Sorce
abf4dde3e3
Restrict anonymous tgts
...
Fixes: https://fedorahosted.org/freeipa/ticket/432
2011-01-12 17:20:09 -05:00
Jr Aquino
5a0c9371cb
Bugfix for sudo compat cmdcat and deny commands https://fedorahosted.org/freeipa/ticket/742
2011-01-12 11:43:05 -05:00
Jr Aquino
1ea31a0cff
fix sudorule runas user/groups https://fedorahosted.org/freeipa/ticket/570
2011-01-12 11:40:47 -05:00
Adam Young
380fed3bb1
enroll button
...
This was removed in several places where it should still be visible
2011-01-11 23:04:38 -05:00
Endi S. Dewata
308b7b3a49
Added group association table for SUDO command.
...
A section has been added to the SUDO command details page for managing
the association with SUDO command groups. New test data has been added
as well.
2011-01-11 21:33:45 -05:00
Endi S. Dewata
9d0dc89b03
Renamed hbac to hbacrule.
...
All references to hbac in the UI have been replaced with hbacrule.
This is to match the hbacrule plugin. The test data and templates
have been renamed as well.
2011-01-11 21:33:40 -05:00
Endi S. Dewata
409b6efa5f
Support for enabling/disabling table widget.
...
The table widget now can be enabled/disabled. When disabled, the
checkboxes and links/buttons are grayed out and non functional.
The radio buttons in HBAC and SUDO details page have been modified
to enable/disable the corresponding tables.
2011-01-11 21:33:35 -05:00
Endi S. Dewata
e79406a0f9
Fixed SUDO command category.
...
The radio buttons under the Run Commands section in the SUDO details
page have been changed from allow/deny/specified into all/specified,
and moved under the Allow commands subsection, matching the correct
usage of the cmdcategory attribute.
2011-01-11 21:33:29 -05:00
Rob Crittenden
06179dc105
Exit if a DNS A or AAAA record doesn't exist for the replica we are preparing.
...
Without this it is possible to prepare a replica for a host that doesn't
exist in DNS. The result when this replica file is installed is that
replication will fail because the master won't be able to communicate
to the replica by name.
ticket 680
2011-01-11 10:22:33 -05:00
Rob Crittenden
f0401a9127
Make ipaDefaultLoginShell use IA5String syntax to match POSIX schema.
...
ticket 739
2011-01-11 10:21:04 -05:00
Adam Young
75078c0bd4
header style fix
...
minor tweak to the header and gradient for the header
2011-01-10 11:26:10 -05:00
Rob Crittenden
2dac03d7d5
Ship the ipa-dns-install man page
...
ticket 734
2011-01-10 10:38:46 -05:00
Adam Young
c69f4d0fed
center page
...
fixes issues from
https://fedorahosted.org/freeipa/ticket/507
2011-01-10 09:26:32 -05:00
Adam Young
e903f43d48
action-panel adjustments
...
tweak the tabs padding
2011-01-10 13:01:37 -05:00
Endi S. Dewata
039039155f
Fixed command category value.
2011-01-10 12:49:06 -05:00
Adam Young
340d0d685c
remove permissions checkbox
...
self service defaults to write permission, the only acceptable one.
By removing the checkbox, we stop sending invalid permissions
2011-01-08 04:45:07 -05:00
Adam Young
f717d7d2e7
fix entity unit tests unit tests updated to accoount for the facet_group title
2011-01-08 04:45:00 -05:00
Adam Young
5c9c006af1
Validate add-dialog text fields
2011-01-08 04:44:51 -05:00
Rob Crittenden
3f146d9622
Allow the kdc to write krbExtraData
2011-01-07 11:15:16 -05:00
Jakub Hrozek
9232a47877
Create the reverse zone by default
...
A new option to specify reverse zone creation for unattended installs
https://fedorahosted.org/freeipa/ticket/678
2011-01-07 05:05:54 -05:00
Simo Sorce
21bf175e0c
Allow ipa-dns-install to install with just admin credentials
...
Do this by creating a common way to attach to the ldap server for each
instance.
Fixes: https://fedorahosted.org/freeipa/ticket/686
2011-01-07 04:54:17 -05:00