Class: ActiveSambaLdap::Dc
- Includes:
- Reloadable
- Defined in:
- lib/active_samba_ldap/dc.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 |
# File 'lib/active_samba_ldap/dc.rb', line 8 def ldap_mapping(={}) = { :dn_attribute => "dc", :prefix => "", :classes => ["top", "dcObject", "organization"], } = .merge() super() end |