This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Add ADSAccount or ADSGroup to categories based on template

Hola,

Version: OIM 7.1

So I have successfully tested AD user account creation against account definitions, and have assigned these account definitions to categories that match specific groups, and everything functions as expected..

One thing that I find to be a bit of a challenge is that it does not appear simple to automate the assignment of categories to the account when it is being created as part of the resource entitlement.

When looking at the defined categories against the ADSDomain, I see that what is defined lives in an embedded XML document. And after manually adding the categories to the object, it is rendered in the individual ADSAccount/ADSSGroup records as a numerical bitmask.

Two questions:

 

  1. Is it possible to add the categories to the Account Definition so that the corresponding ADSAccount/ADSGroup being created can automatically inherit the categories?
  2. If not, what would be the best approach to explore an alternative to making this happen?

 I was looking at possible parsing the XML into a custom table that I could reference as an alternate mapping but I wanted to make sure that there was not a more simple way to accomplish this before attempting that approach.

Thanks!

Parents
  • Hey Markus,

    Much appreciated, but I want to make sure that I am not confusing things with the OIM nomenclature.

    When I say "Configurable Parameter" I do not mean in the configuration section of Designer.

    I guess what I am attempting to convey is that the IT Operating data for matchPatternForMembership option became available on the Business Role as you intimated initially, but when setting that alone in the Business Role configuration, the BitMask did not get set.

    What I am attempting to accomplish:

    We are setting up specific categories that match classes of elevated groups to their corresponding classes of elevated user accounts.

    As such, an a group that can only contain SO or SG accounts would have the bitmask specific to that class (essentially adding the two values of the SO and SG bitmasks) to the group, and the corresponding bitmask to the ADSAccount record.

    When it works, it is great. I figured that I was missing something as my VB.NET is not super strong. I am much more proficient in PowerShell.

    In any case, I will figure it out, just wanted to make sure that I am not completely off base in my line of thinking.

    Thanks!
Reply
  • Hey Markus,

    Much appreciated, but I want to make sure that I am not confusing things with the OIM nomenclature.

    When I say "Configurable Parameter" I do not mean in the configuration section of Designer.

    I guess what I am attempting to convey is that the IT Operating data for matchPatternForMembership option became available on the Business Role as you intimated initially, but when setting that alone in the Business Role configuration, the BitMask did not get set.

    What I am attempting to accomplish:

    We are setting up specific categories that match classes of elevated groups to their corresponding classes of elevated user accounts.

    As such, an a group that can only contain SO or SG accounts would have the bitmask specific to that class (essentially adding the two values of the SO and SG bitmasks) to the group, and the corresponding bitmask to the ADSAccount record.

    When it works, it is great. I figured that I was missing something as my VB.NET is not super strong. I am much more proficient in PowerShell.

    In any case, I will figure it out, just wanted to make sure that I am not completely off base in my line of thinking.

    Thanks!
Children
No Data