gpt4 book ai didi

php - 在 index.php/admin 上使用 Apache LDAP 身份验证

转载 作者:太空狗 更新时间:2023-10-29 12:33:37 24 4
gpt4 key购买 nike

我正在尝试寻找有关为我的 LimeSurvey 2.0 安装设置第一阶段 LDAP 身份验证的解决方案。现在我面临的问题是,我只能指定应该受到保护的目录,但 LimeSurvey 使用 index.php/admin 作为管理界面。是否有可能从我的 vhost.conf 中为这个确切的文件 +“/admin”指定下面的代码?或者你知道更好的解决方案。如果有人可以帮助我,那就太好了。

已经非常感谢了!

<Directory />
AuthLDAPUrl ldap://ldap.mydomain.com
/ou=users,[...]
AuthLDAPBindDN [...]
AuthLDAPBindPassword [...]
AuthBasicProvider ldap
AuthType Basic
AuthName [...]
Require valid-user
[...]
Satisfy any
</Directory>

最佳答案

一个可能的解决方案是通过编辑使 LimeSurvey 的 URL 中没有 index.php/application/config/config.php和设置

'showScriptName' => false,

这样 URL 会更像

http://yourdomain/limesurvey/admin/authentication/sa/login 

LDAP 可能会起作用。

关于php - 在 index.php/admin 上使用 Apache LDAP 身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19492204/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com