Class: SsoLdapServer

Inherits:
SsoDirectoryServer show all
Defined in:
lib/models/sso_ldap_server.rb

Overview

Hold the configuration for LDAP synchronization, Using the ad_configuration logic to sync with server

Instance Method Summary collapse

Methods inherited from SsoServer

#user_profile

Methods included from App47Logger

log_debug, #log_debug, log_error, #log_error, log_exception, log_message, #log_message, #log_warn, log_warn

Instance Method Details

#display_nameObject

Return the display name for this server type



16
17
18
# File 'lib/models/sso_ldap_server.rb', line 16

def display_name
  'LDAP Server'
end