From 1770750b8adad6d9f2d98c0c9debc54d61f341cf Mon Sep 17 00:00:00 2001 From: Jr Aquino Date: Wed, 23 Feb 2011 11:37:07 -0800 Subject: Create default disabled sudo bind user Read access is denied to the sudo container for unauthenticated users. This shared user can be used to provide authenticated access to the sudo information. https://fedorahosted.org/freeipa/ticket/998 --- 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 4527a922..c6361099 100644 --- a/install/share/Makefile.am +++ b/install/share/Makefile.am @@ -48,6 +48,7 @@ app_DATA = \ modrdn-krbprinc.ldif \ entryusn.ldif \ root-autobind.ldif \ + sudobind.ldif \ $(NULL) EXTRA_DIST = \ -- cgit