phabricator LDAP connection failed

。_饼干妹妹 提交于 2019-12-13 16:24:32

问题


I'm trying to configure LDAP authentification in Phabricator.

the setup on /config/group/ldap/have been done. However, when trying to login using LDAP, phabricator is answering tby the following error:

>>> UNRECOVERABLE FATAL ERROR <<<

Call to undefined function ldap_connect()

/sfrphabricator/phabricator/src/applications/auth/ldap/PhabricatorLDAPProvider.php:110


┻━┻ ︵ ¯\_(ツ)_/¯ ︵ ┻━┻

Is there any configuration trick for ldap authentification for phabricator ?


回答1:


If you have another DN for your Anonymous Username, you have to check Search First and give all ldap "characteristics" for it.

Example :

    LDAP Hostname : yourLdapHostname.com
    Base Distinguished Name : OU=UsersEmea,DC=emea,DC=msad,DC=mycorp
    Search Attribute : sAMAccountName
    Check Search First
    Anonymous Username : CN=myanonymous,OU=otherservice,DC=emea,DC=msad,DC=mycorp
    Anonymous Password : <password of myanonymous>



回答2:


You need to install the LDAP PHP extension. Usually, you can do this with something like:

apt-get install php5-ldap
yum install php-ldap


来源:https://stackoverflow.com/questions/18697480/phabricator-ldap-connection-failed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!