DEBSOURCES
Skip Quicknav
sources / ruby-activeldap / 6.0.3-2 / lib / active_ldap / entry.rb
12345678
module ActiveLdap class Entry < ActiveLdap::Base ldap_mapping :prefix => "", :classes => ["top"], :scope => :sub self.dn_attribute = nil end end