Re: [Freeipa-devel] What would break if loopback addresses were allowed for IPA server?

2016-09-27 Thread Jan Pazdziora
On Wed, Sep 21, 2016 at 12:01:44PM +0200, Jan Pazdziora wrote: > > I've recently hit again the situation of IPA installer not happy > about the provided IP address not being local to it, this time in > containerized environment: > > https://bugzilla.redhat.com/show_

[Freeipa-devel] What would break if loopback addresses were allowed for IPA server?

2016-09-21 Thread Jan Pazdziora
requirement in the installer come from and what would break if it was removed altogether? Thanks, -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo

Re: [Freeipa-devel] [DESIGN][UPDATE] Time-Based HBAC Policies

2016-09-03 Thread Jan Pazdziora
. I would prefer a scheme where they could be > combined though for maximum flexibility with as little as possible > ambiguity. I agree that managing separate host group membership might be and extra work. But it seems to be the only way to remove the ambiguity. -- Jan Pazdziora Senior Principal So

Re: [Freeipa-devel] [DESIGN][UPDATE] Time-Based HBAC Policies

2016-08-29 Thread Jan Pazdziora
this difference, they may be > surprised to find out there are clients that do not honor it. I prefer the first option. We shouldn't introduce new feature and make its behaviour ambiguous from the very start. If the access is denied for old clients when the time-based mechanism is used, at least i

Re: [Freeipa-devel] [PATCH] 0002 Added support for authentication with user certificate

2016-08-08 Thread Jan Pazdziora
On Mon, Aug 08, 2016 at 12:52:33PM +0200, Martin Kosek wrote: > > I discussed this with Jan Pazdziora on IRC, outside of this mail thread, so > let > me repeat my suggestion here. I still think it is premature to add plugins > like > that to FreeIPA core git. We are not

Re: [Freeipa-devel] [PATCH] 0001 Added new authentication method

2016-08-04 Thread Jan Pazdziora
ning the delegated certificated fails. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH] 0001 Added new authentication method

2016-08-03 Thread Jan Pazdziora
A and is working on some polished instructions for the FreeIPA WebUI. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to Fre

Re: [Freeipa-devel] Questions on git

2016-05-25 Thread Jan Pazdziora
ive to merge The reason I was given when discussing it with a GitHub person was that it's a performance issue. They are worried that people would use it for multi-hundred-commit branches and the WebUI would not be able to provide the same fast response as for single diff/commit. -- Jan Pazdziora Seni

Re: [Freeipa-devel] URI in HBAC

2016-04-26 Thread Jan Pazdziora
gt; > E.g. > > schemes: {http, https, ftp, ftps} > URI: /home/pspacek > host: any > allow: pspacek > should grant user pspacek access to directory /home/pspacek on any host as > long as the scheme is http/https/ftp/ftps. So you propose cartesian product of the schemes and U

Re: [Freeipa-devel] Check if server is fully installed and ready

2016-04-14 Thread Jan Pazdziora
P address of the IPA server itself can change with new start, so the fact that SSSD couldn't talk to IPA was actually correct -- at that time, my client it was trying to talk to the IPA server on IP address that was no longer valid. -- Jan Pazdziora Senior Principal Software Engineer, Identity M

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-29 Thread Jan Pazdziora
protocol (scheme) there, there isn't service host name there, and there isn't port there. Can you please show (here or in the design page) how you envision the situation https://www.redhat.com/archives/freeipa-devel/2016-March/msg00462.html would be modeled? -- Jan Pazdziora Senior Principal

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-29 Thread Jan Pazdziora
cated access centrally (in IPA)? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/pag

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-29 Thread Jan Pazdziora
t users starting with "admin_", which is a problem if there is How do you proposed to do that? You'd have to have a user group. > unknown or infinite or large number of those users. Regular expressions > seem to be more powerful. More powerful: certainly. But your proposal also make

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
xclude / deny / longest record not found. I don't like manual excludes either. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contri

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
the site accessible by all with the > exceptions defined in "exclude" access rules and then build the rules specific > to these excluded parts of the application URL tree. Right, and we also need to give admin a very easy way to define those excludes implicitly, by having the

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
enticated sections, with more restricted access to subsections underneath. How do you envision configuration to look like, and how will the (missing) user identity be handled in that case? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Ma

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
od_authnz_pam. If that turns out not to be a viable option, using SSSD's D-Bus interface might the way to go, in which case it would likely be new module, something like mod_authz_sssd. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription f

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
On Thu, Mar 24, 2016 at 12:38:37PM +0100, Martin Kosek wrote: > On 03/24/2016 10:24 AM, Jan Pazdziora wrote: > > On Wed, Mar 23, 2016 at 04:41:49PM +0100, Lukáš Hellebrandt wrote: > ... > > You present two solutions to the problem -- deny rules, and regular > > expressi

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
presentation. My preference would be not to do the methods at this time but have the data structured in such a way that it's easy to extend later. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
ly should be a checkbox for the user to explicitly enable case-insensitivity. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel C

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
http(s)://www.example.com/auth/admin/ HBAC rule name 3 User group: network-admins -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
ing built into the mechanism. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] URI in HBAC - design page

