Sha256: a78844fac93c3955285a1d959a131652cd0a653151bf25f3765b4538f6b43b21
Contents?: true
Size: 410 Bytes
Versions: 1
Compression:
Stored size: 410 Bytes
Contents
module ActiveSambaLdap class Idmap < Base include Reloadable::Subclasses class << self def ldap_mapping(options={}) default_options = { :dn_attribute => "sambaSID", :prefix => configuration[:idmap_suffix], :classes => ["top", "sambaIdmapEntry"], } 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/idmap.rb |