From 270d66ab99efcd5810fe2a041e3b1f3fc4a373c8 Mon Sep 17 00:00:00 2001 From: "mahlon@martini.nu" Date: Tue, 6 Sep 2011 23:05:35 +0000 Subject: [PATCH] Small documentation fixes, add better verbosity when saving connection cache data. FossilOrigin-Name: f4f170dd93a634783a0fbe89e56ba53bf4384b28179fb7f6eb9253dae06c031d --- shelldap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/shelldap b/shelldap index d53d211..dc31733 100755 --- a/shelldap +++ b/shelldap @@ -289,9 +289,10 @@ aliased to: ls ls -lR uid=mahlon list uid=m* -In 'verbose' mode, descriptions are listed as well, if they exist. -There are also some 'sane' long listings for common objectClass types. -You can actually specify your own in your .shelldap.rc, like so: +In 'long' mode, descriptions are listed as well, if they exist. +There are some default 'long listing' mappings for common objectClass +types. You can additionally specify your own mappings in your +.shelldap.rc, like so: ... descmaps: @@ -299,7 +300,6 @@ You can actually specify your own in your .shelldap.rc, like so: posixAccount: gecos posixGroup: gidNumber ipHost: ipHostNumber - puppetClient: puppetclass =item B @@ -528,7 +528,7 @@ You may try connecting insecurely, or install the module and try again.\n} if $@ unless ( $response =~ /^n/i ) { YAML::Syck::DumpFile( $conf->{'confpath'}, $conf ); chmod 0600, $conf->{'confpath'}; - print "Connection info cached.\n"; + print "Connection info cached to $conf->{'confpath'}.\n"; } }