2016-03-24 Thread Jan Pazdziora
milar functionality to what you propose with the regular expression approach, except the computers will do the work of keeping things in sync, not users. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel maili

Re: [Freeipa-devel] FreeIPA COPR repos for 4.2.4 and 4.3.1 release candidates

2016-03-09 Thread Jan Pazdziora
ate location could increase visibility and decrease confusion. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

Re: [Freeipa-devel] FreeIPA COPR repos for 4.2.4 and 4.3.1 release candidates

2016-03-09 Thread Jan Pazdziora
rg/coprs/g/freeipa/freeipa-4-2-rc/ > [2] https://copr.fedorainfracloud.org/coprs/g/freeipa/freeipa-4-3-rc/ Unfortunately, it seems the existing 4.3.0 repo at https://copr.fedorainfracloud.org/coprs/pvoborni/freeipa-4-3/ now contains only mod_auth_gssapi, at least for Fedora 23

Re: [Freeipa-devel] [PATCH 539] ipalib: assume version 2.0 when skip_version_check is enabled

2016-01-12 Thread Jan Pazdziora
e 2.0 value in particular -- not sure who and where checks that value. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [PATCH 5] The delegation uris are not set, match message to code

2015-10-13 Thread Jan Pazdziora
One-liner. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat >From 612495129cb84fca972c0331adc591ea59dafd21 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora <jpazdzi...@redhat.com> Date: Tue, 13 Oct 2015 13:07:24 +0200 Subject: [PATCH] The delega

Re: [Freeipa-devel] [PATCH] Workaround for trac N 5348

2015-10-09 Thread Jan Pazdziora
around them. Either that workaround step is needed and needs to be documented, or that step should not be needed and there should be a ticket describing the issue. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the F

Re: [Freeipa-devel] [PATCH] Workaround for trac N 5348

2015-10-09 Thread Jan Pazdziora
the test body to achieve deterministic situation in which running that final check makes sense. I can imagine that simple # workaround 5348 time.sleep(20) and then some script which would find all these comments and compare them to resolved tickets might be enough. -- Jan Pa

Re: [Freeipa-devel] [PATCH] Workaround for trac N 5348

2015-10-08 Thread Jan Pazdziora
not, so (IIUIC) you will keep having nondeterministic failures in master. I was mostly interested in the general approach that we have to workarounds -- how do we track them, how do we make sure they don't stick in tests forever, even after the issue was already properly addressed. -- Jan Pazdzior

Re: [Freeipa-devel] [PATCH] Workaround for trac N 5348

2015-10-08 Thread Jan Pazdziora
process for finding these workarounds and reverting them, so that the tests test the real, expected behaviour? Also, instead of blind sleeps, wouldn't it be better to have some polling for status of the services we are waiting for? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management

Re: [Freeipa-devel] [PATCHSET] Replica promotion patches

2015-10-06 Thread Jan Pazdziora
8: Error reading from remote server returned by /ipa/keys/ra/ipaCert [Tue Oct 06 13:24:31.017069 2015] [wsgi:error] [pid 10789] ipa: INFO: [jsonserver_kerb] ad...@example.test: ping(): SUCCESS -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage

Re: [Freeipa-devel] [PATCHSET] Replica promotion patches

