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 ...@@ -38,5 +38,6 @@ module API
mount ProjectSnippets mount ProjectSnippets
mount DeployKeys mount DeployKeys
mount ProjectHooks mount ProjectHooks
mount Ldap
end end
end end
...@@ -136,5 +136,9 @@ module API ...@@ -136,5 +136,9 @@ module API
expose :target_id, :target_type, :author_id expose :target_id, :target_type, :author_id
expose :data, :target_title expose :data, :target_title
end end
class LdapGroup < Grape::Entity
expose :cn
end
end 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