我正在嘗試爲我的LimeSurvey 2.0安裝找到一個關於設置第一階段LDAP驗證的解決方案。現在我面臨這個問題,我可以指定應該受保護的目錄,但是LimeSurvey使用index.php/admin作爲管理界面。有沒有可能從我的vhost.conf中爲這個確切的文件+「/ admin」指定下面的代碼?或者你知道更好的解決方案。如果有人能幫助我,那會很棒。在index.php/admin上使用Apache LDAP身份驗證
非常感謝!
<Directory />
AuthLDAPUrl ldap://ldap.mydomain.com
/ou=users,[...]
AuthLDAPBindDN [...]
AuthLDAPBindPassword [...]
AuthBasicProvider ldap
AuthType Basic
AuthName [...]
Require valid-user
[...]
Satisfy any
</Directory>
謝謝...我會試試... –
祝你好運的伴侶,隨時放棄一條線! –