Skip to content

Commit

Permalink
user admin missing permissions
Browse files Browse the repository at this point in the history
added permissions for "Log Viewing" and "Reports Creation"
  • Loading branch information
micke2k committed Apr 1, 2016
1 parent a890fa1 commit 0246bd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cacti.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3437,8 +3437,10 @@ INSERT INTO user_auth_realm VALUES (15,1);
INSERT INTO user_auth_realm VALUES (16,1);
INSERT INTO user_auth_realm VALUES (17,1);
INSERT INTO user_auth_realm VALUES (18,1);
INSERT INTO user_auth_realm VALUES (19,1);
INSERT INTO user_auth_realm VALUES (20,1);
INSERT INTO user_auth_realm VALUES (21,1);
INSERT INTO user_auth_realm VALUES (22,1);
INSERT INTO user_auth_realm VALUES (23,1);
INSERT INTO user_auth_realm VALUES (101,1);

Expand Down

0 comments on commit 0246bd8

Please sign in to comment.