Sha256: 2b583f60eff7b3cd913d431c82ca44855363956f9ba22c6a2da39084dbee5bd7
Contents?: true
Size: 405 Bytes
Versions: 1
Compression:
Stored size: 405 Bytes
Contents
module ActiveSambaLdap class Ou < Base include Reloadable::Subclasses class << self def ldap_mapping(options={}) default_options = { :dn_attribute => "ou", :prefix => "", :classes => ["top", "organizationalUnit"], :scope => :sub, } options = default_options.merge(options) super(options) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activesambaldap-0.0.1 | lib/active_samba_ldap/ou.rb |