Re: Hierarchy in user management
From: Bob Gregory (bobgregory_at_ppsltd.net)
Date: 09/22/04
- Next message: jai hanuman: "looking for antivirus api"
- Previous message: redraven: "Server-side printing from ASP.NET and MS Word"
- In reply to: richlm: "Re: Hierarchy in user management"
- Next in thread: richlm: "Re: Hierarchy in user management"
- Reply: richlm: "Re: Hierarchy in user management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Sep 2004 04:29:16 -0700
Hey Rich thanks for the reply,
"richlm" <rich_lm@h0tmai1.com> wrote in message news:<#5tbB1BoEHA.2684@TK2MSFTNGP11.phx.gbl>...
> Not much specifically in .NET that can help to solve the
> architectural/scaleability issues here.
No, I'm more looking for architecture tips, but there isn't a .Net
architecture group that I'm aware of.
>
> Using AD to store your organizational heirarchy + users sounds like a good
> choice, and I don't think you can avoid having to store your widgets etc. in
> SQL server.
>
I'm fine with storing my widgets in SQL, that's what it's for. My
question more specifically, is how can I integrate my user directory
with SQL, or do I need to handle that myself?
IOW, is there a native way to use the results of a search on an active
directory against SQL or do I need to write a wrapper to do all that
for me?
If not then you end up posting delimited strings or XML to SQL to
represent a list of users and that's something I want to avoid if
possible. I suppose I could use a template query and include the
results of my ad search in the template, but I detect the first whiffs
of CodeSmell.
Anyone know anything about returning XML from an active directory?
> You might want to look at Microsoft "Authorization Manager" (AzMan) - a new
> feature in Windows Server 2003.
> I'm not sure it can address all of your requirements but it might help.
I've heard vague rumblings about AzMan. I'll have another look at that
and see what occurs to me.
Cheers
-- Bob
- Next message: jai hanuman: "looking for antivirus api"
- Previous message: redraven: "Server-side printing from ASP.NET and MS Word"
- In reply to: richlm: "Re: Hierarchy in user management"
- Next in thread: richlm: "Re: Hierarchy in user management"
- Reply: richlm: "Re: Hierarchy in user management"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|