Skip to content
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

Rest with extldap activated doesn’t work #4899

Closed
Apfeldenker opened this issue Sep 25, 2023 · 2 comments
Closed

Rest with extldap activated doesn’t work #4899

Apfeldenker opened this issue Sep 25, 2023 · 2 comments
Assignees

Comments

@Apfeldenker
Copy link

Hello,
this time I’m trying to build a SwiftUI app for Chamilo, which uses Rest web service. The problem is it always tells that the user is invalid, but he isn’t. Has this something to do with using extldap on the website to authenticate.

@ywarnier
Copy link
Member

Hi @Apfeldenker
When authenticating for the REST WS, do you use a user that is managed by LDAP? (just trying to figure out how to reproduce)

You could create a user that is not LDAP-managed by ensuring that the "auth_source" column for that user is set to "platform" instead of "ext_ldap" (like... having one additional admin user just for that). If the issue is LDAP, then that should allow you to go around it, at least.

@ywarnier ywarnier self-assigned this Sep 26, 2023
@ywarnier ywarnier added this to the 1.11.26 milestone Sep 26, 2023
@Apfeldenker
Copy link
Author

Hi @ywarnier,
I’m using a user which is LDAP managed. I’ll try adding another which is not LDAP tomorrow.
Thanks for the help

@ywarnier ywarnier modified the milestones: 1.11.26, 1.11.28 Oct 4, 2023
@ywarnier ywarnier removed this from the 1.11.28 milestone Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants