Hi all,
I am running AD on windows server 2012. As required by an SAP application, in AD, I need to create a custom group calledtaxgroup with 2 custom attributes called technicalUsernameand technicalUserPassword. Then I need to create 3 groups based ontaxgroup namely group1, group2, group3 and I need to set the values fortechnicalUserName and technicalUserPassword for each of these groups.
So, firstly, for the technicalUserName and technicalUserPassword, I created 2 attributes. Then createdtaxgroup by creating a new class and then added these 2 attributes to it. Now how to proceed from here? How to create the group1, group2 and group3 and set the values fortechnicalUserName and technicalUserPassword. I've been creating the class and attributes from MMC snap-in. I've tried a few things in adsiedit but still no positive outcome.
Please give your suggestions.
regards.