I like to delete the Standard Primary Group for a User and Select another Group to his new Primary
Can i princible do this with 8MAN?
Hi Korbi,
yes you can do it.
1.) you need to go to "C:\ProgramData\protected-networks.com\8MAN\cfg\pnserver.config.xml"
2.) Add following lines if not there or extend
<changeConfiguration>
<activeDirectory>
<PropertiesToLoad type="System.String">primaryGroupID</PropertiesToLoad>
<PropertiesDetails>
<primaryGroupID>
<IsChangeable type="System.String">true</IsChangeable>
<IsInitialConfigurable type="System.String">true</IsInitialConfigurable>
</primaryGroupID>
</PropertiesDetails>
</activeDirectory>
</changeConfiguration>
3.) Restart ARM Service, unfortunately this cahnges are only take over after service Restart.
4.) Add the Group you like to have into the Groupmembership of the User for example Marketing (RID 1140)
5.) Now edit the LDAP Property:
6.) Change the PrimaryGroupIID
Hope that helps.
regards
Mike (ARMExpert)
Hi Mike,
TIL. Is "ischangeable" really a string though? Sounds like it should be boolean.
Best
Paul
Hi Paul,
yes, it is a string, but only in the section for "PropertiesToLoad". In all other sections you are Right it would be a System.Boolean.
Cheers
Mike