gpt4 book ai didi

active-directory - Apache HTTP Server 2.4 LDAP(事件目录)身份验证

转载 作者:行者123 更新时间:2023-12-03 10:24:50 25 4
gpt4 key购买 nike

我已经在 Windows 2008 服务器上安装了带有 PHP 5.4 的 Apache 2.4。我正在尝试针对 Active Directory 服务器进行身份验证。我在 httpd.conf 中取消了以下注释

LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule ldap_module modules/mod_ldap.so

我创建了以下别名
Alias /Website "C:/Web/Aliases/Website"
<Location /Website>

# Using this to bind
AuthLDAPBindDN "CN=John Doe,OU=Accounts,OU=CA,OU=Country,OU=Company Name,DC=com"
AuthLDAPBindPassword "mypassword"
# search user
AuthLDAPURL "ldap://myserver/OU=Country,OU=Company,DC=com?poibri02?sub?(objectClass=*)"

AuthType Basic
AuthName "USE YOUR WINDOWS ACCOUNT"
AuthBasicProvider ldap
require valid-user

</Location>

但是,当我尝试访问该网站时,我收到了 500 Internal Server Error和 error.log 给出以下内容
[Wed Jan 09 12:05:28.614839 2013] [ldap:error] [pid 3904:tid 1064] (70023)This function has not been implemented on this platform: AH01277: LDAP: Unable to add rebind cross reference entry. Out of memory?

关于我做错了什么的任何想法?

最佳答案

这为我解决了这个问题:

LDAPReferrals Off

here 收集的其他提示和 here :
AuthzLDAPAuthoritative off
# Use the password without quotes, e.g. password instead of "password"
AuthLDAPBindPassword password

然而,这些对我来说并不是必需的。

关于active-directory - Apache HTTP Server 2.4 LDAP(事件目录)身份验证,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14242734/

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