From 33234d5dae565e6520bbdb65d67fbaed03df4d43 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 3 Dec 2012 10:51:34 -0600 Subject: added builtin support for creating users and groups --- schemas/bundle.xsd | 30 +++++++++++++++++++++++++++++- schemas/rules.xsd | 14 ++++++++++++++ schemas/types.xsd | 17 +++++++++++++++++ 3 files changed, 60 insertions(+), 1 deletion(-) (limited to 'schemas') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 6306b6da4..1fcf82c27 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -36,7 +36,7 @@ Abstract implementation of a Path entry. The entry will either be handled by Cfg, TGenshi, or another - DirectoryBacked plugin; or handled by Rules, in which case + Generator plugin; or handled by Rules, in which case the full specification of this entry will be included in Rules. @@ -66,6 +66,20 @@ + + + + Abstract description of a POSIXUser entry. + + + + + + + Abstract description of a POSIXGroup entry. + + + @@ -111,6 +125,20 @@ + + + + Fully bound description of a POSIXUser entry. + + + + + + + Fully bound description of a POSIXGroup entry. + + + 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 @@ + + + + Fully bound description of a POSIXUser entry. + + + + + + + Fully bound description of a POSIXGroup entry. + + + diff --git a/schemas/types.xsd b/schemas/types.xsd index 1edde8754..a36693b2d 100644 --- a/schemas/types.xsd +++ b/schemas/types.xsd @@ -220,4 +220,21 @@ + + + + + + + + + + + + + + + + + -- cgit v1.2.3-1-g7c22