Methods

Included Modules

Class/Module Index [+]

Quicksearch

ActiveSambaLdap::Dc

Public Class Methods

ldap_mapping(options={}) click to toggle source
# File lib/active_samba_ldap/dc.rb, line 8
def ldap_mapping(options={})
  default_options = {
    :dn_attribute => "dc",
    :prefix => "",
    :classes => ["top", "dcObject", "organization"],
  }
  options = default_options.merge(options)
  super(options)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.