X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=PVE%2FAuth%2FAD.pm;fp=PVE%2FAuth%2FAD.pm;h=b924b02b2c550f24c86a2a8fcf0abfdab9d2c454;hp=b9db568c912f6a9b683bb11fdebb5d18dfc0b9e6;hb=8bdbfd4ddfeb2613e0b14ac1925813fcb2bce23f;hpb=23e0cf85fd504f60222e4cc30f7081d601809c95 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'), }; }