ActiveSambaLdap::Error
# File lib/active_samba_ldap/base.rb, line 87 def initialize(file, location, detail) @file = file @location = location @detail = detail format = _("found invalid configuration format at %s:%s: %s") super(format % [file, location, detail]) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.