[pve-devel] [PATCH access-control 3/3] fix trailing whitespace
Dominik Csapak
d.csapak at proxmox.com
Tue Aug 8 11:10:15 CEST 2017
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list