Ok I have been looking into the process of authenticating a user and I would like to ensure i have the thinking correct when it comes to SugarCRM. Assuming auto_create_user is set False.
What I am curious about is: Can SugarCRM authenticate against mutliple domains?Code:1) User enters Username/Password into SugarCRM's login page 2) SugarCRM checks the settings to see if the values for LDAP are entered i) Are LDAP Settings Entered? a) YES - Check LDAP for user Yes - Authenticate, No - Check local Sugar User Table b) NO - Check local Sugar User Table 3) Create signed in User (sessions etc) 4) User carries on their normal way
According to the settings it seems to only authenticate against 1 domain (unless there is a special DN that can be entered for it to check multiple domains)
In my current project I need to check multiple domains (northamerica.mysite.com, overseas.mysite.com, southpacific.mysite.com) for users to see if they exist so I can authenticate them with their AD (Active Directory) account. I mean if I have to create a user via the local SugarCRM table then what's the point really of checking LDAP in the first place?
Thanks!


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks