查看文档后,我无法弄清楚如何为memcache_store服务器设置memchached用户名和密码。有人知道吗?
https://simplesamlphp.org/docs/stable/simplesamlphp-maintenance#section_2
答案 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