-
The Issue:I'm running Nextcloud AIO with the LDAP user backend. Users are filtered via a single LDAP group containing ~43 members, plus 11 manually created local accounts ... so I'd expect a total of ~54 users. Instead, Nextcloud reports 97 total users and is warning me that I've reached the user limit. Output of Output of If I search for LDAP remnant users i find 1 Deactivated and What I'd expect
So my questions are
I currently have this issue with |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, can you check https://docs.nextcloud.com/server/stable/admin_manual/configuration_user/user_auth_ldap_cleanup.html? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @szaimen , I found the issue. Before the discussion, I had already checked the article you sent me. The solution is simple. I created two LDAP configurations, one for each available Domain Controller. Although Nextcloud does not create a user for each configuration, it counts each user twice. Edit: |
Beta Was this translation helpful? Give feedback.
Hi @szaimen , I found the issue. Before the discussion, I had already checked the article you sent me.
The solution is simple. I created two LDAP configurations, one for each available Domain Controller. Although Nextcloud does not create a user for each configuration, it counts each user twice.
Edit:
https://docs.nextcloud.com/server/stable/admin_manual/configuration_user/user_auth_ldap.html (Set Replica correctly in one config)