summaryrefslogtreecommitdiffstats
path: root/sudoers/sudoers.xslt
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-10-20 11:14:54 +0200
committerSumit Bose <sbose@nb.localdomain>2008-10-20 11:14:54 +0200
commit98824689e3f11cac83e9ee785ecd76616490d21c (patch)
tree68cc9207523a5e5e361f42edc4f4251e7be6f543 /sudoers/sudoers.xslt
parentbc009a849c81888f45f123f3bea473df8fd494f6 (diff)
downloadipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.tar.gz
ipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.tar.xz
ipa_policy-98824689e3f11cac83e9ee785ecd76616490d21c.zip
added ipaaction example
Diffstat (limited to 'sudoers/sudoers.xslt')
-rw-r--r--sudoers/sudoers.xslt6
1 files changed, 4 insertions, 2 deletions
diff --git a/sudoers/sudoers.xslt b/sudoers/sudoers.xslt
index f767335..3690f81 100644
--- a/sudoers/sudoers.xslt
+++ b/sudoers/sudoers.xslt
@@ -3,9 +3,11 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:md="http://freeipa.org/xsl/metadata/1.0"
- xmlns:sudoers="http://freeipa.org/xml/rng/sudo/sudoers/1.0">
+ xmlns:sudoers="http://freeipa.org/xml/rng/sudo/1.0">
- <md:output_file name="/etc/sudoers" owner="root" group="root" permission="440"/>
+ <md:output_handler>
+ <file name="/etc/sudoers" owner="root" group="root" permission="440"/>
+ </md:output_handler>
<xsl:output method="text" indent="no"/>
<xsl:strip-space elements="*"/>