You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I extracted this from @leetim's issue #148 where two issues were described in one github issue, making it hard to track them properly. Below is the issue as described by @leetim in #148.
Users cannot be authorized if the group name contains the characters ( and ).
c.LDAPAuthenticator.allowed_groups= [
'CN=_ IT-группа Бизнес-анализа данных,OU=_ДолжностиИОтделы,OU=DNS Users,DC=partner,DC=ru',
# Authorization with next line doesn't work'CN=_ Федеральный директор - Фед. адм. (Управление),OU=_ДолжностиИОтделы,OU=DNS Users,DC=partner,DC=ru',
]
The text was updated successfully, but these errors were encountered:
consideRatio
changed the title
Groups with parenthesis in name issue
Groups are not allowed to have parenthesis in their name
Dec 20, 2019
And when I debug the authenticator, it's possible to confirm that the LDAP search used that value in the filters (I had to remove memberUid and uniqueMember due to #133 as I'm using OpenLDAP).
I extracted this from @leetim's issue #148 where two issues were described in one github issue, making it hard to track them properly. Below is the issue as described by @leetim in #148.
Users cannot be authorized if the group name contains the characters
(
and)
.The text was updated successfully, but these errors were encountered: