# File lib/active_samba_ldap/unix_id_pool.rb, line 8 def ldap_mapping(options={}) default_options = { :dn_attribute => "sambaDomainName", :prefix => "", :classes => ["top", "sambaDomain", "sambaUnixIdPool"], } options = default_options.merge(options) super options end
Generated with the Darkfish Rdoc Generator 2.