From d6321524129f6f36af891c4fd5d6b156f2d598ce Mon Sep 17 00:00:00 2001 From: ntozier Date: Mon, 20 Feb 2023 11:57:44 -0500 Subject: [PATCH] add PHP Dependency Adds PHP extension dependency --- auth-ldap/plugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/auth-ldap/plugin.php b/auth-ldap/plugin.php index 2757c198..997adefe 100644 --- a/auth-ldap/plugin.php +++ b/auth-ldap/plugin.php @@ -13,6 +13,7 @@ 'map' => array( 'pear-pear.php.net/net_ldap2' => 'include' ), + 'phpDependency' => 'ldap', ); ?>