Skip to content

Commit d4fcbe8

Browse files
authored
Merge pull request #880 from nextcloud/fix/bump-nextcloud-ocp-stable30
Fix/bump nextcloud ocp stable30
2 parents 14f4122 + 7e07869 commit d4fcbe8

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

composer.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Command/GroupAdminsToLdap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright 2019 Cooperativa EITA (eita.org.br)
45
*

lib/LDAPConnect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @author Alan Tygel <[email protected]>
45
* @author Arthur Schiwon <[email protected]>

lib/LDAPGroupManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br)
45
*

lib/LDAPUserManager.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (c) 2017 EITA Cooperative (eita.org.br)
45
*
@@ -466,7 +467,7 @@ private function handleSetPassword(string $userDN, string $password, \LDAP\Conne
466467
$entry['userPassword'] = $password;
467468
}
468469

469-
if(ldap_mod_replace($connection, $userDN, $entry)) {
470+
if (ldap_mod_replace($connection, $userDN, $entry)) {
470471
return true;
471472
}
472473

tests/integration/features/bootstrap/BasicStructure.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
*
45
* @author Arthur Schiwon <[email protected]>

tests/integration/features/bootstrap/LDAPContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* @copyright Copyright (c) 2017 Arthur Schiwon <[email protected]>
45
*

0 commit comments

Comments
 (0)