1
Suggestions and Requests / Re: Active Directory / LDAP integration
« on: July 16, 2021, 10:12:48 pm »
Oops, I forgot to mention that there shall be no space before or after the "=" character.
Good: AUTHMETHOD_OPTIONS=yourAdUserGroup
Bad: AUTHMETHOD_OPTIONS = yourAdUserGroup
I have no clue what happens if the AD group name itself contains spaces. I am not an "AD guy". Somehow I would expect that AD groups with spaces in its name are impossible on AD server side.
But if this is possible I would have tried: AUTHMETHOD_OPTIONS="your Ad User Group".
Good: AUTHMETHOD_OPTIONS=yourAdUserGroup
Bad: AUTHMETHOD_OPTIONS = yourAdUserGroup
I have no clue what happens if the AD group name itself contains spaces. I am not an "AD guy". Somehow I would expect that AD groups with spaces in its name are impossible on AD server side.
But if this is possible I would have tried: AUTHMETHOD_OPTIONS="your Ad User Group".