Live data from Hacker News

Ask HN: LDAP as a service

news.ycombinator.com

11–12 of 12 posts

Re: Ask HN: LDAP as a service

#11
post #3
post #2

Medium sized orgs that want LDAP (and might not have the necessary Linux / Unix skills) just use Active Directory. Also, if you don't wrap it in Kerberos, it might be difficult to gain adoption. I say this as someone considering themselves a LDAP SME having setup multimaster openldap with 68 slaves globally using delta syncrepl Good luck!

Orgs do really expose their Active Directory server on the internet, to integrate with external servers ?

Most orgs put an OpenLDAP proxy in front of their AD server. AD has multiple known crash vulnerabilities in its protocol parser (fuzzing attacks can easily break it) and is too slow to handle the load generated from open internet access.

Re: Ask HN: LDAP as a service

#12
post #3

Earlier quoted context omitted.

Orgs do really expose their Active Directory server on the internet, to integrate with external servers ?

Most orgs put an OpenLDAP proxy in front of their AD server. AD has multiple known crash vulnerabilities in its protocol parser (fuzzing attacks can easily break it) and is too slow to handle the load generated from open internet access.

Howard, obviously no one is more of an OpenLDAP expert than you... You have users who expose OpenLDAP to the internet directly? I've got no qualms against OpenLDAP, it is amazing software, but that still seems insane.
Post reply on HN