Nathaniel McCallum
bc26d87b34
Add ipaUserAuthType and ipaUserAuthTypeClass
...
This schema addition will be useful for future commits. It allows us to
define permitted external authentication methods on both the user and
global config. The implementation is generic, but the immediate usage
is for otp support.
https://fedorahosted.org/freeipa/ticket/3365
http://freeipa.org/page/V3/OTP
2013-05-17 09:30:51 +02:00
Ana Krivokapic
c5bfeb1ed0
Prompt for nameserver IP address in dnszone-add
...
Prompt for nameserver IP address in interactive mode of dnszone-add.
Add a corresponding field to dnszone creation dialog in the web UI.
This parameter is required if and only if:
* New zone is a forward zone
* Nameserver is defined inside the new zone
Add a new unit test to cover this functionality.
https://fedorahosted.org/freeipa/ticket/3603
2013-05-16 11:01:33 +02:00
Tomas Babej
78774916c8
Remove redundancy from hbactest help text
...
I modified the SID in the second example so that result corresponds
with the 5. example.
https://fedorahosted.org/freeipa/ticket/3625
2013-05-15 18:18:13 +02:00
Martin Kosek
ba89635679
Set KRB5CCNAME so that dirsrv can work with newer krb5-server
...
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/<uid> isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).
Use KRB5CCNAME to set a file path instead in /etc/sysconfig/dirsrv.
https://fedorahosted.org/freeipa/ticket/3628
2013-05-14 17:01:03 -04:00
Petr Viktorin
8897b51814
Remove leading zero from IPA_NUM_VERSION
...
The numeric IPA_NUM_VERSION contained a leading zero, so it was treated
as octal value in Python code instead of decimal.
https://fedorahosted.org/freeipa/ticket/3622
2013-05-14 18:49:05 +02:00
Petr Vobornik
2ba3140aff
Fix: HBAC Test tab is missing
...
Caused by typo in metadata provider source path.
No metadata -> no HBAC test entity -> no tab
https://fedorahosted.org/freeipa/ticket/3627
2013-05-14 18:43:54 +02:00
Rob Crittenden
b30b3bcccd
Bump version for development branch to 3.2.99
2013-05-10 15:05:08 -04:00
Rob Crittenden
da6573917f
Become 3.2.0
2013-05-10 09:30:08 -04:00
Martin Kosek
58dd5b970e
Fix SASL_NOCANON behavior for LDAPI
...
Add requires for openldap-2.4.35-4 to pickup fixed SASL_NOCANON
behavior for socket based connections (#960222 ).
2013-05-10 14:18:10 +02:00
Petr Viktorin
4054b90f46
Update translations from Transifex
2013-05-09 21:52:53 +02:00
Martin Kosek
8667d169da
Fix ipa-ca DNS name creation
...
Previous fix (6d06a7e) did not work properly on a CA-less replica
with CA-powered master.
https://fedorahosted.org/freeipa/ticket/3617
2013-05-09 14:16:51 -04:00
Martin Kosek
6368a60730
Do not add ipa-ca records on CA-less installs
...
ipa-dns-install crashed when it was run on a CA-less server.
https://fedorahosted.org/freeipa/ticket/3617
2013-05-09 15:13:33 +02:00
Rob Crittenden
13cef6cac4
Set KRB5CCNAME so httpd s4u2proxy can with with newer krb5-server
...
The DIR ccache format is now the default in krb5-server 1.11.2-4
but /run/user/<uid> isn't created for Apache by anything so it
has no ccache (and it doesn't have SELinux permissions to write here
either).
Use KRB5CCNAME to set a file path instead in /etc/sysconfig/httpd.
https://fedorahosted.org/freeipa/ticket/3607
2013-05-09 09:15:47 +02:00
Petr Viktorin
8f6e6514c4
Only require libsss_nss_idmap-python in Fedora 19+
...
The package is only available in Fedora 19.
This means SID resolution in the UI won't work in Fedora 18.
2013-05-07 13:18:48 +02:00
Alexander Bokovoy
03cdc22c94
Resolve SIDs in Web UI
...
Introduce new command, 'trust-resolve', to aid resolving SIDs to names
in the Web UI.
The command uses new SSSD interface, nss_idmap, to resolve actual SIDs.
SSSD caches resolved data so that future requests to resolve same SIDs
are returned from a memory cache.
Web UI code is using Dojo/Deferred to deliver result of SID resolution
out of band. Once resolved names are available, they replace SID values.
Since Web UI only shows ~20 records per page, up to 20 SIDs are resolved
at the same time. They all sent within the single request to the server.
https://fedorahosted.org/freeipa/ticket/3302
2013-05-06 20:44:00 +02:00
Petr Vobornik
aedded862d
Enable standalone facets in menu.add_item
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:31 +02:00
Petr Vobornik
c7bd6de9be
Fix crash on host deleletion
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:31 +02:00
Petr Vobornik
57c504a5b9
Fix crash on ssh key add
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:31 +02:00
Petr Vobornik
13ad7da19a
Fix WebUI crash when server installed as CA-less
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:31 +02:00
Petr Vobornik
242a090807
Fix trustconfig specification
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
853cdbbfd3
Navigation: handle invalid routes
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
c506087227
Builder: Singleton_registry: return null when construction spec not available
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
cf8bab45fc
Fix: make association facets in selfservice readonly
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
348dc948ff
Builder: fix join of pre_ops and post_ops arrays
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
504fa6c786
Do not offer already added members in association dialogs when different casing
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
0674d67acc
Switch customization and registration phase
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
c72d0f5075
Generate plugin index dynamically
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
c5e99d7cd6
Remove entities.js, facets.js
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:30 +02:00
Petr Vobornik
a069841ff0
Replace ./facets with reg.facet
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
3599357bcc
Fix rule table add/delete button enablement
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
c151e01e79
Add widget updated event
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
b184e24f91
Removal of IPA.metadata usages
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
c3615f0ebc
Move spec creations of sudorule, hbacrule, netgroup and selinuxusermap details facet from their factories
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
4be9383033
Don't automatically refresh facet after action success
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
c3856f2d3b
Remove cert menu item when disabled
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
ee491bdf38
Replace IPA.metadata.objects... with declarative definitions
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
14c276d218
Convert definitions of entities to spec objects
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
a513673f04
Entity build: test for enabled in post_op
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:29 +02:00
Petr Vobornik
aba74aafe5
Builder: handle expected errors in post_ops
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
9255bb481e
Entity: allow definition of facet_groups in entity specs
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
2182c93e2f
Entity registry and builder which allow definition by spec
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
790853c587
Fix trustconfig after rebase
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
cf6b83a61e
Fix hbactest after rebase
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
08a5e2c0ca
Builder: allow registration without factory or ctor
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
ac1850a8f0
Use builder for entity dialogs
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
2cf0542b0d
Builders: allow pre_ops and post_ops in build overrides
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
f188fcdfa7
Replace IPA.get_command_arg calls in specs with provider strings
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:28 +02:00
Petr Vobornik
e4150918f6
Replace IPA.get_command_option calls in specs with provider strings
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:27 +02:00
Petr Vobornik
60b3208cf5
Replace IPA.get_entity_param calls in specs with provider strings
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:27 +02:00
Petr Vobornik
ff81965e71
Allow metadata provider format for field metadata declaration
...
https://fedorahosted.org/freeipa/ticket/3235
2013-05-06 16:22:27 +02:00