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.

AD – A Javascript implementation of common Active Directory tasks

79 pointsby robinj6almost 8 years ago

5 comments

dslalmost 8 years ago
I really appreciate the effort put in to a library like this, fantastic work.<p>However I would strongly warn anyone considering using it to do massive amounts of testing in their real production network. Implementing against the current version is easy, but lets remember: this is a protocol old enough to buy cigarettes. It not only changes in behavior between versions, it also has edge cases where things behave differently when the version you are running is an upgrade. Or an upgrade in progress. Or part of a forest that also has... etc.
0xbearalmost 8 years ago
I&#x27;m pretty sure Microsoft had this 15 years ago. AD is accessible through COM. Anything that&#x27;s accessible through COM is scriptable in JS and VBScript (if it still exists, it&#x27;s been a while).
评论 #14919320 未加载
评论 #14919328 未加载
评论 #14925167 未加载
AndrewCHMalmost 8 years ago
<a href="https:&#x2F;&#x2F;gist.github.com&#x2F;Summertime&#x2F;95cc7bec49d3948ce2f76ded0233dde4" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;Summertime&#x2F;95cc7bec49d3948ce2f76ded0...</a> An attempt to transcribe the examples to powershell cmdlets, in case anyone was wondering how much it differs to the tools pre-existing for the task<p>- - -<p>I have to say, other than setup and lack of permission handling the js lib has, I would find myself preferring it
holydudealmost 8 years ago
I am not very proficient in javascript so excuse my idiotic questions but how does this work ? Does this need to talk to some low level api or nodejs supports this or ?
评论 #14917433 未加载
评论 #14923713 未加载
ToFab123almost 8 years ago
Let me get this straight. Passwords, including the password of a domain admin, are hardcoded as plain text in client side JavaScript files. Surely, I must be reading this wrong?
评论 #14917387 未加载
评论 #14917386 未加载
评论 #14919143 未加载