From 8bdbfd4ddfeb2613e0b14ac1925813fcb2bce23f Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Tue, 8 Aug 2017 11:10:15 +0200 Subject: [PATCH 1/1] fix trailing whitespace Signed-off-by: Dominik Csapak --- PVE/Auth/AD.pm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/PVE/Auth/AD.pm b/PVE/Auth/AD.pm index b9db568..b924b02 100755 --- a/PVE/Auth/AD.pm +++ b/PVE/Auth/AD.pm @@ -14,33 +14,33 @@ sub type { sub properties { return { - server1 => { - description => "Server IP address (or DNS name)", + server1 => { + description => "Server IP address (or DNS name)", type => 'string', format => 'address', maxLength => 256, }, - server2 => { + server2 => { description => "Fallback Server IP address (or DNS name)", type => 'string', optional => 1, format => 'address', maxLength => 256, }, - secure => { + secure => { description => "Use secure LDAPS protocol.", - type => 'boolean', + type => 'boolean', optional => 1, }, - default => { + default => { description => "Use this as default realm", - type => 'boolean', + type => 'boolean', optional => 1, }, - comment => { + comment => { description => "Description.", - type => 'string', + type => 'string', optional => 1, maxLength => 4096, }, @@ -58,7 +58,7 @@ sub properties { optional => 1, maxLength => 256, }, - tfa => PVE::JSONSchema::get_standard_option('tfa'), + tfa => PVE::JSONSchema::get_standard_option('tfa'), }; } -- 2.39.2