lizzyliao

Results 14 comments of lizzyliao

Hi AltamashShaikh : Yes, use ./console loginldap:synchronize-users command.

@AltamashShaikh No error message shown. Sync successfully. But just only "Synchronized 999 users!" Thank you very much~

@AltamashShaikh We see error messasge as following: "Synchronized 999 users! Could not synchronize the following users in LDAP: **K21050416 Could not instantiate mail function."** But we can see 'K21050416" already...

@AltamashShaikh **we use debug flag log as following:** DEBUG [2022-10-06 02:28:31] 26238 ldap_search result is [resource] DEBUG [2022-10-06 02:28:31] 26238 Calling ldap_get_entries([resource], [resource]) DEBUG [2022-10-06 02:28:31] 26238 ldap_get_entries result is...

@AltamashShaikh **We have never set up an smtp server.** **Will this affect sync ldap users?** I type "./console loginldap:synchronize-users" command again. The error message "K21050416 Could not instantiate mail function"...

@AltamashShaikh I think maybe about 1100 people, but the number will increase over time. Thank you very much.

@AltamashShaikh The matomo server is stopping at 1000 only with error messages **"Error: error or warning logs detected, exit 1"** Thank you very much.

@sgiehl @AltamashShaikh Thank you for your information, I will contact our ldap server admin. Thank you very much.

@AltamashShaikh Hi AltamashShaikh (1) Our ldap admin say ldap query default = 1000, but you can query more than 1000 users when you query ldap. (2) I modify plugins/LoginLdap/Ldap/Client.php in...

@AltamashShaikh I write this program for testing. I can sync 1349 users. ``` $i=0; do { $result = ldap_search($conn, $dn, $filter, $justthese,0,-1,0,LDAP_DEREF_NEVER,[['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 1000, 'cookie'...