class ActiveSambaLdap::Ou
Public Class Methods
ldap_mapping(options={})
click to toggle source
Calls superclass method
# 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