default SPN

2008R2 functionality

Hello - the default SPN is xyz.local

Can I make the default company.com?

PS I do have it currently added to Domains and Trusts so it works we'd just like to make it the default.

July 7th, 2015 8:43am

It seems that you are looking to renaming an AD domain (Not SPN). If this is the case then here you go: https://technet.microsoft.com/en-us/library/cc738208(v=ws.10).aspx

You need to be careful with your AD-Integrated applications as some might not support this practice or would require a manual intervention.

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 9:04am

no, that is not correct. The user logon is an SPN, MS supports implicit and explicit, I simply want to have AD use one over the other as the default.
July 7th, 2015 2:18pm

I think you mean UPN (User Principal Name) and you already defined a UPN suffix which you want it to be the default one.

See that about the same topic: http://serverfault.com/questions/45576/set-default-upn-suffix-for-creating-new-users-in-active-directory

You can define your default UPN when creating your users using scripts - I always use Powershell scripts when provisioning new users instead of ADUC. For ADUC, I am not aware of a way to change the default UPN.

Free Windows Admin Tool Kit Click here and download it now
July 7th, 2015 6:04pm

Hi Jamicon,

Thanks for your post.

Please may I ask that what's the format when you log on?  An implicit
UPN usually formats with  UserName@DNSDomainName.com. And an explicit UPN is  of the form Name@Suffix. 

The basic syntax of service principal name is as follows: <service type> /< instance name> :< port number> /< service name>.       

In your scenario, you could add alternate UPN suffixes, but you cannot modify the default UPN suffix. When creating a new user in ADUC, you must either accept the default or select an alternate from the pulldown list. Of course, if you script user creation you can assign any value to the userPrincipalName attribute, including no value, or even an invalid value.

If you have any question related to the issue. Please feel free to contact us. :)

Best Regards,

Mary Dong



July 8th, 2015 1:58am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics