summaryrefslogtreecommitdiffstats
path: root/schemas
diff options
context:
space:
mode:
authorRichard Connon <richard@connon.me.uk>2014-02-04 14:53:13 +0000
committerRichard Connon <richard@connon.me.uk>2014-02-04 14:53:13 +0000
commitd19c0ced56af17132e902e1409129dd4ad96afb5 (patch)
tree071b698d67f1125b64c164406fc0af0167f626fd /schemas
parentc5ad7f0edbdbfcb38506b97a92001a9624e36f6b (diff)
downloadbcfg2-d19c0ced56af17132e902e1409129dd4ad96afb5.tar.gz
bcfg2-d19c0ced56af17132e902e1409129dd4ad96afb5.tar.bz2
bcfg2-d19c0ced56af17132e902e1409129dd4ad96afb5.zip
Support ACLs without a specific user/group for default owner/owning-group ACLs on directories
Diffstat (limited to 'schemas')
-rw-r--r--schemas/types.xsd1
1 files changed, 1 insertions, 0 deletions
diff --git a/schemas/types.xsd b/schemas/types.xsd
index 836cfa38e..52c9d59c8 100644
--- a/schemas/types.xsd
+++ b/schemas/types.xsd
@@ -200,6 +200,7 @@
<xsd:restriction base="xsd:string">
<xsd:enumeration value="user"/>
<xsd:enumeration value="group"/>
+ <xsd:enumeration value="other"/>
</xsd:restriction>
</xsd:simpleType>