Re: [Freeipa-devel] [PATCH 0159] Deprecate configuration without persistent search

2013-06-03 Thread Petr Spacek

On 31.5.2013 16:01, Tomas Hozza wrote:

ACK.


Pushed to master: 7b685ff7077d10c1917c5a9a97b50d77587b8f04



Looks good.

Regards,

Tomas Hozza

- Original Message -

On 28.5.2013 15:55, Petr Spacek wrote:

Hello,

Deprecate configuration without persistent search.

https://fedorahosted.org/bind-dyndb-ldap/ticket/120


This version of the patch adds notice to the README.

--
Petr^2 Spacek




--
Petr^2 Spacek

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


Re: [Freeipa-devel] [PATCH 0159] Deprecate configuration without persistent search

2013-05-31 Thread Tomas Hozza
ACK.

Looks good.

Regards,

Tomas Hozza

- Original Message -
 On 28.5.2013 15:55, Petr Spacek wrote:
  Hello,
 
  Deprecate configuration without persistent search.
 
  https://fedorahosted.org/bind-dyndb-ldap/ticket/120
 
 This version of the patch adds notice to the README.
 
 --
 Petr^2 Spacek
 

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH 0159] Deprecate configuration without persistent search

2013-05-28 Thread Petr Spacek

Hello,

Deprecate configuration without persistent search.

https://fedorahosted.org/bind-dyndb-ldap/ticket/120

--
Petr^2 Spacek
From 316918a5b8ffec4f5db97cc0c44a9445b55e5d13 Mon Sep 17 00:00:00 2001
From: Petr Spacek pspa...@redhat.com
Date: Tue, 28 May 2013 15:54:24 +0200
Subject: [PATCH] Deprecate configuration without persistent search.

https://fedorahosted.org/bind-dyndb-ldap/ticket/120

Signed-off-by: Petr Spacek pspa...@redhat.com
---
 src/ldap_helper.c | 4 
 1 file changed, 4 insertions(+)

diff --git a/src/ldap_helper.c b/src/ldap_helper.c
index 0de62025e67d466a5c656ce8a5d6b3042fadce67..424bc4b8afef924e92524ceca620e047380d70a4 100644
--- a/src/ldap_helper.c
+++ b/src/ldap_helper.c
@@ -386,6 +386,10 @@ validate_local_instance_settings(ldap_instance_t *inst, settings_set_t *set) {
 		/* watcher needs one and update_*() requests second connection */
 		CLEANUP_WITH(ISC_R_RANGE);
 	}
+	if (!psearch)
+		log_info(configuration without persistent search is deprecated 
+			 and the support for zone_refresh will be removed 
+			 in the future);
 
 	CHECK(setting_get_bool(serial_autoincrement, set, serial_autoincrement));
 	if (serial_autoincrement  !psearch) {
-- 
1.7.11.7

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel