diff options
Diffstat (limited to 'cpp/xml/cluster.xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 44f055ea32..42903502ad 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -122,6 +122,10 @@ encryption (e.g. ssl), ssf is the bit length of the key. Zero if no encryption provided. --> <field name="ssf" type="uint32"/> + <!-- external auth id (e.g. ssl client certificate id) --> + <field name="authid" type="str16"/> + <!-- exclude certain sasl mechs, used with ssl and sasl-external --> + <field name="nodict" type="bit"/> </control> <!-- Marks the cluster-wide point when a connection is considered closed. --> |
