ActiveSambaLdap::Base
# File lib/active_samba_ldap/ou.rb, line 8 def ldap_mapping(options={}) default_options = { :dn_attribute => "ou", :prefix => "", :classes => ["top", "organizationalUnit"], :scope => :sub, } options = default_options.merge(options) super(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.