summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib_schema__functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'net/phpldapadmin/files/patch-lib_schema__functions.php')
-rw-r--r--net/phpldapadmin/files/patch-lib_schema__functions.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-lib_schema__functions.php b/net/phpldapadmin/files/patch-lib_schema__functions.php
new file mode 100644
index 000000000000..e3b7575c233b
--- /dev/null
+++ b/net/phpldapadmin/files/patch-lib_schema__functions.php
@@ -0,0 +1,11 @@
+--- lib/schema_functions.php.orig 2023-04-01 13:46:16 UTC
++++ lib/schema_functions.php
+@@ -734,6 +734,8 @@ class AttributeType extends SchemaItem {
+ # This attribute has been forced a MAY attribute by the configuration.
+ private $forced_as_may = false;
+
++ private $is_obsolete;
++
+ /**
+ * Creates a new AttributeType object from a raw LDAP AttributeType string.
+ */