Module: Mattermost::Endpoint::LDAP

Included in:
Mattermost::Endpoint
Defined in:
lib/mattermost/endpoint/ldap.rb

Instance Method Summary collapse

Instance Method Details

#sync_with_ldapObject



7
8
9
# File 'lib/mattermost/endpoint/ldap.rb', line 7

def sync_with_ldap
	post("/ldap/sync")
end

#test_ldap_configurationObject



11
12
13
# File 'lib/mattermost/endpoint/ldap.rb', line 11

def test_ldap_configuration
	post("/ldap/test")
end