summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-09 14:47:48 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-09-09 14:47:48 -0400
commit8fd0dad3e99f4452a6cd3f27e5c97efd9fc308e7 (patch)
treea717cec4bb6478367eb514f9920d1e9bd2d34e15 /schemas
parent3f5d0f6424eb2cc37bb962777995af341ef2b2dc (diff)
downloadbcfg2-8fd0dad3e99f4452a6cd3f27e5c97efd9fc308e7.tar.gz
bcfg2-8fd0dad3e99f4452a6cd3f27e5c97efd9fc308e7.tar.bz2
bcfg2-8fd0dad3e99f4452a6cd3f27e5c97efd9fc308e7.zip
Cfg: allow changing category specific-ness of generated authorized_keys
Diffstat (limited to 'schemas')
-rw-r--r--schemas/authorizedkeys.xsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/schemas/authorizedkeys.xsd b/schemas/authorizedkeys.xsd
index dbf32cc25..e59c964f6 100644
--- a/schemas/authorizedkeys.xsd
+++ b/schemas/authorizedkeys.xsd
@@ -108,6 +108,15 @@
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
+ <xsd:attribute name="category" type="xsd:string">
+ <xsd:annotation>
+ <xsd:documentation>
+ Use a public key specific to the group in the given
+ category, instead of the category specified in
+ ``bcfg2.conf``.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:attribute>
<xsd:attribute name="host" type="xsd:string">
<xsd:annotation>
<xsd:documentation>