mirror of
https://github.com/SuiteCRM/SuiteCRM.git
synced 2026-03-02 19:16:58 -05:00
LDAP synced users cannot remote login #4751
Labels
No labels
Area: API
Area: Campaigns
Area: Cases
Area: Clean Up
Area: Clean Up: Performance
Area: Dashlets
Area: Databases
Area: Developer Tools
Area: Elasticsearch
Area: Elasticsearch
Area: Emails
Area: Emails:Campaigns
Area: Emails:Cases
Area: Emails:Compose
Area: Emails:Config
Area: Emails:Templates
Area: Environment
Area: Installation
Area: Language
Area: Mobile
Area: Module
Area: PDFs
Area: PHP8
Area: Reports
Area: Studio
Area: Styling
Area: Upgrading
Area: Workflow
Area:Activity Stream
Area:Calls
Area:Import
Area:Projects
Area:Search
Area:Surveys
Area:Themes
Area:Users
Branch:Hotfix
Good First Issue
Hacktoberfest
Help Wanted
PR:Community Contribution
PR:Type:Enhancement
Priority:Critical
Priority:Important
Priority:Moderate
Severity: Major
Severity: Minor
Severity: Moderate
Status: Requires Code Review
Status: Requires Updates
Status: Stale
Status: Team Investigating
Status:Assessed
Status:Fix Proposed
Status:Needs Assessed
Status:Requires Automated Tests
Type: Bug
Type:Deprecated
Type:Discussion
Type:Duplicate
Type:Invalid
Type:Question
Type:Suggestion
Type:Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SuiteCRM-SuiteCRM#4751
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mr2017x on GitHub (Mar 17, 2022).
Hi,
on several use cases i face the issue, that ldap synced users doesn't seem to be able to login to suitecrm when not using the standard website (Api, Apps, Nextcloud SuiteCRM INtegration etc). With internal database users those problems aren't.
Version is from 7.x until now (7.12.5) (long duration)
Issue
Login should be possible as it is possible with ldap-backed users at standard login form of suitecrm
Expected Behavior
Users which accounts are synced by an ldap/active directory backend should be able to login through api, apps, etc.
Actual Behavior
No authentication is possible (general failures, no results, wrong password)
Possible Fix
It seems as the backend procedure doesn't route the authentication in a proper way.
Steps to Reproduce
Use https://apps.nextcloud.com/apps/integration_suitecrm or many other apps, apis etc.
Context
simple and secure environment without several different user/password combinations. (one user one credential, extended sso)
Your Environment
Thanks in advance
@samus-aran commented on GitHub (Jul 6, 2022):
HI @mr2017x This is a suggestion as we can not support third party integrations. Having a look at the Nextcloud integration I couldn't see where they identified that they support LDAP either. The assumption is that it doesn't.
@mr2017x commented on GitHub (Jul 7, 2022):
Hi @samus-aran sure, nextcloud does support ldap (better than suite 8.1 blessing and hoping for 8.2 <3)
https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/user_auth_ldap.html
and as tested the internal deployed users can login with issues.
Thanks in advance.
(No Support, but maybe a hint for future processing of login requests in general)