# File lib/active_ldap/acts/tree.rb, line 49 def parent if base == self.class.base nil else find(:first, :base => base, :scope => :base) end end