Hi *.*,
I almost finished a FIM 2010 R2 implementation, and it looks like it's working nicely. However, I want to use it for mail-enabled distribution and security groups management and I'm facing two typical issues:
- AccountName attribute is not visible nor populated with creating newDG, I can't even chose if it's mail enabled or not. i would like a behavior similar to when creatingSG.
- In both cases, DG and SG, only mailNickname(E-mail Alias) attribute is popuplated, leaving behind the Emailone that I use for syncing back to Active Directory. Without that the groups is not truly mail-enabled.
I have taken a peek to the RCDC XML "Configuration for Group Creation". I can perfectly identify theEmailEnabling and Alias controls, but I don't get the logic that decides if it is going to be shown (SG) or not (DG).
So my questions:
- How do I make AccountName, EmailEnabling and Alias show in DG creation form?
- Why the Email field is not there and it is not populated?
Thank you so much,
Carlos
PD: For example, identified EmailEnabling control in RCDC, in case you want to comment it:
<my:Control my:Name="EmailEnabling" my:TypeName="UocCheckBox" my:Caption="%SYMBOL_EmailEnablingCaption_END%" my:Description="%SYMBOL_EmailEnablingDescription_END%" my:AutoPostback="true" my:RightsLevel="{Binding Source=rights, Path=Email}"><my:Properties><my:Property my:Name="Text" my:Value="%SYMBOL_EmailEnablingValue_END%"/></my:Properties><my:Events><my:Event my:Name="CheckedChanged" my:Handler="OnChangeEmailEnabling"/></my:Events></my:Control>