[Freeipa-devel] [PATCH] 240 Always use real entry DNs for memberOf in ldap2

2014-02-24 Thread Jan Cholasta
Hi, the attached patch fixes https://fedorahosted.org/freeipa/ticket/4192. Honza -- Jan Cholasta From 8fda212b0a14bab2caf3d30faaa63c83b7aa23c5 Mon Sep 17 00:00:00 2001 From: Jan Cholasta jchol...@redhat.com Date: Mon, 24 Feb 2014 10:10:27 +0100 Subject: [PATCH] Always use real entry DNs for

Re: [Freeipa-devel] [PATCH] 531-541 OTP UI

2014-02-24 Thread Petr Vobornik
On 21.2.2014 20:00, Nathaniel McCallum wrote: Is it possible to do something more intelligent for the key and date fields in the add-token UI? Date fields are currently just a text box. Is there any sort of calendar we could use here? If not, I'm still unsure of what the format should be for

Re: [Freeipa-devel] DNSSEC design page

2014-02-24 Thread Ludwig Krispenz
Hi, here is a draft to start discussion. Lt me know if it is the right direction and what you're missing. https://fedorahosted.org/bind-dyndb-ldap/wiki/BIND9/Design/pkcs11Schema Ludwig On 02/18/2014 03:17 PM, Jan Cholasta wrote: Hi, On 18.2.2014 14:02, Ludwig Krispenz wrote: Hi,

[Freeipa-devel] [PATCH 0225] Remove unused variables and dead code from syncrepl_update()

2014-02-24 Thread Petr Spacek
Hello, Remove unused variables and dead code from syncrepl_update(). -- Petr^2 Spacek From 0a779d8cbf7a9d63567967600786202a060d7859 Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Mon, 24 Feb 2014 13:35:23 +0100 Subject: [PATCH] Remove unused variables and dead code from

Re: [Freeipa-devel] [PATCH 0225] Remove unused variables and dead code from syncrepl_update()

2014-02-24 Thread Lukas Slebodnik
On (24/02/14 13:36), Petr Spacek wrote: Hello, Remove unused variables and dead code from syncrepl_update(). -- Petr^2 Spacek From 0a779d8cbf7a9d63567967600786202a060d7859 Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Mon, 24 Feb 2014 13:35:23 +0100 Subject: [PATCH]

Re: [Freeipa-devel] [PATCH][bind-dyndb-ldap] Include missing header files.

2014-02-24 Thread Petr Spacek
On 21.2.2014 16:16, Petr Spacek wrote: On 21.2.2014 15:12, Lukas Slebodnik wrote: ehlo, Function get_krb5_tgt is declared in header file krb5_helper.h, but this header file was not included in implementation file krb5_helper.c Function fs_dirs_create is declared in header file fs.h, but this

Re: [Freeipa-devel] [PATCH 0224-0225] Add function attributes warn_unused_result and nonnull and add missing CHECK()s to string operations

2014-02-24 Thread Petr Spacek
On 21.2.2014 19:14, Lukas Slebodnik wrote: On (21/02/14 16:12), Petr Spacek wrote: Hello, Add function attributes warn_unused_result and nonnull where appropriate and add missing CHECK()s to string operations. Lukas, thanks for catching the missing CHECK() around str_new(). As a reward, you

Re: [Freeipa-devel] [PATCH 0225] Remove unused variables and dead code from syncrepl_update()

2014-02-24 Thread Petr Spacek
On 24.2.2014 13:53, Lukas Slebodnik wrote: On (24/02/14 13:36), Petr Spacek wrote: Hello, Remove unused variables and dead code from syncrepl_update(). -- Petr^2 Spacek From 0a779d8cbf7a9d63567967600786202a060d7859 Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Mon, 24

Re: [Freeipa-devel] [PATCH][bind-dyndb-ldap] Fix potential dereference of NULL pointer in sync_ctx_init

2014-02-24 Thread Petr Spacek
On 21.2.2014 19:35, Lukas Slebodnik wrote: On (13/12/13 17:44), Petr Spacek wrote: On 12.11.2013 16:13, Petr Spacek wrote: On 5.11.2013 12:29, Tomas Hozza wrote: - Original Message - Hello, Improve performance of initial LDAP synchronization. Changes are not journaled and SOA

[Freeipa-devel] [PATCH 0226-0227] Update NEWS Bump NVR to 4.1

2014-02-24 Thread Petr Spacek
Hello, Update NEWS for upcoming 4.1 release Bump NVR to 4.1. Pushed to master: da67bf43d89886dd2cce9f1fd3f75ce44c3ab9ed 2dec00224214045d7f00d901fb107b789c8c082d -- Petr^2 Spacek From da67bf43d89886dd2cce9f1fd3f75ce44c3ab9ed Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date:

Re: [Freeipa-devel] [PATCH] 240 Always use real entry DNs for memberOf in ldap2

