]> git.proxmox.com Git - pve-access-control.git/commitdiff
fix trailing whitespace
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 8 Aug 2017 09:10:15 +0000 (11:10 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 8 Aug 2017 09:46:10 +0000 (11:46 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Auth/AD.pm

index b9db568c912f6a9b683bb11fdebb5d18dfc0b9e6..b924b02b2c550f24c86a2a8fcf0abfdab9d2c454 100755 (executable)
@@ -14,33 +14,33 @@ sub type {
 
 sub properties {
     return {
 
 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,
        },
            type => 'string',
            format => 'address',
            maxLength => 256,
        },
-       server2 => { 
+       server2 => {
            description => "Fallback Server IP address (or DNS name)",
            type => 'string',
            optional => 1,
            format => 'address',
            maxLength => 256,
        },
            description => "Fallback Server IP address (or DNS name)",
            type => 'string',
            optional => 1,
            format => 'address',
            maxLength => 256,
        },
-       secure => { 
+       secure => {
            description => "Use secure LDAPS protocol.",
            description => "Use secure LDAPS protocol.",
-           type => 'boolean', 
+           type => 'boolean',
            optional => 1,
 
        },
            optional => 1,
 
        },
-       default => { 
+       default => {
            description => "Use this as default realm",
            description => "Use this as default realm",
-           type => 'boolean', 
+           type => 'boolean',
            optional => 1,
        },
            optional => 1,
        },
-       comment => { 
+       comment => {
            description => "Description.",
            description => "Description.",
-           type => 'string', 
+           type => 'string',
            optional => 1,
            maxLength => 4096,
        },
            optional => 1,
            maxLength => 4096,
        },
@@ -58,7 +58,7 @@ sub properties {
            optional => 1,
            maxLength => 256,
        },
            optional => 1,
            maxLength => 256,
        },
-       tfa => PVE::JSONSchema::get_standard_option('tfa'), 
+       tfa => PVE::JSONSchema::get_standard_option('tfa'),
     };
 }
 
     };
 }