Hey,
I am testing ldap integration with gitlab omnibus. I encountered a strange problem regarding the setting default_can_create_group
in gitlab.rb
. I set it so false. Despite that, new users logged in via ldap can still create groups.
I wrote a little summary on stackoverflow. But it seems this is a better place to ask this. So if anyone has any suggestions, I am up for it.
Another thing is, that I cant reset the can_create_group flag via the rest API. It returns a 200 but it does not set the setting… Seems like a bug to me, but I want to make sure I asked everywhere, before filing one.
Here is the link to the stack overflow question, which describes the problem with a little more detail: