-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OCIS_LDAP_USER_SCHEMA_USER_TYPE no usable. #10474
Comments
@dj4oC as discussed today, this is the issue with are facing right now. |
May I ask you @blicknix to quickly try it with 6.6.1 ? |
Same issue with |
@blicknix Could you please describe for what purpose you want to use the |
@dj4oC If the |
let me clarify some things:
|
@2403905 @micbar Our goal was to auto provision these user-lights out of the ldap directly. Or is this not how this parameter was intended? |
@blicknix Thank you for the clarification. I already prepared the fix. |
Describe the bug
With
OCIS_LDAP_USER_SCHEMA_USER_TYPE: "ownCloudUserType"
set as variable and the user given the Guest status, he is not able to login anymore with the errorhttp: panic serving 172.19.0.1:33558: runtime error: index out of range [0] with length 0
Steps to reproduce
Expected behavior
Marie should be able to login without an error.
Actual behavior
Marie is not able to login and is getting an access denied.
Setup
Used the docker compose file provided from ocis. Removed the traeffik for easier setup.
User Marie:
Additional context
We have the problem also at another server in production. Setup is also with docker compose but without changed schema and external LB, LDAP and Keycloak. We used another not yet used default attribute (room).
Any other string in the attribute is ignored and the user is Member of the ocis server.
The text was updated successfully, but these errors were encountered: