Login with Users of all Groups in LDAP

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2021 07:17 AM
Hello everyone, thank you in advance
I'm using Alfresco Community 5.2 with OpenLdap
I have 3 Groups in my OPENLDAP
ou = People
ou = HR
ou = Sales
At the moment I can login with only the group I define in my userNameFormat
Ex: = cn =% s, ou = People, dc = gov, dc = ao
I'm having trouble signing in with users who are not in the ou = People group
How can I log in with users from groups other than ou = People?
Please help me.
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2021 09:54 AM
Try use user principal name (UPN) insted of DN.
ldap.authentication.userNameFormat=%s@gov.ao
