diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-02-10 00:55:26 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-02-11 12:49:04 +0100 |
commit | 184f0f76288ae376b687861bcd07984f65519d90 (patch) | |
tree | 2bfb964f7cb4eef03957570ba3a24e42afa0e1f1 /net/phpldapadmin/files/patch-lib_ds__ldap.php | |
parent | www/igal2: update to 3.1 (diff) |
net/phpldapadmin: update to 1.2.6.7
PR: 276372
Submitted by: Krzysztof (ports@bsdserwis.com)
Approved by: Krzysztof (ports@bsdserwis.com)
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_ds__ldap.php')
-rw-r--r-- | net/phpldapadmin/files/patch-lib_ds__ldap.php | 11 |
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; - } |