From 66fc343e592987e043dfc4a831dae9c8225162da Mon Sep 17 00:00:00 2001 From: Nigel Kukard Date: Tue, 15 Nov 2016 11:26:45 +0000 Subject: [PATCH] Do not override loginHost to the main entry name --- awit-ssh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awit-ssh b/awit-ssh index a0388e1..6afd189 100755 --- a/awit-ssh +++ b/awit-ssh @@ -54,7 +54,7 @@ use User::pwent; my $NAME = "AWIT-SSH-Client"; -our $VERSION = "0.8.0"; +our $VERSION = "0.8.1"; print(STDERR "$NAME v$VERSION - Copyright (c) 2016, AllWorldIT\n\n"); @@ -410,7 +410,6 @@ PFEC1: } # Check if we need to set the host - $loginHost = $ldapEntryName; if (my $ldapLoginHost = $ldapEntry->get_value('awitLoginHost')) { logger('INFO'," - Host ".color('green')."%s".color('reset')." (awitLoginHost)",$ldapLoginHost); $loginHost = $ldapLoginHost; -- GitLab