Project

General

Profile

« Previous | Next » 

Revision e3c61b68

Added by Shimon Shtein about 8 years ago

Fixes #14286 - added :groups_base field to auth_source_ldaps API

(cherry picked from commit 6aa12560df8df0246b1a93801655bad0954e880d)

View differences:

app/views/api/v2/auth_source_ldaps/main.json.rabl
extends "api/v2/auth_source_ldaps/base"
attributes :host, :port, :account, :base_dn, :ldap_filter, :attr_login, :attr_firstname, :attr_lastname, :attr_mail, :attr_photo, :onthefly_register, :usergroup_sync, :tls, :server_type, :created_at, :updated_at
attributes :host, :port, :account, :base_dn, :ldap_filter, :attr_login, :attr_firstname, :attr_lastname, :attr_mail, :attr_photo, :onthefly_register, :usergroup_sync, :tls, :server_type, :groups_base, :created_at, :updated_at

Also available in: Unified diff