Skip to content

Commit edee75e

Browse files
Merge pull request #3792 from martin77s/patch-45
Update active-directory-federation-services.md
2 parents 39eec12 + 199d769 commit edee75e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ATPDocs/deploy/active-directory-federation-services.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ USE [master];
133133
CREATE LOGIN [{0}\{1}$] FROM WINDOWS WITH DEFAULT_DATABASE=[master];
134134
USE [{2}];
135135
CREATE USER [{0}\{1}$] FOR LOGIN [{0}\{1}$];
136-
ALTER ROLE [db_datareader] ADD MEMBER [{0}\{1}$];
137136
GRANT CONNECT TO [{0}\{1}$];
138137
GRANT SELECT TO [{0}\{1}$];
139138
GRANT EXECUTE ON OBJECT::{2}.dbo.mms_get_globalsettings TO [{0}\{1}$];

0 commit comments

Comments
 (0)