tykeal / ep_ldapauth

(Up for adoption) LDAP authentication plugin for Etherpad-lite
GNU General Public License v2.0
25 stars 20 forks source link

Example config: Syntactical nit, invalid json #10

Closed matsimon closed 9 years ago

matsimon commented 10 years ago

Found this little nit while copy-pasting (and adapting to local situation) that etherpad-lite wouldn't start since it was invalid json.

diff --git a/README.md b/README.md
index 66a48d3..f22477a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Add to settings.json:
             "groupAttribute": "member",
             "groupAttributeIsDN": true,
             "searchScope": "sub",
-            "groupSearch": "(&(cn=admin)(objectClass=groupOfNames))"
+            "groupSearch": "(&(cn=admin)(objectClass=groupOfNames))",
             "anonymousReadonly": false
         }
     },