summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-03 10:51:34 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-12-03 10:52:13 -0600
commit33234d5dae565e6520bbdb65d67fbaed03df4d43 (patch)
tree232ec275370a5d186095bf289897395d329c7232 /schemas/rules.xsd
parent1d4b0118ced1b198587fd75c549e2b394ff71531 (diff)
downloadbcfg2-33234d5dae565e6520bbdb65d67fbaed03df4d43.tar.gz
bcfg2-33234d5dae565e6520bbdb65d67fbaed03df4d43.tar.bz2
bcfg2-33234d5dae565e6520bbdb65d67fbaed03df4d43.zip
added builtin support for creating users and groups
Diffstat (limited to 'schemas/rules.xsd')
-rw-r--r--schemas/rules.xsd14
1 files changed, 14 insertions, 0 deletions
diff --git a/schemas/rules.xsd b/schemas/rules.xsd
index 2f4f805c0..241ffe5bf 100644
--- a/schemas/rules.xsd
+++ b/schemas/rules.xsd
@@ -57,6 +57,20 @@
</xsd:documentation>
</xsd:annotation>
</xsd:element>
+ <xsd:element name='POSIXUser' type='POSIXUserType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of a POSIXUser entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
+ <xsd:element name='POSIXGroup' type='POSIXGroupType'>
+ <xsd:annotation>
+ <xsd:documentation>
+ Fully bound description of a POSIXGroup entry.
+ </xsd:documentation>
+ </xsd:annotation>
+ </xsd:element>
<xsd:element name='PostInstall' type='PostInstallType'>
<xsd:annotation>
<xsd:documentation>