[pve-devel] applied: [PATCH access-control 2/4] auth ad: add sync-defaults-options
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Apr 6 13:53:23 CEST 2020
On 4/6/20 1:31 PM, Dominik Csapak wrote:
> this was missing for AD realms
>
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
> PVE/Auth/AD.pm | 1 +
> 1 file changed, 1 insertion(+)
>
> 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 },
> };
> }
>
>
ah yes, that doesn't get inherited - thanks for noticing! applied
More information about the pve-devel
mailing list