|
Home > Archive > Microsoft Content Management Server > September 2004 > Change the links in the navigation based on rights groups
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Change the links in the navigation based on rights groups
|
|
| Tamanna 2004-09-27, 5:52 pm |
| Hi,
We are required to display different sets of links in the navigation
for different users.
We have created two rights groups, one for role Authors and one for
Moderators, and for each of these groups, want to display a different
set of links.
The rights groups have an AD group as a member (and no other
member).
How can we achieve this?
We have MCMS2002 SP1a and use ASP.Net for our code.
Thanks!
Tamanna
| |
| Stefan [MSFT] 2004-09-27, 5:52 pm |
| Hi Tamanna,
you could add ADSI calls to check if your current user is a member of one of
the AD groups.
This would give you what you are looking for.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Tamanna" <cmsfans@hotmail.com> wrote in message
news:193812e0.0409270435.18eb858b@posting.google.com...
> Hi,
> We are required to display different sets of links in the navigation
> for different users.
> We have created two rights groups, one for role Authors and one for
> Moderators, and for each of these groups, want to display a different
> set of links.
> The rights groups have an AD group as a member (and no other
> member).
>
> How can we achieve this?
> We have MCMS2002 SP1a and use ASP.Net for our code.
> Thanks!
> Tamanna
|
|
|
|
|