-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Description
⚠️ This issue respects the following points: ⚠️
- This is a bug, not a question or a configuration/webserver/proxy issue.
- This issue is not already reported on Github OR Nextcloud Community Forum (I've searched it).
- Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
- I agree to follow Nextcloud's Code of Conduct.
Bug description
I've encountered a peculiar issue with LDAP/AD integration in Nextcloud.
In my Active Directory, there's a folder named "NextCloud_User" with five users, all of whom have the same permissions. However, Nextcloud is only displaying three out of the five users.
I'm using the following LDAP filter in Nextcloud:
(&(|(objectclass=person))(|(|(memberof=CN=NextCloud_User,OU=groups,OU=tempuserou,DC=Ligonine,DC=local)(primaryGroupID=15085))))
When I use "Domain Users" as the filter, it displays every user. However, for most of them, the system only sets them as "Domain Users" without any other group memberships. For some users, it correctly sets all the groups they belong to in Active Directory.
Steps to reproduce
Set up Nextcloud with LDAP/AD integration for user authentication.
Create an Active Directory (AD) group called "NextCloud_User."
Add five users to the "NextCloud_User" group with identical permissions.
Configure Nextcloud's LDAP filter to find users in the "NextCloud_User" group.
Observe that Nextcloud only displays three of the five users from the group.
Expected behavior
I expected Nextcloud to display all five users from the "NextCloud_User" group in Active Directory
Installation method
None
Nextcloud Server version
26
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
MySQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
- Default user-backend (database)
- LDAP/ Active Directory
- SSO - SAML
- Other
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status