ActiveSambaLdap::Base
# 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.