2015-10-06 Thread Jan Pazdziora
it failed to create that log file. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/C

Re: [Freeipa-devel] [PATCHSET] Replica promotion patches

2015-10-05 Thread Jan Pazdziora
/hosts.) I believe you also need to have the PTR sync enabled in the forward zone (pesen.net). -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/fr

Re: [Freeipa-devel] [PATCHSET] Replica promotion patches

2015-09-30 Thread Jan Pazdziora
gt; >I think so, yes. > > Turns out it is already there. Oleg, were you able to build from the branch now? Simo, could you maybe make a copr repo from your branch? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscri

Re: [Freeipa-devel] [PATCHSET] Replica promotion patches

2015-09-29 Thread Jan Pazdziora
down > close to the bottom. Simo, could you please add the How To Test steps to http://www.freeipa.org/page/V4/Replica_Promotion? It would make the functional check of this patchset easier, spelling out how the workflow is supposed to work. Thank you, -- Jan Pazdziora Senior Principal So

Re: [Freeipa-devel] Linking tickets in the commit messages

2015-09-18 Thread Jan Pazdziora
t seem to suffer from the lack of tickets. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] FreeIPA 4.2.1 checklist

2015-09-04 Thread Jan Pazdziora
pa/milestone/FreeIPA%204.2.1 it says there are 56 active tickets and clicking that 56 I get to https://fedorahosted.org/freeipa/query?milestone=FreeIPA+4.2.1=new=assigned=reopened=status where I can see eight critical defects (besides numerous major). Is that expected? -- Jan Pazd

Re: [Freeipa-devel] FreeIPA 4.2.1 checklist

2015-09-04 Thread Jan Pazdziora
nd it would then not be clear what > version it is fixed in. Moving all resolved "FreeIPA 4.2.x backlog" to the correct milestone at the point that release is released and/or branched might be reasonable approximation. -- Jan Pazdziora Senior Principal Software Engineer, Identity Manage

Re: [Freeipa-devel] [PATCH 477] spec file: Add Requires(pre) on selinux-policy

2015-08-26 Thread Jan Pazdziora
of the transaction. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] [PATCH 477] spec file: Add Requires(pre) on selinux-policy

2015-08-26 Thread Jan Pazdziora
did not reload the file contexts mid-transaction https://bugzilla.redhat.com/show_bug.cgi?id=505066#c9 and I'm not sure things have changed since RHEL 5. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription

Re: [Freeipa-devel] [PATCH 477] spec file: Add Requires(pre) on selinux-policy

2015-08-26 Thread Jan Pazdziora
of selinux-policy after it's done with ipa-server. Yes, it's just a theoretical situation but we should not shortcut Requires with Requires(pre), it might teach people reading the .spec files bad habits. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] Update of User Certificates design page

2015-08-04 Thread Jan Pazdziora
be added so that it's clear that this step should be removed when the ticket is addressed. Otherwise, great effort with the How to Test section. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing

Re: [Freeipa-devel] 4.2: ipa.ipaserver.install.cainstance.CAInstance: CRITICAL Failed to restart the Dogtag instance.

2015-07-28 Thread Jan Pazdziora
On Tue, Jul 28, 2015 at 03:25:50PM +0300, Alexander Bokovoy wrote: On Tue, 28 Jul 2015, Jan Pazdziora wrote: I do run it in container so it could be related, so I'm mostly looking for blind hints about what might have changed in the installer or in dogtag itself in 4.2 that could cause

Re: [Freeipa-devel] 4.2: ipa.ipaserver.install.cainstance.CAInstance: CRITICAL Failed to restart the Dogtag instance.

2015-07-28 Thread Jan Pazdziora
On Tue, Jul 28, 2015 at 03:56:47PM +0200, Jan Pazdziora wrote: INFO: Server startup in 5444 ms INFO: Server startup in 5936 ms INFO: Server startup in 5804 ms Running netstat at the time when the tomcat should have restarted and be ready shows # /usr/bin/netstat -tln Active Internet

Re: [Freeipa-devel] ipa-devel repos on jdennis.fedorapeople.org

2015-07-15 Thread Jan Pazdziora
these builds and why we weren't using COPR. The The Fedora infra admins should be able to provide HTTP logs for the repo, if you needs some numbers about potential usage. -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription

