s4:rpc_server: Enable AES in dcesrv_lsa_OpenPolicy3()
authorAndreas Schneider <asn@samba.org>
Thu, 21 Dec 2023 10:51:02 +0000 (11:51 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 9 Apr 2024 22:52:38 +0000 (22:52 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/rpc_server/lsa/lsa_init.c

index 575bc6fc76392e96f8334001576325f98b632e0e..bc5dadd5bd69187a9864ce6242ec4e144c8ee5f6 100644 (file)
@@ -251,11 +251,8 @@ NTSTATUS dcesrv_lsa_OpenPolicy3(struct dcesrv_call_state *dce_call,
                *r->out.out_version = 1;
 
                r->out.out_revision_info->info1.revision = 1;
-               /* TODO: Enable as soon as we support it */
-#if 0
                r->out.out_revision_info->info1.supported_features =
                                LSA_FEATURE_TDO_AUTH_INFO_AES_CIPHER;
-#endif
 
                break;
        default: