I now have one last hurdle.
I need to great a Group using S.DS.P and set the GroupType to the following:
ADS_GROUP_TYPE_SECURITY_ENABLED | ADS_GROUP_TYPE_UNIVERSAL_GROUP
I understand that the attributes in Adam are all stored as strings. But what is the method to convert this uint value to a string that I can then input to the DirectoryAttribute class? I tried creating an enumerated type to hold this value, but converting that to string in the DirectoryAttribute class caused a syntax error.
What method is required to set the groupType attriubte using S.DS.P?
Thanks very much for your help.
-Dave Herrmann
PS. Don't ask me why I want to set the Universal Group type on an Adam group. This is a requirement from our customer.