Re: [Freeipa-devel] Why do we require DNS record when service is being added?

2015-07-14 Thread Jan Pazdziora
On Tue, Jul 14, 2015 at 08:31:19AM +0200, Petr Spacek wrote: On 13.7.2015 19:37, Jan Pazdziora wrote: However -- what is the purpose of the DNS check when adding service? The service is typically a Kerberos service, which usually is not going to work if the host does not have DNS record

Re: [Freeipa-devel] [PATCH] 0001 Enhance the DNSNotARecordError message

2015-07-13 Thread Jan Pazdziora
but the current ipa: ERROR: Host does not have corresponding DNS A record is just bad user experience. Do you propose to change that ERROR to warning, for example, relaxing the requirement for the DNS records being present? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management

[Freeipa-devel] Why do we require DNS record when service is being added?

2015-07-13 Thread Jan Pazdziora
that check be removed altogether? -- Jan Pazdziora Senior Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page

[Freeipa-devel] FreeIPA 4.1.4 upstream repo for RHEL 7 is broken

2015-03-27 Thread Jan Pazdziora
You could try running: rpm -Va --nofiles --nodigest -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http

Re: [Freeipa-devel] FreeIPA 4.1.4 upstream repo for RHEL 7 is broken

2015-03-27 Thread Jan Pazdziora
On Fri, Mar 27, 2015 at 09:15:29AM +0100, Jan Pazdziora wrote: On Thu, Mar 26, 2015 at 06:14:34PM +0100, Petr Vobornik wrote: The FreeIPA team would like to announce FreeIPA v4.1.4 security release! It can be downloaded from http://www.freeipa.org/page/Downloads. The builds

Re: [Freeipa-devel] Announcing FreeIPA 4.1.4

2015-03-27 Thread Jan Pazdziora
before the bits hit stable Fedora. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page

Re: [Freeipa-devel] Announcing FreeIPA 4.1.4

2015-03-27 Thread Jan Pazdziora
://admin.fedoraproject.org/updates/freeipa-4.1.4-1.fc21 is in testing and it will be a while before it gets to Fedora proper, copr repo would give us a stable (no fiddling with updates-testing enablement) yum source. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage

Re: [Freeipa-devel] [PATCH 0043] Use mod_auth_gssapi instead of mod_auth_kerb.

2015-03-27 Thread Jan Pazdziora
: mod_auth_kerb = 5.4-16 +Requires: mod_auth_gssapi Do we assume we will no longer do an upstream 4.2 release on Fedora 20? Otherwise this should be covered by some %ifs to use mod_auth_kerb on Fedora 20. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage

Re: [Freeipa-devel] FreeIPA or freeIPA? (logo/spelling change)

2015-03-24 Thread Jan Pazdziora
that second line could be dropped altogether? Also, it's FreeIPA with capital IPA -- shouldn't the letters on the box be capitalized as well? In any case, since Máirín authored the logo, she should be consulted about the changes. -- Jan Pazdziora Principal Software Engineer, Identity Management

Re: [Freeipa-devel] New freeipa-devel footer

2015-03-06 Thread Jan Pazdziora
://www.freeipa.org/page/Contribute/Code might be enough. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Go to http://www.freeipa.org/page/Contribute/Code

Re: [Freeipa-devel] One-way trust design

2015-03-03 Thread Jan Pazdziora
of this feature is to regain the one-way trust support, yet without giving an elevated access to TDO credentials. You might also want to either add a note or a link, explaining why one-way trust is harder than two-way, IOW, why we lost the one-way ability when we have the two-way one. -- Jan

Re: [Freeipa-devel] [PATCH 3] ipa-client-install shouldn't be eager in specifying zone when doing nsupdate

2014-12-04 Thread Jan Pazdziora
On Wed, Dec 03, 2014 at 05:16:23PM +0100, Martin Basti wrote: On 02/12/14 13:00, Jan Pazdziora wrote: Hello, presumably explicitly specifying zone is not needed and can be harmful. This should be fixed in template for uploading SSHFP keys as well. I have zone bububu.test. 2014-12

[Freeipa-devel] [PATCH 3] ipa-client-install shouldn't be eager in specifying zone when doing nsupdate

