From 08cdc6aa2b9dd0e273a3c3a22893616d26342a0e Mon Sep 17 00:00:00 2001 From: Ron Martin Date: Mon, 29 Aug 2022 18:38:07 -0400 Subject: Support add, modify and remove comments on user accounts Fixes 5371 --- src/ext/Iis/ca/sca.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ext/Iis') diff --git a/src/ext/Iis/ca/sca.h b/src/ext/Iis/ca/sca.h index 64567dcb..6921613b 100644 --- a/src/ext/Iis/ca/sca.h +++ b/src/ext/Iis/ca/sca.h @@ -121,4 +121,5 @@ enum SCAU_ATTRIBUTES SCAU_DONT_REMOVE_ON_UNINSTALL = 0x00000100, SCAU_DONT_CREATE_USER = 0x00000200, SCAU_NON_VITAL = 0x00000400, + SCAU_REMOVE_COMMENT = 0x00000800, }; -- cgit v1.2.3-55-g6feb