Re: Sql To Active Directory Challenge
From: Nikolay Petrov (johntup2_nospam__at_mail.bg)
Date: 12/28/04
- Next message: Brad: "Re: Cannot find file specified error"
- Previous message: adh: "Hierarchical Data is Ugly !"
- In reply to: Andy O'Neill: "Re: Sql To Active Directory Challenge"
- Next in thread: Jm: "Re: Sql To Active Directory Challenge"
- Reply: Jm: "Re: Sql To Active Directory Challenge"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 28 Dec 2004 14:12:18 +0200
My opinion is that (if possible, I don't know, but 9/10 it has this
capability) it is much easier for SQL server to check if a user is a member
of Active Directory or Local Windows groups.
This way you can check the group membership in SQL and only return the
allowed apps list, you'll not need to check the membership in your app.
You should look at SQL Documentation on MSDN about how to check the
membership.
If not possible, you can get the group membership from your app, send it to
SQL stored procedures and get the apps for this group. But you should store
group names instead of usernames in SQL.
- Next message: Brad: "Re: Cannot find file specified error"
- Previous message: adh: "Hierarchical Data is Ugly !"
- In reply to: Andy O'Neill: "Re: Sql To Active Directory Challenge"
- Next in thread: Jm: "Re: Sql To Active Directory Challenge"
- Reply: Jm: "Re: Sql To Active Directory Challenge"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|