aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Server.php
diff options
context:
space:
mode:
authorSimon L <szaimen@e.mail.de>2022-10-21 18:53:16 +0200
committerGitHub <noreply@github.com>2022-10-21 18:53:16 +0200
commit47da08fe850b374d30ef68c55775600747bbd35c (patch)
tree688cb70faf6517083bb4297a5ff59bb5bdf4b213 /lib/private/Server.php
parent294a00d8e0b87a29c9f9de5de56e84a76c95182b (diff)
parentbff23762d14600efcdc9bec27169d531ec60f16c (diff)
downloadnextcloud-server-47da08fe850b374d30ef68c55775600747bbd35c.tar.gz
nextcloud-server-47da08fe850b374d30ef68c55775600747bbd35c.zip
Merge pull request #33945 from nextcloud/fix/noid/fair-use-ldap
LDAP to not register new users when outside of fair use or over limits
Diffstat (limited to 'lib/private/Server.php')
-rw-r--r--lib/private/Server.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Server.php b/lib/private/Server.php
index 33ac8262cea..d804cca2086 100644
--- a/lib/private/Server.php
+++ b/lib/private/Server.php
@@ -795,6 +795,7 @@ class Server extends ServerContainer implements IServerContainer {
$this->registerAlias(\OCP\Support\CrashReport\IRegistry::class, \OC\Support\CrashReport\Registry::class);
$this->registerAlias(\OCP\Support\Subscription\IRegistry::class, \OC\Support\Subscription\Registry::class);
+ $this->registerAlias(\OCP\Support\Subscription\IAssertion::class, \OC\Support\Subscription\Assertion::class);
$this->registerService(\OC\Log::class, function (Server $c) {
$logType = $c->get(AllConfig::class)->getSystemValue('log_type', 'file');