From: Dominik Csapak Date: Mon, 6 Apr 2020 11:31:52 +0000 (+0200) Subject: auth ad: add sync-defaults-options X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0ae051a4d6c60285e5d66896a9089e16beae8a8f;p=pve-access-control.git auth ad: add sync-defaults-options this was missing for AD realms Signed-off-by: Dominik Csapak --- diff --git a/PVE/Auth/AD.pm b/PVE/Auth/AD.pm index 3b88db4..4f40be3 100755 --- a/PVE/Auth/AD.pm +++ b/PVE/Auth/AD.pm @@ -91,6 +91,7 @@ sub options { group_name_attr => { optional => 1 }, group_filter => { optional => 1 }, group_classes => { optional => 1 }, + 'sync-defaults-options' => { optional => 1 }, }; }