Merge branch 'fix-ldap-group-info-leak' into 'master'
Hide the info mentioning the linked LDAP groups if you are not logged in. As mentioned by a customer here: https://gitlab.zendesk.com/agent/tickets/15466 When a group contains public projects, it is possible to get at it's members without being logged in, **but** this page also leaks information if it is synched with LDAP. The `DN` of the linked groups will be shown: ![Screen_Shot_2016-02-12_at_5.16.29_PM](/uploads/f5339db6c1a57e4cb7f1ef0e323e0604/Screen_Shot_2016-02-12_at_5.16.29_PM.png) This MR fixes that in that it only shows that information if the user is logged in. /cc @DouweM See merge request !180
Showing
Please register or sign in to comment