From: Dominik Csapak Date: Tue, 8 Aug 2017 09:10:15 +0000 (+0200) Subject: fix trailing whitespace X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=8bdbfd4ddfeb2613e0b14ac1925813fcb2bce23f;hp=23e0cf85fd504f60222e4cc30f7081d601809c95 fix trailing whitespace Signed-off-by: Dominik Csapak --- 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'), }; }