Class: ActiveSambaLdap::Ou
- Includes:
- Reloadable
- Defined in:
- lib/active_samba_ldap/ou.rb
Class Method Summary collapse
Methods included from Reloadable
Methods inherited from Base
Class Method Details
.ldap_mapping(options = {}) ⇒ Object
8 9 10 11 12 13 14 15 16 17 |
# File 'lib/active_samba_ldap/ou.rb', line 8 def ldap_mapping(={}) = { :dn_attribute => "ou", :prefix => "", :classes => ["top", "organizationalUnit"], :scope => :sub, } = .merge() super() end |