mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
a32ade647d
The PAC was being regenerated on all normal DCs, because they don't have a msDS-SecondaryKrbTgtNumber attribute. Instead we need to check if it's set and not equal to our RODC number, allowing RODCs to trust the full DCs and itself, but not other RODCs. Andrew Bartlett