2014-12-02 Thread Jan Pazdziora
Hello, presumably explicitly specifying zone is not needed and can be harmful. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat From 934c5672cb0f73fc7d237cbf916707693dff9c39 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora jpazdzi...@redhat.com Date: Tue, 2

[Freeipa-devel] [PATCH 4] Removing the dependency on subscription-manager

2014-12-02 Thread Jan Pazdziora
Hello, Martin suggests dependency on subscription-manager is no longer needed. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat From 4243c4016d5e9844e555f134ce091cf85c01fcb2 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora jpazdzi...@redhat.com Date: Tue, 2

Re: [Freeipa-devel] FreeIPA Copr repo plan

2014-11-19 Thread Jan Pazdziora
package, it might not be immediatelly obvious, what is causing the possible bloat. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com

Re: [Freeipa-devel] FreeIPA 4.1 release preparations

2014-10-20 Thread Jan Pazdziora
On Mon, Oct 20, 2014 at 03:58:27PM +0200, Petr Vobornik wrote: The plan is to release 4.1 and then 4.0.4. Besides usual tarballs, 4.1 will go into Fedora rawhide, f21-updates-testing and mkosek/freeipa copr repo (to be usable on F20). And RHEL 7 / CentOS 7? -- Jan Pazdziora Principal

Re: [Freeipa-devel] Continuous Integration dependency tree testing

2014-09-29 Thread Jan Pazdziora
just run the tests once per day, no matter what? -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] FreeIPA on RHEL/CentOS 7.0

2014-09-25 Thread Jan Pazdziora
-0 (with potential future mkosek/freeipa-4-0 copr) centos-7-4-1 (with potential future mkosek/freeipa-4-1 copr) Makes sense? Yes, thanks. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel

Re: [Freeipa-devel] FreeIPA on RHEL/CentOS 7.0

2014-09-24 Thread Jan Pazdziora
, the 4.0.3 content is still available? I'd like to use these yum repos for Docker images and I wonder what naming I should use for the branches and tags -- centos-7-upstream, centos-7-4.0.3, or something else? -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] Multi-master replication with puppet

2014-06-06 Thread Jan Pazdziora
. Could we make this functionality part of the ipa-server-install script itself? It could be useful outside of puppet as well? Do you have any proposal how to go about ipa-client-install in puppet, without having the password stored/exposed there? -- Jan Pazdziora Principal Software Engineer

Re: [Freeipa-devel] Multi-master replication with puppet

2014-06-06 Thread Jan Pazdziora
... -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] ipa-server-install error

2014-05-30 Thread Jan Pazdziora
. Sometimes pki-selinux fails to load its policy for some reason. The best thing to do is to force re-install Did you try to use %posttrans instead of %post? https://bugzilla.redhat.com/show_bug.cgi?id=505066 -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat

[Freeipa-devel] [PATCH 0001] Adding verb to error message to make it less confusing

2014-05-06 Thread Jan Pazdziora
I found error message Failed to data from service file: Failed to get list of services to probe status: in my logs while experimenting with something and it confused me a bit, hence this patch. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] [PATCH 0161] ipa-range-check: Fix memory leaks when freeing range object

2014-04-01 Thread Jan Pazdziora
; char *domain_id; uint32_t base_id; uint32_t id_range_size; uint32_t base_rid; uint32_t secondary_base_rid; }; -- no forest_root_id and no id_range_type. So NACK for applying to master. Perhaps there is some dependency patch? -- Jan

Re: [Freeipa-devel] FreeIPA repository and it's committers

2014-04-01 Thread Jan Pazdziora
sense, I don't see why freeipa-docs needs to share the same list of committers. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman

Re: [Freeipa-devel] [PATCH] 584 migration: fix import of wsgiref.util

2014-04-01 Thread Jan Pazdziora
, this antipattern seems needed even if the proper solution would be to fix wsgi to properly export util. Is there bug filed for that. Ack based on reading the code and wsgiref documentation where the same import style is used. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red

Re: [Freeipa-devel] [PATCH 0161] ipa-range-check: Fix memory leaks when freeing range object

