Skip to content

Convert YAML LDAP config to Ruby hash

What does this MR do?

Converts the LDAP YAML configuration to standard Ruby hash format.

Why was this MR needed?

I have seen a good number of support issues and community problems in IRC, etc, where users have some sort of YAML formatting issue. It's hard to pinpoint where the problem is, especially when the issue is with indentation. By converting this configuration to standard Ruby hash format I hope we eliminate those issues and make things more user-friendly.

Merge request reports