Sha256: cfa4788d7bf1c62e3456a591c4e2edd4e46c58ef128ba2982369b3bec39772ac
Contents?: true
Size: 427 Bytes
Versions: 29
Compression:
Stored size: 427 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Configure the LDAP context for this site. # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/ldapConfig.html] def ldap_config(options={}) options.merge!( 'command' => 'ldapConfig' ) request(options) end end end end end
Version data entries
29 entries across 27 versions & 4 rubygems