summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_ShadowAttribute.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_ShadowAttribute.php')
-rw-r--r--net/phpldapadmin/files/patch-lib_ShadowAttribute.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/phpldapadmin/files/patch-lib_ShadowAttribute.php b/net/phpldapadmin/files/patch-lib_ShadowAttribute.php
deleted file mode 100644
index dfa105b1c680..000000000000
--- a/net/phpldapadmin/files/patch-lib_ShadowAttribute.php
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/ShadowAttribute.php.orig 2021-12-12 02:35:51 UTC
-+++ lib/ShadowAttribute.php
-@@ -12,7 +12,7 @@
- * @package phpLDAPadmin
- * @subpackage Templates
- */
--class ShadowAttribute extends Attribute {
-+class ShadowAttribute extends PLAAttribute {
- public $shadow_before_today_attrs = array('shadowLastChange','shadowMin');
- public $shadow_after_today_attrs = array('shadowMax','shadowExpire','shadowWarning','shadowInactive');
- }