aboutsummaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_ds__ldap.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_ds__ldap.php')
-rw-r--r--net/phpldapadmin/files/patch-lib_ds__ldap.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/phpldapadmin/files/patch-lib_ds__ldap.php b/net/phpldapadmin/files/patch-lib_ds__ldap.php
deleted file mode 100644
index 41dfc700729a..000000000000
--- a/net/phpldapadmin/files/patch-lib_ds__ldap.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ds_ldap.php.orig 2023-04-01 13:46:16 UTC
-+++ lib/ds_ldap.php
-@@ -991,7 +991,7 @@ class ldap extends DS {
- $return = $dn;
-
- foreach ($this->getBaseDN() as $base) {
-- if (preg_match("/${base}$/i",$dn)) {
-+ if (preg_match("/{$base}$/i",$dn)) {
- $return = $base;
- break;
- }