Hi
"we need is a way to obtain the Domain credentials for the LDS users
to run the stored procs on the DB server"
if you are using windows security groups to secure the stored procedures
then LDS users cannot have membership of those groups. An LDS user
can have windows groups in their security context if an LDS server is domain
joined but that security context has meaning only inside LDS. Windows
security
contexts cannot "call back" to LDS to expand group membership.
If you are rolling your own application then you might be able to build up
role based access [1] and if going down that route you might want to seek
help at Joe Kaplan's directory programming forum [2].
Apologies if I have not understood your application fully.
Lee Flight
[1]
http://msdn.microsoft.com/en-us/library/5k850zwb.aspx
[2]
http://directoryprogramming.net/forums/default.aspx
"IT-at-IDS via WinServerKB.com" <u59672@uwe> wrote in message
news:a7cf6d6100093@uwe...
> We have 2 scenarios here both using the same approach. With one requiring
> rights to create and change permissions and the other does not need this.
> Authentication would be the same in both cases. We would like to use
> Windows
> authentication because the DB server is already part of the domain and it
> is
> easy to create a security group to each transaction (Stored Proc) and give
> access this way. The only difference is the front end. Both would use the
> same stored procs.
> 1. We would use a web server hosting a site. This site would have user
> administration capabilities with the ability to run the transactions.
> 2. The other would be Web Services also using the same DB server.
> Of course any of our employees with access work fine with LDS using proxy
> authentication.
> Our customers are the pain. Using LDS would help keep them separate (off
> the
> DC) and we could provide user account access to do the administration
> parts
> on LDS without doing delegation on the DC.
> What we need is a way to obtain the Domain credentials for the LDS users
> to
> run the stored procs on the DB server without sacrificing much. Please
> advise if you need more info. Thanks.