From de5c810edd44fd086342a3e69cc5bc10126f1323 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 20 Oct 2015 17:24:49 +0200 Subject: doc: Fix docs of lax_decryption config file option --- doc/server/encryption.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/server/encryption.txt b/doc/server/encryption.txt index db5e2ae29..c186bc31d 100644 --- a/doc/server/encryption.txt +++ b/doc/server/encryption.txt @@ -225,16 +225,17 @@ be able to decrypt everything.) In this case, you want to enable lax decryption in the ``[encryption]`` section of ``bcfg2.conf``:: [encryption] - decrypt = lax + lax_decryption = true This causes a failed decrypt to produce a warning only, not an error. This can be overridden by individual XML files by setting -``decrypt="strict"`` on the top-level tag (or, vice-versa; if strict -is the default an XML file can specify ``decrypt="lax"``. +``lax_decryption="false"`` on the top-level tag (or, vice-versa; if +strict is the default an XML file can specify +``lax_decryption="true"``. Note that you could, for instance, set lax decryption by default, and -then set strict decryption on individual files. +then disable it on individual files. Encryption API ============== -- cgit v1.2.3-1-g7c22 From 3a5e3c8765508fab02c6f26a6ae83ead2702c3b1 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 12 Jul 2016 18:25:07 +0200 Subject: doc: Fix quoting in example xml --- doc/server/plugins/connectors/grouplogic.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/server/plugins/connectors/grouplogic.txt b/doc/server/plugins/connectors/grouplogic.txt index abf425202..dc59e4e0e 100644 --- a/doc/server/plugins/connectors/grouplogic.txt +++ b/doc/server/plugins/connectors/grouplogic.txt @@ -92,9 +92,9 @@ generate the tedious config: .. code-block:: xml - + - + -- cgit v1.2.3-1-g7c22 From 7ea4015d5c1c2ca700d53d04bc8554237048eebc Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 12 Jul 2016 18:30:52 +0200 Subject: doc: Fix formating --- doc/server/plugins/grouping/ldap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/server/plugins/grouping/ldap.txt b/doc/server/plugins/grouping/ldap.txt index 96e224761..af18680d2 100644 --- a/doc/server/plugins/grouping/ldap.txt +++ b/doc/server/plugins/grouping/ldap.txt @@ -196,7 +196,7 @@ LdapQuery .. method:: LdapQuery.get_result(self, metadata, \**kwargs) - This executes the query. First it will call ``prepare_query() for you, then it will try + This executes the query. First it will call ``prepare_query()`` for you, then it will try to execute the query with the specified connection and last it will call ``process_result()`` and return that return value. -- cgit v1.2.3-1-g7c22 From 2e3ae1a41f6333a075542ce7f411b1753caef684 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 12 Jul 2016 21:20:03 +0200 Subject: doc: Fix typo in example xml --- doc/server/plugins/generators/cfg.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/server/plugins/generators/cfg.txt b/doc/server/plugins/generators/cfg.txt index 7e7a7c72e..026c33ba2 100644 --- a/doc/server/plugins/generators/cfg.txt +++ b/doc/server/plugins/generators/cfg.txt @@ -488,7 +488,7 @@ complex: .. code-block:: xml - + U2FsdGVkX19xACol83uyPELP94s4CmngD12oU6PLLuE= -- cgit v1.2.3-1-g7c22