Skip to content

Commit

Permalink
Found missing parameter for fac_Config in create.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
samilliken committed May 16, 2023
1 parent 85e0dba commit 747e228
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions create.sql
Original file line number Diff line number Diff line change
Expand Up @@ -904,6 +904,7 @@ INSERT INTO fac_Config VALUES
('LDAPPhone2','','string','string',''),
('LDAPPhone3','','string','string',''),
('OIDCEndpoint','','string','string',''),
('OIDCUserID','user_id','string','string','user_id'),
('OIDCClientID','','string','string',''),
('OIDCClientSecret','','string','string',''),
('SAMLGroupAttribute', '', 'string', '', 'memberOf'),
Expand Down
1 change: 0 additions & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ function upgrade(){
error_log( $message );
}
}
fclose($fh);
print "<p>Anything shown here is just a notice. It is not necessarily an error. We will occasionally have to repeat database modifications that will fail and will show here. <b>This is behavior is to be expected</b>. Take note of any errors displayed in red then press F5 to reload this page until it goes to the configuration screen.</p>";
}else{
echo '<meta http-equiv="refresh" content="0; url=index.php">';
Expand Down

0 comments on commit 747e228

Please sign in to comment.