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:
@@ -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"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user