Can I give access to sql server+reporting services without creating a login/user for each domain account?

StackOverflow https://stackoverflow.com/questions/4266980

문제

In our sqlserver 2008 database each user has a sqlserver login and sqlserver database user. When a new person joins the company the system admins set up their domain accounts but we then have to go in and create a sqlserver login with the same name as the domain user.

Is there any way to make sqlserver let people authenticated to the domain login with some given default access?

도움이 되었습니까?

해결책

Create a Windows Domain Group (such as Domain\SQLReportingUserReaders) and add it to the relevant Reporting Services Roles.

See Setting Permissions in Reporting Services for more details.

다른 팁

Thanks moontear.

I created a login called DOMAIN\Domain Users and any users that already have a login use their own account but new users use this new account.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top