setspn Duplicates and Case Sensitivity
Today I found out that the command I use to find duplicate SPNs, setspn -x
is case sensitive, meaning that the following SPNs don't count as
duplicates:
HOST/bla
HOST/BLA
This makes sense when using UNIX systems for TGS creation.
However, Active Directory Domain Controllers, being Windows systems, are …