]> source.dussan.org Git - nextcloud-server.git/commit
Port of LDAP Wizard: get correct total no of users, groups and complete list of...
authorArthur Schiwon <blizzz@owncloud.com>
Wed, 11 Jun 2014 11:35:35 +0000 (13:35 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Wed, 25 Jun 2014 09:45:55 +0000 (11:45 +0200)
commit452efa5fababa7c64ad450fda781c5d0c099c02e
treed4e91051dccc19d84ed791d768fbe385340c2b78
parentc6bcb07f8373b3a1515fc2f26872a0256ee3666d
Port of  LDAP Wizard: get correct total no of users, groups and complete list of groups on big setups #9002

fix PHPdoc

Conflicts:
apps/user_ldap/lib/connection.php

add method to count groups on LDAP

Conflicts:
apps/user_ldap/lib/access.php

LDAP Wizard: count users and groups with the power of paged search

Conflicts:
apps/user_ldap/lib/wizard.php

consolidate requirement check

fix PHPdoc

Conflicts:
apps/user_ldap/lib/access.php

Wizard: get really all groups from LDAP by power of Paged Search

Conflicts:
apps/user_ldap/lib/wizard.php

make all this work in an early configuration state in the wizard by marking  the config active and ignoring the validation state.

Conflicts:
apps/user_ldap/lib/connection.php

simplify two methods a bit, because they are not used for group search anymore

Conflicts:
apps/user_ldap/lib/wizard.php

remove unused vars; increase scrutinizer happiness
apps/user_ldap/lib/access.php
apps/user_ldap/lib/connection.php
apps/user_ldap/lib/wizard.php
apps/user_ldap/tests/wizard.php