diff -r 4464f9984530 -r c527f97c28f1 shelldap --- a/shelldap Wed Jun 07 14:49:06 2017 -0700 +++ b/shelldap Wed Jun 07 14:59:48 2017 -0700 @@ -2408,6 +2408,7 @@ while ( my ($k, $v) = each %{$conf} ) { $conf->{ $k } = $v } } + # defaults $conf->{'configfile'} ||= "$ENV{'HOME'}/.shelldap.rc"; $conf->{'cacheage'} ||= 300;