You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like, at some point, freeipa switched over to managing the serial number more directly, making it immutable from the user perspective. However, o_idnssoaserial is a required positional argument for the function, so I can't not supply it to the function call. A workaround is to pass in None for this required argument.
The text was updated successfully, but these errors were encountered:
If I make a call to freeipa(4.9.11) like the following:
I get back an error message from freeipa saying:
It looks like, at some point, freeipa switched over to managing the serial number more directly, making it immutable from the user perspective. However,
o_idnssoaserial
is a required positional argument for the function, so I can't not supply it to the function call. A workaround is to pass inNone
for this required argument.The text was updated successfully, but these errors were encountered: