From 52af18ec03b7a5dc00764d4f33fe8d62811b8ca6 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Wed, 8 Sep 2010 22:44:42 -0400 Subject: Enabling SUDO support * Adding a new SUDO schema file * Adding this new file to the list of targets in make file * Create SUDO container for sudo rules * Add default sudo services to HBAC services * Add default SUDO HBAC service group with two services sudo & sudo-i * Installing schema No SUDO rules are created by default by this patch. --- install/share/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'install/share/Makefile.am') diff --git a/install/share/Makefile.am b/install/share/Makefile.am index 5ff62baf6..9efb75a09 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -8,6 +8,7 @@ app_DATA = \ 60radius.ldif \ 60ipaconfig.ldif \ 60basev2.ldif \ + 60sudo.ldif \ anonymous-vlv.ldif \ bootstrap-template.ldif \ caJarSigningCert.cfg.template \ -- cgit