opnsense-ports/net/phpldapadmin/files/patch-lib_schema__functions.php
Franco Fichtner 6763dd31a5 */*: sync with upstream
Taken from: FreeBSD
2023-10-27 09:26:19 +02:00

11 lines
373 B
PHP

--- 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.
*/