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

Managed Unit sort order

I have created a MU which displays selected OUs but they are not in any soprt order making it awkward for the SD to locate the OU they want.  I can't see any parameters of a MU to control teh sort order.  Is there a way to control the order in which they are displayed?  You can sort them only in the right hand pane not in the Tree.  

  • A test Managed Unit in my lab displayed all Organizational Units alphabetically by name. What are you seeing in your environment?

    LDAP doesn't offer the option to change Sort Order, and Dynamic Groups and Managed Units in Active Roles are basically just LDAP calls. There isn't currently an option to change the default sort order which is displayed in an Active Roles client.

  • #1. you might be able to do the sort partially on Client side. in ARS WI, browse to MU (like any other OU) and in the list of shown child object select columns to display and sort by column. The view is stored locally in IE cookies.

    #2. Consider ARS 7.2.1 option to store Search queries in logged in AD\user profile. it is stored on ARS Server Side.

  • The order is completely random - I have tagged each OU with a value in the street attribute and then used a membership rule to include OUs using an LDAP query

    (&(objectCategory=organizationalUnit)(street=DisplayOUInMU))

    I then have a policy so that if someone creates a new child OU the street attribute is set to DisplayOUInMU and the OU is then displayed in the MU.  If I had included the OUs individually then it would require an additional step to add the OU to the MU, i.e. adding another membership rule so I was looking for an automated way of doing as much as possible.  

    I agree the LDAP query cannot be sorted but ARS is processing this and it seems like an option should be there to control the sort order.