mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 20:31:48 +02:00
At the moment bind-tools does not enable `gssapi`, so its `nsupdate` tool is also not able to run `realm` command. As a result, configure script of `sssd` fails when running `echo realm | nsupdate`, like `syntax error`. To avoid such issues, we need to disable the nsupdate check for now. After we could enable `gssapi` for the SDK correctly, we can bring back the nsupdate check in the future.