StackStorm / st2-auth-ldap

LDAP backend for user authentication in StackStorm. Previously LDAP backend for EWC.
https://docs.stackstorm.com/authentication.html
Apache License 2.0
5 stars 12 forks source link

Ci fail python #98

Closed amanda11 closed 3 years ago

amanda11 commented 3 years ago

The CI runs started to fail, because space_char was being set to '' instead of ' '. The hack we used still worked on my CentOS machine. But amended the way we set the space_char and works on the CircleCI Ubuntu runs and my CentOS machine