Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server roles #30

Closed
tonituovinen opened this issue Feb 5, 2016 · 5 comments · Fixed by #414
Closed

Server roles #30

tonituovinen opened this issue Feb 5, 2016 · 5 comments · Fixed by #414
Labels
enhancement The issue is an enhancement request.

Comments

@tonituovinen
Copy link

Is it possible to grant server roles to users? It would be great if you could grant them using xSQLServerLogin resource.

@Arturas-K
Copy link
Contributor

Second that.

I'm willing to contribute this, but not sure if it is better to update xSQLServerLogin with parameter that would be array of serverRoles, or create separate resource xSQLServerRoleMember that would manage one role, login at a time?

Guidance would be appreciated what would be preferred approach.

@johlju
Copy link
Member

johlju commented May 5, 2016

I would prefer xSqlServerRoleMember so you can use it on existing logins. And if a login does not exist I would rather have this as a two step (two resources), add the login in step one and in step two set the permission for that login (which could be more than server roles in a third step).

@johlju
Copy link
Member

johlju commented May 5, 2016

I would like to see xSqlServerRoleMember manage one role, but it could take more than one login in the member parameter.

@luigilink
Copy link
Contributor

DSC Resource coded : see pull request #67.

@rakkhin
Copy link

rakkhin commented Jul 14, 2016

Since PR #67 went dormant and i wasn't able to reach it's source repo, here's my take on this issue in PR #74.

@kwirkykat kwirkykat added enhancement The issue is an enhancement request. in progress The issue is being actively worked on by someone. labels Aug 2, 2016
@johlju johlju removed the in progress The issue is being actively worked on by someone. label Apr 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants