Closed LordFelius closed 2 years ago
should use string == 'TRUE' instead of == TRUE , as getenv returns a string , which always considered equaling a bool TRUE .
This bit me today – as a a workaround you can just not set LDAP_GROUP_MEMBERSHIP_USES_UID, but it would be nice to have a proper fix merged ;' )
LDAP_GROUP_MEMBERSHIP_USES_UID
Yep - that's a bug. I'll merge this in. Cheers.
should use string == 'TRUE' instead of == TRUE , as getenv returns a string , which always considered equaling a bool TRUE .