Commit 51bee5ec authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Enable LDAP api. Add LdapGroup entity to api

parent 538b7697
......@@ -38,5 +38,6 @@ module API
mount ProjectSnippets
mount DeployKeys
mount ProjectHooks
mount Ldap
end
end
......@@ -136,5 +136,9 @@ module API
expose :target_id, :target_type, :author_id
expose :data, :target_title
end
class LdapGroup < Grape::Entity
expose :cn
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment