Live data from Hacker News

Ldap.js

ldapjs.org

1–10 of 17 posts

Re: Ldap.js

#4
I did a lot of work with LDAP half a year ago, and the concept of ldap.js was the first thing that sprung to mind as a way to make the whole experience more developer-friendly. Only I was too lazy too actually go ahead and build it... kudos to Mark Cavage for pulling this off :-)

There's just something very wrong about having to use 90s database technology solely because people like (or are stuck with) the associated protocol.

Re: Ldap.js

#6
post #4

I did a lot of work with LDAP half a year ago, and the concept of ldap.js was the first thing that sprung to mind as a way to make the whole experience more developer-friendly. Only I was too lazy too actually go ahead and build it... kudos to Mark Cavage for pulling this off :-) There's just something very wrong about having to use 90s database technology solely because people like (or are stuck with) the associated…

And you're running this all on 1970s technology. And the problem is?

Look at the bright side: At least it isn't an Oracle product.

Re: Ldap.js

#7
post #6
post #4

I did a lot of work with LDAP half a year ago, and the concept of ldap.js was the first thing that sprung to mind as a way to make the whole experience more developer-friendly. Only I was too lazy too actually go ahead and build it... kudos to Mark Cavage for pulling this off :-) There's just something very wrong about having to use 90s database technology solely because people like (or are stuck with) the associated…

And you're running this all on 1970s technology. And the problem is? Look at the bright side: At least it isn't an Oracle product.

For everything from applicant tracking systems to databases, I often think "at least it isn't an Oracle product." Seems like some other company could use this given enough of us already think it.

I know this will be down-voted for being a Reddit-esque comment, but it was worth it.

Re: Ldap.js

#8

https://github.com/joewalnes/node-ldapauth

For those interested, node-ldapauth covers a very small, specific set of use cases. I had to heavily modify it to work with my LDAP server. ldap.js looks much nicer and I wish it existed 6 months ago.
Post reply on HN