Hi there,
Is there a way to change the default view control from TreeView to ListView for new users?
We have a setup where, when using listview you can choose only "valid entries" but if switching to treeView nothing shows since there are containers not included in the filter between the "root" and the "valid objects".
Another option could be having the ability to create a "browse filter" and another "selection filter" when picking the OU during user account creation (or perhaps even better, a filter for selection objects but having the UI allowing the user to browse to each valid target OU).
Any assistance appreciated!
P.S
The query we use looks like this: (&(objectclass=organizationalUnit)(name=users)(admindisplayname=Standard)) and the filtered objects DN looks like this:
OU=Users,OU=Global,OU=Data,DC=domain,DC=com
OU=Users,OU=SE,OU=Data,DC=domain,DC=com
OU=Users,OU=UK,OU=Data,DC=domain,DC=com
OU=Users,OU=US,OU=Data,DC=domain,DC=com
OU=Users,OU=DE,OU=Data,DC=domain,DC=com
OU=Users,OU=FR,OU=Data,DC=domain,DC=com
OU=Users,OU=PL,OU=Data,DC=domain,DC=com
OU=Users,OU=MY,OU=Data,DC=domain,DC=com
OU=Users,OU=IN,OU=Data,DC=domain,DC=com
OU=Users,OU=ID,OU=Data,DC=domain,DC=com
OU=Users,OU=VN,OU=Data,DC=domain,DC=com
OU=Users,OU=MX,OU=Data,DC=domain,DC=com
OU=Users,OU=CN,OU=Data,DC=domain,DC=com
OU=Users,OU=Suppliers,OU=Data,DC=domain,DC=com
OU=Users,OU=RU,OU=Data,DC=domain,DC=com
OU=Users,OU=AR,OU=Data,DC=domain,DC=com
And we don't want administrators to be able to select the OU between the root and the Users-OU.
Example Treeview:
Example ListView: