|
|
DotNetNuke Modules
Started by intraman at 08-30-2010 13:21. Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
08-30-2010, 13:21
|
intraman
Joined on 08-31-2010
Posts 1
|
List users in domain tree
|
|
|
|
|
I have a domain tree with root domain corp.dom and two child domains child1.corp.dom and child2.corp.dom. I want to list all users in all 3 domains on a single list. Any help on the proper Server: connection string and Group query string?
|
|
|
|
|
Report
|
|
|
|
12-12-2010, 10:32
|
admin
Joined on 06-16-2005
Auckland, New Zealand
Posts 63
|
Re: List users in domain tree
|
|
|
|
|
Sorry about the delay, someone got past my spam blocking, and it's taken a huge amount of clean up to get rid of it.
The server connection simply needs to be a server that knows about all 3 domains.
The group query string is not too much more complicated. If you can generate a query for each of the 3 domains, you simply need to OR them together
(|(q1)(q2)(q3))
Roger Willcocks Software Engineer MSCD.NET L-Space Design http://www.l-space-design.com/ "Putting your experience to work"
|
|
|
|
|
Report
|
|
|
|
|
L-Space Design ... » L-Space Design ... » DotNetNuke Modu... » Re: List users in domain tree
|
|
|
|