2014-04-01 Thread Jan Pazdziora
On Tue, Apr 01, 2014 at 10:05:39AM +0200, Tomas Babej wrote: Yes, that was the intention. Mistake on my part, I'll send updated patches. Updated patch attached. Ack based on reading the code and documentation for slapi_ch_free_string. -- Jan Pazdziora Principal Software Engineer

Re: [Freeipa-devel] [PATCH] [DOC] Review section on NetworkManager

2014-03-27 Thread Jan Pazdziora
On Wed, Mar 26, 2014 at 05:30:13PM -0600, Gabe Alford wrote: All, Please review this patch for https://fedorahosted.org/freeipa/ticket/4156 Added links to documentation on configuring NetworkManager. Thank you for the patch. ACK. -- Jan Pazdziora Principal Software Engineer, Identity

Re: [Freeipa-devel] [PATCH 0157] ipa-client-install: Configure sudo to use SSSD as data source

2014-03-24 Thread Jan Pazdziora
-client-3.0.0-37.el6.x86_64, tried without --no-sudo and sudo was added to sssd.conf's services list and sudoeers added to /etc/nsswitch.conf. Rerun with --uninstall and run again with the --no-sudo parameter, those settings were not longer there. -- Jan Pazdziora Principal Software Engineer

Re: [Freeipa-devel] [PATCH 0157] ipa-client-install: Configure sudo to use SSSD as data source

2014-03-24 Thread Jan Pazdziora
On Mon, Mar 24, 2014 at 02:57:30PM +0100, Martin Kosek wrote: On 03/24/2014 02:47 PM, Jan Pazdziora wrote: On Mon, Mar 03, 2014 at 08:24:41PM +0100, Tomas Babej wrote: Hi, Makes ipa-client-install configure SSSD as the data provider for the sudo service by default. This behaviour can

Re: [Freeipa-devel] Talking json/rpc with java client

2014-03-18 Thread Jan Pazdziora
On Tue, Mar 18, 2014 at 09:02:13AM +0100, Marco Di Sabatino Di Diodoro wrote: what are the requirements or packages that a client must have to call JSON/RPC with java? We have a 401 error. What packages / code do you attempt to use when you get that 401? -- Jan Pazdziora Principal Software

Re: [Freeipa-devel] [PATCH] 0471 permission_add: Remove permission entry if adding the ACI fails

2014-03-12 Thread Jan Pazdziora
for the explanation. In that case, ack on the patch, provided you add a nice comment. ;-) -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com

Re: [Freeipa-devel] [PATCH] 0147: ipaserver/rpcserver: catch ACIError and return proper message for out-of-realm users

2014-03-12 Thread Jan Pazdziora
/freeipa/ticket/4225 The patch does not seem to apply against master. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo

Re: [Freeipa-devel] [PATCH 0044] Periodically refresh global ipa-kdb configuration

2014-03-11 Thread Jan Pazdziora
by the admin (without the daemon restart). -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 0471 permission_add: Remove permission entry if adding the ACI fails

2014-03-11 Thread Jan Pazdziora
not totally happy about this patch. What happens when the ACI is already in LDAP and some part of that self.obj.add_aci(entry) operation fails? Won't you go and instead of doing noop, remove the ACI instead? -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] [PATCH 0154] man: sshd should be run at least once before client

2014-03-05 Thread Jan Pazdziora
are not present (e.g when running the ipa-client-install in Is it correct that there are no backslashes in this occurence of ipa-client-install? a kickstart, before ever running sshd), they will not be uploaded to the client host entry on the server. + -- Jan Pazdziora Principal Software Engineer

Re: [Freeipa-devel] [PATCH 0154] man: sshd should be run at least once before client

2014-03-05 Thread Jan Pazdziora
On Wed, Mar 05, 2014 at 12:33:01PM +0100, Tomas Babej wrote: Thanks Jan, both fixed. Ack. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https

Re: [Freeipa-devel] [PATCH 0043] Remove NULLS from constants.py

2014-02-25 Thread Jan Pazdziora
that evaluate to False that are neither numeric nor boolean should be converted to None. [...] Ack, all original values pass the _is_null() test. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel

Re: [Freeipa-devel] [PATCH 0153] ipatests: Fix incorrect order of operations when restoring

