Skip to content
Snippets Groups Projects
Commit 887aaae7 authored by Robert Spencer's avatar Robert Spencer
Browse files

Add color to the server entry

Makes it more consistant with the rest of the info displayed.
parent 7d73c342
No related branches found
No related tags found
1 merge request!5Add color to the server entry
......@@ -212,7 +212,7 @@ print STDERR "\n";
# Check if we got a result and modify our connection details
if ($ldapEntry) {
my $ldapEntryName = $ldapEntry->get_value('cn');
logger('INFO',"Found server entry '$ldapEntryName'");
logger('INFO',"Found server entry '".color('green')."$ldapEntryName".color('reset')."'");
# Check if we need to set the host
if (my $ldapLoginHost = $ldapEntry->get_value('awitLoginHost')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment