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