2014-02-20 Thread Jan Pazdziora
On Thu, Feb 20, 2014 at 12:20:12PM +0100, Petr Viktorin wrote: On 02/19/2014 04:54 PM, Jan Pazdziora wrote: However: since this is about restoring a backup, can't the backup contain the extended attributes, so that the SELinux context gets restored to the original state (which could

Re: [Freeipa-devel] [PATCH 0153] ipatests: Fix incorrect order of operations when restoring

2014-02-19 Thread Jan Pazdziora
the restorecon will give you)? -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] Why is RPM posttrans quiet?

2014-01-15 Thread Jan Pazdziora
why. Maybe poking relevant Fedora people could yield some definitive answer? -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman

Re: [Freeipa-devel] DNS tests [from LinuxAlt 2013]

2013-11-22 Thread Jan Pazdziora
. For Origin and Enterprise, the installers will typically install and configure bind, so for the on-site scenarios the solution is already there. And of course, you can use FreeIPA/IdM as well. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] DNS tests [from LinuxAlt 2013]

2013-11-21 Thread Jan Pazdziora
installing Origin: https://bugzilla.redhat.com/show_bug.cgi?id=1027089 But if you were able to overcome those issues, nsupdate with GSS-TSIG should just work. Just for the note, with OpenShift Enterprise 1.2.x the feature is there and working. -- Jan Pazdziora Principal Software Engineer

Re: [Freeipa-devel] idempotent installer [from LinuxAlt 2013]

2013-11-15 Thread Jan Pazdziora
installer will continue marching towards the goal you gave it, possibly increasing the number of (wrong) changes which will need to be restored. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing

Re: [Freeipa-devel] idempotent installer [from LinuxAlt 2013]

2013-11-14 Thread Jan Pazdziora
it upon the next run. Leaving things in consistent state is higher value than idempotence. -- Jan Pazdziora Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https

Re: [Freeipa-devel] [RFC] Improve FreeIPA usability in cloud environments

2013-09-23 Thread Jan Pazdziora
that matters is that there is a machine which is able to provide a service, on some well-known stable public host name. Which physical VM serves that service can change rapidly. A one VM providing the service can change to five with some HA proxy in front of them. -- Jan Pazdziora | adelton

Re: [Freeipa-devel] Multiple CA certificates in LDAP, questions

2013-09-11 Thread Jan Pazdziora
On Tue, Sep 10, 2013 at 11:10:25AM -0400, Dmitri Pal wrote: Regarding SNI, it apparently is not supported in server-side NSS (https://bugzilla.mozilla.org/show_bug.cgi?id=360421) We need to either push for a solution to this or allow to switch to mod_ssl. Jan Pazdziora investigated

Re: [Freeipa-devel] IPA Server UI Behind Proxy

2013-09-03 Thread Jan Pazdziora
modifying anything, you won't need the token at all. -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman

Re: [Freeipa-devel] IPA Server UI Behind Proxy

2013-09-02 Thread Jan Pazdziora
, if clicked by a logged-in admin. Could we change the CSRF protection method from the Referrer check to some user session specific token? -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat

Re: [Freeipa-devel] [PATCH] 448 Load updated Web UI files after server upgrade

2013-09-02 Thread Jan Pazdziora
not change with upgrade, the hash would stay the same and the browser would not need to reload it. -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel

Re: [Freeipa-devel] [PATCH] 448 Load updated Web UI files after server upgrade

2013-09-02 Thread Jan Pazdziora
time because I think the modifications make development less transparent (more changes on different places). Fair enough. -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa

Re: [Freeipa-devel] IPA Server UI Behind Proxy

2013-09-02 Thread Jan Pazdziora
operation you do against the server would be my course of investigation. -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https

Re: [Freeipa-devel] IPA Server UI Behind Proxy

2013-09-02 Thread Jan Pazdziora
for that. -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH 0079] Change shebang to absolute path in ipa-client-automount

2013-07-24 Thread Jan Pazdziora
/bin/env python -- shouldn't it be changed as well? -- Jan Pazdziora | adelton at #ipa*, #brno Principal Software Engineer, Identity Management Engineering, Red Hat ___ Freeipa-devel mailing list Freeipa-devel@redhat.com https://www.redhat.com/mailman

  1   2   >