[Source]
# File lib/active_ldap/base.rb, line 129 129: def initialize(input=nil) 130: @input = input 131: super(_("invalid distinguished name (DN) to parse: %s") % @input.inspect) 132: end
[Validate]