Quantcast
Channel: Devolutions Forum - Recent Posts
Viewing all articles
Browse latest Browse all 19717

Topic "SQL DB Level Permissions" a message from jlarosa@umd

$
0
0
We are trying to get PVM setup using our campus' central SQL instance. It is a highly locked down and quite unusual setup. We ran into issues when we tried to configure a multi-user configuration. While we could connect to the data source using a SQL account to create the database and logon to the app (and add AD users), we had to do the following before we could actually get a regular AD user connected to the PVM app.

1) Add the AD\username as SQL Level user with the Public role.
2) Grant the AD\username read/write access at the db level. Since I don't administer the SQL cluster, I do not know the exact &quotroles&quot that were granted.
3) Launch the app as that user (and configure the Data Source for Integrated Security).

So here are my questions:
1) Is this normal?
2) Should the application have configured the SQL level rights for the admins, or are we unique in that we did not initially access SQL with an SA account?
3) What are the proper database level access to grant our users in SQL? Is simple read/write access sufficient, or do they need dbo?

Thanks!

Viewing all articles
Browse latest Browse all 19717

Trending Articles