Re: [Freeipa-devel] [PATCH 0029] Add documention for serial_autoincrement feature

2012-07-13 Thread Adam Tkac
On Wed, Jul 11, 2012 at 03:10:11PM +0200, Petr Spacek wrote:
 Hello,
 
 this patch adds documention for serial_autoincrement feature to README.

Please add note about slave servers. Slave servers should be configured to use
only one IPA master when serial_autoincrement is enabled, otherwise things can
badly break...

Regards, Adam

 From 6abf6d54ca1b61e699118813aa24808edbcede0c Mon Sep 17 00:00:00 2001
 From: Petr Spacek pspa...@redhat.com
 Date: Wed, 11 Jul 2012 15:04:50 +0200
 Subject: [PATCH] Add documention for serial_autoincrement feature.
 
 Signed-off-by: Petr Spacek pspa...@redhat.com
 ---
  README |9 +
  1 files changed, 9 insertions(+), 0 deletions(-)
 
 diff --git a/README b/README
 index 
 08badc53280af708a95525db76095d1fbe077aa4..fb6eb8ed3a30366f08036dca4c55f6aed7b4f70f
  100644
 --- a/README
 +++ b/README
 @@ -221,6 +221,15 @@ ldap_hostname (default )
   is used and named service has Kerberos principal different from
   /bin/hostname output.
  
 +serial_autoincrement (default no)
 + Automatically increment SOA serial number in after each change.
 + If serial number is lower than current UNIX timestamp, then
 + it is set to the timestamp value. If SOA serial is greater or equal
 + to current timestamp, then the serial is incremented by one.
 + This function requires persistent search and 4 connections at least.
 + In multi-master LDAP environments it is recommended to make
 + idnsSOAserial attribute non-replicated (locally significant).
 +
  sync_ptr (default no)
   Set this option to yes if you would like to keep PTR record 
   synchronized with coresponding A/ record for all zones.
 -- 
 1.7.7.6
 


-- 
Adam Tkac, Red Hat, Inc.

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


[Freeipa-devel] [PATCH 0029] Add documention for serial_autoincrement feature

2012-07-11 Thread Petr Spacek

Hello,

this patch adds documention for serial_autoincrement feature to README.

Petr^2 Spacek
From 6abf6d54ca1b61e699118813aa24808edbcede0c Mon Sep 17 00:00:00 2001
From: Petr Spacek pspa...@redhat.com
Date: Wed, 11 Jul 2012 15:04:50 +0200
Subject: [PATCH] Add documention for serial_autoincrement feature.

Signed-off-by: Petr Spacek pspa...@redhat.com
---
 README |9 +
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README b/README
index 08badc53280af708a95525db76095d1fbe077aa4..fb6eb8ed3a30366f08036dca4c55f6aed7b4f70f 100644
--- a/README
+++ b/README
@@ -221,6 +221,15 @@ ldap_hostname (default )
 	is used and named service has Kerberos principal different from
 	/bin/hostname output.
 
+serial_autoincrement (default no)
+	Automatically increment SOA serial number in after each change.
+	If serial number is lower than current UNIX timestamp, then
+	it is set to the timestamp value. If SOA serial is greater or equal
+	to current timestamp, then the serial is incremented by one.
+	This function requires persistent search and 4 connections at least.
+	In multi-master LDAP environments it is recommended to make
+	idnsSOAserial attribute non-replicated (locally significant).
+
 sync_ptr (default no)
 	Set this option to yes if you would like to keep PTR record 
 	synchronized with coresponding A/ record for all zones.
-- 
1.7.7.6

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