Skip to content
Snippets Groups Projects
Commit db096e9b authored by Olav Morken's avatar Olav Morken
Browse files

openidProvider: Change the default directory for the data store.

The default configuration uses a directory in /tmp, which may allow
an user to create this directory before simpleSAMLphp attempts to
create it. This can allow the user to overwrite files the webserver has
access to.

This patch changes the default directory.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2084 44740490-163a-0410-bde0-09ae8108e29a
parent 32e648f9
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,6 @@ $config = array(
'username_attribute' => 'uid',
/* The directory where OpenID data is stored. */
'filestore' => '/tmp/ssp-openid-provider',
'filestore' => '/var/lib/simplesamlphp-openid-provider',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment