SimpleSaml Memcache用户名/密码

时间:2015-04-13 22:55:01

标签: simplesamlphp

查看文档后,我无法弄清楚如何为memcache_store服务器设置memchached用户名和密码。有人知道吗?

https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance#section_2

1 个答案:

答案 0 :(得分:0)

如果您使用'store.type'=> 'sql',然后添加:

'store.sql.dsn' => 'mysql:host=' . DB_HOST . ';dbname=' . DB_NAME,
'store.sql.username' => DB_USER,
'store.sql.password' => DB_PASSWORD,

到/saml/config/config.php