Skip to content

Commit

Permalink
Added missing execute permissions on InsertGeoIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rgconrad514 authored Jun 20, 2018
1 parent a5cc203 commit 64ce1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LoginMonitor.sql
Original file line number Diff line number Diff line change
Expand Up @@ -573,11 +573,12 @@ CREATE ROLE LoginMonitorService
GRANT EXECUTE ON LogFailedLogin TO LoginMonitorService
GRANT EXECUTE ON ResetClients TO LoginMonitorService
GRANT EXECUTE ON UpdateBlockedClient TO LoginMonitorService
GRANT EXECUTE ON InsertGeoIP TO LoginMonitorService
GO

/*
Create user for NT AUTHORITY\SYSTEM account
*/
CREATE USER LoginMonitor FOR LOGIN [NT AUTHORITY\SYSTEM]
ALTER ROLE LoginMonitorService ADD MEMBER LoginMonitor
GO
GO

0 comments on commit 64ce1b5

Please sign in to comment.