#super_user_security - "never" is not valid since 22.12.0; any reason/replacement?

1 messages · Page 1 of 1 (latest)

haughty citrus
#

Hey there!
I upgraded our test env from 22.10.0 to 22.12.0.
We have something called test-suite to check our code functionality.

At modul "na_ontap_export_policy_rule" there is a param called "super_user_security". This param was set to "never". This choise seems to be removed in 22.12.0. Is there any reason for that? The only thing i can find is:
fix issue with idempotency in REST

Do anyone know a replacement for that?

Thanks!

inland root
#

Never is not a valid value for superuser. Valid are:
any none krb5 krb5i krb5p ntlm sys
I suggest to use none to disallow access.

haughty citrus
inland root