summaryrefslogtreecommitdiffstats
path: root/ipaaction/ipaaction.rng
diff options
context:
space:
mode:
Diffstat (limited to 'ipaaction/ipaaction.rng')
-rw-r--r--ipaaction/ipaaction.rng21
1 files changed, 21 insertions, 0 deletions
diff --git a/ipaaction/ipaaction.rng b/ipaaction/ipaaction.rng
index bb49d87..952e05e 100644
--- a/ipaaction/ipaaction.rng
+++ b/ipaaction/ipaaction.rng
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author: Sumit Bose <sbose@redhat.com>
+
+Copyright (C) 2008 Red Hat
+see file 'COPYING' for use and warranty information
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation; version 2 only
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program; see the file COPYING.LGPL. If not, write to the
+Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+-->
<grammar ns="http://freeipa.org/xml/rng/ipaaction/1.0"
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
@@ -39,6 +59,7 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
</s:pattern>
<optional>
<element name="condition">
+ <!-- what kind of command would we allow? Only [A-Za-z0-9/ ]? -->
<element name="command">
<data type="string">
<param name="pattern">/.*</param>