TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Addict: An Active Directory REST API

168 点作者 robinj6将近 8 年前

8 条评论

dboreham将近 8 年前
In case anyone is wondering this is a Node application that implements HTTP-&gt;LDAP gateway with JSON response&#x2F;entry encoding and REST-like request encoding. It would work with other LDAP servers (modulo the use of the paged results control which not all servers support).<p>The hard work is done in this package : <a href="https:&#x2F;&#x2F;github.com&#x2F;dthree&#x2F;ad" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dthree&#x2F;ad</a><p>and this one: <a href="https:&#x2F;&#x2F;github.com&#x2F;mcavage&#x2F;node-ldapjs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mcavage&#x2F;node-ldapjs</a>
brentjanderson将近 8 年前
For those asking what problem this solves - it solves my problem. We have scripts for automating onboarding&#x2F;terminations, services that authenticate with AD that don’t support SSO yet, etc. This fills a niche we definitely have.
评论 #14881891 未加载
metmac将近 8 年前
I think its funny how AD is this mystery box to engineers who live outside the IT space.<p>This is potentially super useful for folks to build sweet integrations between AD and modern web applications (i.e: Chat, Ticketing, SAML, SCIM, etc) into a very industry standard Directory Service while abstracting away the Microsoft garb, and not having to worry about the LDAP translations with AD. (AD is LDAP compliant, but there are weird nuances.)<p>As someone who has to live in both worlds, this is super cool start and definitely welcomed.<p>@DC2 well done sir.
chunkyslink将近 8 年前
I&#x27;m sorry but can someone explain to me how this might benefit my company? We have 20 employees and use Microsoft Office 365.
评论 #14880359 未加载
评论 #14880390 未加载
评论 #14880352 未加载
评论 #14882344 未加载
7ewis将近 8 年前
Wanted to make a chatbot a while ago to allow the support guys to unlock AD accounts from our chat system. This sounds like it could be useful!<p>Could someone explain to me where addict would be installed? Not too familiar with the Windows side of things. Does it need to be installed on a DC or, just any machine that can reach AD?
评论 #14882582 未加载
danellis将近 8 年前
If you&#x27;re listing a bunch of URL patterns and you&#x27;re not describing your media types, you almost certainly don&#x27;t have a REST API, so why even call it that? It&#x27;s an HTTP API. What do you have against calling it that?
评论 #14883051 未加载
juststeve将近 8 年前
what problem does this solve?
评论 #14881670 未加载
评论 #14881680 未加载
评论 #14884341 未加载
评论 #14881691 未加载
jaredmcdonald将近 8 年前
i&#x27;m sure this is a very useful product, and i understand that &quot;addict&quot; contains the letters &quot;AD&quot;, but naming something &quot;addict&quot; while half the US drowns in opioids seems a little weird
评论 #14881934 未加载
评论 #14882537 未加载