Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2021-01-25 23:06:07 +0300
committerRobin Appelman <robin@icewind.nl>2021-04-01 14:08:23 +0300
commit40507ca54347a0fd9deee2d9c0286433f9fdb925 (patch)
treeef15db43c7ea7835e818f329f7798273b46ccf01 /lib/public/LDAP
parente0dcf642dee42a1152c263789b3ddf6e32a2ded4 (diff)
make ILDAPProviderFactory usable when there is no ldap setup
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/public/LDAP')
-rw-r--r--lib/public/LDAP/ILDAPProviderFactory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/LDAP/ILDAPProviderFactory.php b/lib/public/LDAP/ILDAPProviderFactory.php
index f005cf07885..9295b5432f8 100644
--- a/lib/public/LDAP/ILDAPProviderFactory.php
+++ b/lib/public/LDAP/ILDAPProviderFactory.php
@@ -44,7 +44,7 @@ interface ILDAPProviderFactory {
* @since 11.0.0
*/
public function __construct(IServerContainer $serverContainer);
-
+
/**
* creates and returns an instance of the ILDAPProvider
*