summaryrefslogtreecommitdiffstats
path: root/schemas/decisions.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'schemas/decisions.xsd')
-rw-r--r--schemas/decisions.xsd8
1 files changed, 8 insertions, 0 deletions
diff --git a/schemas/decisions.xsd b/schemas/decisions.xsd
index c87d2a984..9df4b1215 100644
--- a/schemas/decisions.xsd
+++ b/schemas/decisions.xsd
@@ -64,6 +64,14 @@
<xsd:element name="Client" type="DecisionsGroupType"/>
<xsd:group ref="py:genshiElements"/>
</xsd:choice>
+ <xsd:attribute name="lax_decryption" type="xsd:boolean">
+ <xsd:annotation>
+ <xsd:documentation>
+ Override the global lax_decryption setting in
+ ``bcfg2.conf``.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attributeGroup ref="py:genshiAttrs"/>
</xsd:complexType>