Closed abbra closed 4 years ago
/azp rerun
/azp run
/azp run
tox tests are currently failing due to new pytest 6.0 release which is incompatible with some of IPA pytest code. Stas is working on the fixes.
Now it works during uninstallation. @flo-renaud, please let me know if you find other issues tomorrow -- otherwise I'll merge this manually due to Tox failures preventing automated merge.
@abbra thanks for the commit, LGTM. The aliases are consistent with the description in https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-drsr/894d0999-7d79-4e81-a407-7bcf6522b0a7 and https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-drsr/41efc56e-0007-4e88-bafe-d7af61efd91f
Merged manually after updating to master.
… by MS-DRSR
AD DCs expect RPC service principal name to exist for the machine account of the domain controller they talk to. Since in FreeIPA case Kerberos principals for host/ and cifs/ are separate, we need to add RPC/... alias to cifs/... principal.
There are other service principal names for GC that are expected to exist according to MS-DRSR 2.2.3 and 2.2.4 sections. Refactor GC instance code to include all of them.
Signed-off-by: Alexander Bokovoy abokovoy@redhat.com