FileBrowser Quantum LDAP users are not getting the right folder scope
is not giving an LDAP user the expected personal folder scope after login. The storage path is set to `//data`, and `createUserDir: true` should create a user folder when the user signs in.
The default user scope is set to `/users/`. In practice, the user is getting `/` as the scope instead.
A normal user cannot use that root scope because the account is not an . The server is configured on port 8080, uses `//.db` for its database, and has previews and file type detection enabled.
Key points
- An LDAP user is not receiving the expected `/users/` scope after login.
- `createUserDir: true` is set, but the user folder is not being created as expected.
- The user receives `/` as the scope, but a non- cannot use that root scope.
- The configured storage path is `//data`, and the server listens on port 8080.
- owners should verify folder creation and access limits with a test user before real use.