From 43948f522d3c33bdef3492bb81219ab2e663b3ee Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 5 Aug 2019 13:07:40 -0400 Subject: [PATCH] fix: MD010/no-hard-tabs Replace hard tabs --- .markdownlint.json | 1 - .../uncategorized/ldapjs-a-reprise-of-ldap.md | 16 ++++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.markdownlint.json b/.markdownlint.json index 5cff56c349210..ecb22f24e047d 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -6,7 +6,6 @@ "MD006": false, "MD007": false, "MD009": false, - "MD010": false, "MD012": false, "MD013": false, "MD014": false, diff --git a/locale/en/blog/uncategorized/ldapjs-a-reprise-of-ldap.md b/locale/en/blog/uncategorized/ldapjs-a-reprise-of-ldap.md index 933199ac862f0..1ecf19a7237e9 100644 --- a/locale/en/blog/uncategorized/ldapjs-a-reprise-of-ldap.md +++ b/locale/en/blog/uncategorized/ldapjs-a-reprise-of-ldap.md @@ -58,10 +58,10 @@ Oh, and on top of the technical merits, better or worse, it's an established st As I said earlier, I spent a lot of time at IBM observing how customers used LDAP, and the real items I took away from that experience were: For all the good parts of LDAP, those are really damned big failing points, and even I eventually abandoned LDAP for the greener pastures of NoSQL somewhere @@ -70,10 +70,10 @@ aspects of the protocol itself too, but that's a lot harder). Well, in the last year, I went to work for Joyent, and like everyone else, we have several use problems that are classic directory service problems. If you break down the list I outlined above: So that's the crux of ldapjs right there. Giving you the ability to put LDAP back into your application while nailing those 4 fundamental problems that plague most existing LDAP deployments.