Failed /SetEncTypeAttr : 0xc0000034

0

I want to set encryption type attribute for the domain https://technet.microsoft.com/en-us/library/hh240207(v=ws.11).aspx

When i run in Windows Server 2012 R2,

ksetup /SetEncTypeAttr EXAMPLE.COM AES128-CTS-HMAC-SHA1-96

I am getting below error,

Setting enctypes for domain EXAMPLE.COM to:AES128-CTS-HMAC-SHA1-96
Setting enctypes on EXAMPLE.COM failed with 0xc0000034
Failed /SetEncTypeAttr : 0xc0000034

How to solve this?

windows
windows-server-2012-r2
azure-active-directory
asked on Server Fault Oct 26, 2016 by Kumar

1 Answer

2

Might be I am too late for reply.

ksetup /SetEncTypeAttr EXAMPLE.COM AES128-CTS-HMAC-SHA1-96

Here, EXAMPLE.COM should be replaced with FQDN.

ksetup /SetEncTypeAttr FQDN>EXAMPLE.COM AES128-CTS-HMAC-SHA1-96

Will work..!!

answered on Server Fault Aug 3, 2017 by Dipesh Pipariya • edited Aug 3, 2017 by HBruijn

User contributions licensed under CC BY-SA 3.0