I am querying an Active Directory server using LDAP. Login to Suite CRM works just fine. Now, within Active Directory, I created a security group. Each user authorized to sign into Suite CRM is in that group.
Here’s what I have (only under Group Membership):
-Group Membership: enabled
-Group DN: OU=Security Groups,OU=MyBusiness,DC=mydomain,DC=com
-Group Name: CN = CRMusers
-User Attribute: samAccountName
-Group Attribute:
-With User DN: disabled
I suspect something is wrong with User Attribute and Group Attribute.
I’ve also tried setting Group DN to CN = CRMusers,OU=Security Groups,OU=MyBusiness,DC=mydomain,DC=com and leaving Group Name blank or as CN = CRMusers
What do I have to do so only users in the CN=CRMusers group are permitted to sign in?
Even better: What do I have to do so I can specify certain users to have certain permissions (i.e. administrator) within SuiteCRM based on LDAP/Active Directory?