[PATCH] Reflect config changes for crypto in examples

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Jan Friesse <jfriesse@xxxxxxxxxx>
---
 conf/corosync.conf.example      |    7 ++++---
 conf/corosync.conf.example.udpu |    3 ++-
 conf/corosync.xml.example       |    8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/conf/corosync.conf.example b/conf/corosync.conf.example
index f856902..456d76f 100644
--- a/conf/corosync.conf.example
+++ b/conf/corosync.conf.example
@@ -2,10 +2,11 @@
 totem {
 	version: 2
 
-	# secauth: Enable mutual node authentication. If you choose to
-	# enable this ("on"), then do remember to create a shared
+	# cypto_cipher and crypto_hash: Used for mutual node authentication.
+	# If you choose to enable this, then do remember to create a shared
 	# secret with "corosync-keygen".
-	secauth: off
+	crypto_cipher: none
+	crypto_hash: none
 
 	# interface: define at least one interface to communicate
 	# over. If you define more than one interface stanza, you must
diff --git a/conf/corosync.conf.example.udpu b/conf/corosync.conf.example.udpu
index 72613a1..d5be622 100644
--- a/conf/corosync.conf.example.udpu
+++ b/conf/corosync.conf.example.udpu
@@ -1,7 +1,8 @@
 # Please read the corosync.conf.5 manual page
 totem {
 	version: 2
-	secauth: off
+	crypto_cipher: none
+	crypto_hash: none
 	interface {
 		member {
 			memberaddr: 10.16.35.101
diff --git a/conf/corosync.xml.example b/conf/corosync.xml.example
index 58d28ed..461e673 100644
--- a/conf/corosync.xml.example
+++ b/conf/corosync.xml.example
@@ -9,12 +9,12 @@
 <!--
     totem tag configures behavior of totem and interfaces.
 
-    secauth:
-	Enable mutual node authentication. If you choose to
-	enable this ("on"), then do remember to create a shared
+    cypto_cipher and crypto_hash:
+	Used for mutual node authentication. If you choose to
+	enable this, then do remember to create a shared
 	secret with "corosync-keygen".
 -->
-<totem version="2" secauth="off">
+<totem version="2" crypto_cipher="none" crypto_hash="none">
     <!--
 	interface tag to define at least one interface to communicate
 	over. If you define more than one interface stanza, you must
-- 
1.7.1

_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss


[Index of Archives]     [Linux Clusters]     [Corosync Project]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]    [Yosemite Photos]    [Linux Kernel]     [Linux SCSI]     [X.Org]

  Powered by Linux