tests: update ocm setup and docs

docs: separate provider config

tests: substitution for local and remote server urls

tests: create local configs

tests: fix vscode debugger config

tests: separate federation share steps
This commit is contained in:
Saw-jan
2024-11-11 14:37:52 +05:45
parent 22d80256d6
commit c3b442491d
18 changed files with 576 additions and 420 deletions
+2 -7
View File
@@ -451,13 +451,8 @@ trait Provisioning {
$entry['ownCloudUUID'] = WebDavHelper::generateUUIDv4();
}
if ($this->federatedServerExists()) {
if (!\in_array($setting['userid'], $this->ldapCreatedUsers)) {
$this->ldap->add($newDN, $entry);
}
} else {
$this->ldap->add($newDN, $entry);
}
$this->ldap->add($newDN, $entry);
$this->ldapCreatedUsers[] = $setting["userid"];
}