From 7a3fd9d2ede1cc6a65680ec8a66389081abd6d0a Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 27 Oct 2009 07:57:21 -0700 Subject: [PATCH] Add a flag in the module.info (no_module_admin) to indicate that this module shouldn't be managed by the default module administration screen. This module will always be locked on that screen. --- modules/ldap/module.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/ldap/module.info b/modules/ldap/module.info index 06fa311b..1b7bef08 100644 --- a/modules/ldap/module.info +++ b/modules/ldap/module.info @@ -1,3 +1,6 @@ name = "LDAP" description = "Use LDAP for authentication" version = 1 + +; Don't show this module on the module administration screen +no_module_admin = 1