TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Addict: An Active Directory REST API

168 pointsby robinj6almost 8 years ago

8 comments

dborehamalmost 8 years ago
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>
brentjandersonalmost 8 years ago
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 未加载
metmacalmost 8 years ago
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.
chunkyslinkalmost 8 years ago
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 未加载
7ewisalmost 8 years ago
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 未加载
danellisalmost 8 years ago
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 未加载
juststevealmost 8 years ago
what problem does this solve?
评论 #14881670 未加载
评论 #14881680 未加载
评论 #14884341 未加载
评论 #14881691 未加载
jaredmcdonaldalmost 8 years ago
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 未加载