2

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

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

4

1 回答 1

1

如果您使用'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

于 2015-06-13T07:15:43.677 回答