简体   繁体   English

Active Directory与Phabricator集成-没有此类对象异常

[英]Active Directory integration with Phabricator - No such object Exception

I need to setup Active Directory integration in Phabricator. 我需要在Phabricator中设置Active Directory集成。 I have no idea, how to start with it. 我不知道如何开始。 I've been searching for some tutorials or phabricator's manual in this field but I found nothing. 我一直在寻找该领域的一些教程或制粒者手册,但没有发现任何东西。 Can anyone help me with it? 有人可以帮我吗?

UPDATE UPDATE

Now I know that I have to use LDAP. 现在我知道我必须使用LDAP。 However, I don't know how to find Search Attributes because when I type sth default eg. 但是,我不知道如何查找搜索属性,因为当我键入sth default时。 sn , I receive exception: sn ,我收到异常:

LDAP Exception: LDAP search failed. LDAP Error #32: No such object

What kind of attribute should I type? 我应该输入哪种属性? I use Active Directory 2013 R2, ver: 5.2xxx.. 我使用Active Directory 2013 R2,版本:5.2xxx ..

I wish their page was more detailed. 我希望他们的页面更加详细。 Phabricator uses LDAP to negotiate authentication with Active Directory. Phabricator使用LDAP与Active Directory协商身份验证。 That may help you find additional resources. 这可以帮助您找到其他资源。 It has been almost 3 years since we setup our LDAP connection and I don't remember where we found the steps. 自我们建立LDAP连接以来已经快三年了,我不记得我们在哪里找到这些步骤。

Here is what I remember: 这是我记得的内容:

  • Go to [base_phab_url]/auth/ and click "Add Authentication Provider" 转到[base_phab_url]/auth/ ,然后单击“添加身份验证提供程序”
  • Select LDAP and click continue. 选择LDAP,然后单击继续。
  • If I remember, it only has one page where it will ask you for all the LDAP information. 如果我还记得的话,它只有一页会询问所有LDAP信息。 Fill it in. 填入。
  • Once you have, click Add Provider 拥有后,单击添加提供程序
  • If there are any issues, you can always go back and edit the provider. 如果有任何问题,您可以随时返回并编辑提供程序。

I believe the hardest part was realising that LDAP isn't just a config setting, it is an entirely separate "Application" (just like Diffusion and Phriction are "Applications"). 我相信最难的部分是意识到LDAP不仅仅是配置设置,它是一个完全独立的“应用程序”(就像Diffusion和Phriction是“应用程序”一样)。 This is just the "Application" that lets you access all the others... 这只是允许您访问所有其他应用程序的“应用程序”。

Here are some resources that seem to cover most of the concerns we had: 以下是一些资源,似乎涵盖了我们所关心的大多数问题:

I hope this helps! 我希望这有帮助!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM