Adding instructions for sample config file location. --- ./lib/Net/LDAP/Config.pm 2006-05-28 08:21:06 +0400 +++ ./lib/Net/LDAP/Config.pm 2006-05-28 08:21:26 +0400 @@ -761,6 +761,7 @@ unless ($loaded) { warn "Could not find a configuration file. Please create one of:\n\t" . join("\n\t",@mains,@personals) . "\n"; + warn "Sample configuration file could be found in ##DOCDIR##/examples/ldapsh_config.\n"; exit(14); }