2014-02-24 Thread Petr Viktorin
On 02/24/2014 10:18 AM, Jan Cholasta wrote: Hi, the attached patch fixes https://fedorahosted.org/freeipa/ticket/4192. Honza Thanks, ACK, pushed to master: 792c3f9c8c65e24953241247a242490c8fb32492 -- PetrĀ³ ___ Freeipa-devel mailing list

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

2014-02-24 Thread Tomas Babej
Hi, If SSH keys have not been generated prior to enrolling the client to the IPA server, they will not be uploaded to the server, since they're not present. Clarify this issue in the man pages. https://fedorahosted.org/freeipa/ticket/4055 -- Tomas Babej Associate Software Engeneer | Red Hat |

Re: [Freeipa-devel] [PATCH] 531-541 OTP UI

2014-02-24 Thread Nathaniel McCallum
On Mon, 2014-02-24 at 11:04 +0100, Petr Vobornik wrote: On 21.2.2014 20:00, Nathaniel McCallum wrote: Is it possible to do something more intelligent for the key and date fields in the add-token UI? Date fields are currently just a text box. Is there any sort of calendar we could use

[Freeipa-devel] Announcing bind-dyndb-ldap version 4.1

2014-02-24 Thread Petr Spacek
The FreeIPA team is proud to announce bind-dyndb-ldap version 4.1. It can be downloaded from https://fedorahosted.org/released/bind-dyndb-ldap/ The new version has also been built for Fedora 20 and and is on its way to updates-testing:

Re: [Freeipa-devel] [PATCH] 531-541 OTP UI

2014-02-24 Thread Petr Vobornik
On 24.2.2014 15:31, Nathaniel McCallum wrote: On Mon, 2014-02-24 at 11:04 +0100, Petr Vobornik wrote: On 21.2.2014 20:00, Nathaniel McCallum wrote: Is it possible to do something more intelligent for the key and date fields in the add-token UI? Date fields are currently just a text box. Is

Re: [Freeipa-devel] [PATCH] 531-541 OTP UI

2014-02-24 Thread Nathaniel McCallum
On Mon, 2014-02-24 at 15:48 +0100, Petr Vobornik wrote: On 24.2.2014 15:31, Nathaniel McCallum wrote: On Mon, 2014-02-24 at 11:04 +0100, Petr Vobornik wrote: On 21.2.2014 20:00, Nathaniel McCallum wrote: Is it possible to do something more intelligent for the key and date fields in the

[Freeipa-devel] [PATCH 0228] Drop unnecessary #define _BSD_SOURCE

2014-02-24 Thread Petr Spacek
Hello, Drop unnecessary #define _BSD_SOURCE. -- Petr^2 Spacek From 1b5105e3ab92f2a898313da5f7e20e6f3e9d1d2a Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Mon, 24 Feb 2014 16:48:09 +0100 Subject: [PATCH] Drop unnecessary #define _BSD_SOURCE. Signed-off-by: Petr Spacek

Re: [Freeipa-devel] [PATCH 0228] Drop unnecessary #define _BSD_SOURCE

2014-02-24 Thread Lukas Slebodnik
On (24/02/14 16:48), Petr Spacek wrote: Hello, Drop unnecessary #define _BSD_SOURCE. -- Petr^2 Spacek From 1b5105e3ab92f2a898313da5f7e20e6f3e9d1d2a Mon Sep 17 00:00:00 2001 From: Petr Spacek pspa...@redhat.com Date: Mon, 24 Feb 2014 16:48:09 +0100 Subject: [PATCH] Drop unnecessary #define

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

2014-02-24 Thread Nathaniel McCallum
Before this patch, ipa-kdb would load global configuration on startup and never update it. This means that if global configuration is changed, the KDC never receives the new configuration until it is restarted. This patch enables caching of the global configuration with a timeout of 60 seconds.

Re: [Freeipa-devel] DNSSEC design page

2014-02-24 Thread Simo Sorce
On Mon, 2014-02-24 at 13:11 +0100, Ludwig Krispenz wrote: Hi, here is a draft to start discussion. Lt me know if it is the right direction and what you're missing. https://fedorahosted.org/bind-dyndb-ldap/wiki/BIND9/Design/pkcs11Schema I think we need to think hard if you really can make

Re: [Freeipa-devel] [PATCH 0138] ipalib: Expose krbPrincipalExpiration in CLI

2014-02-24 Thread Tomas Babej
Rebased to current master. On 01/09/2014 04:31 PM, Tomas Babej wrote: Hi, Adds a krbPrincipalExpiration attribute to the user class in user.py ipalib plugin as a DateTime parameter. Part of: https://fedorahosted.org/freeipa/ticket/3306 -- Tomas Babej Associate Software Engeneer | Red Hat

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

2014-02-24 Thread Tomas Babej
Given the fact that the patch has been ACKed, can we push the current iteration? On 02/20/2014 01:07 PM, Petr Viktorin wrote: On 02/20/2014 12:58 PM, Jan Pazdziora wrote: On Thu, Feb 20, 2014 at 12:20:12PM +0100, Petr Viktorin wrote: On 02/19/2014 04:54 PM, Jan Pazdziora wrote: However: