-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
TypeError: Cannot read property 'anonymousReadonly' of undefined
"users": {
"ldapauth": {
"url": "ldap://domain.local:389",
"accountBase": "ou=People,dc=domain,dc=local",
"accountPattern": "(&(objectClass=*)(uid={{username}}))",
"displayNameAttribute": "cn",
"searchDN": "CN=etherpad-ldap,OU=ServiceAccounts,OU=People,DC=domain,DC=local",
"searchPWD": "caaccacacaca",
"groupSearchBase": "ou=People,dc=domain,dc=local",
"groupAttribute": "member",
"groupAttributeIsDN": true,
"searchScope": "sub",
"groupSearch": "(&(cn=admin)(objectClass=Important People))",
"anonymousReadonly": false
}
},
the json is proper for anonymousReadonly as it is the last item in the dictionary and therefore doesnt need a comma. Doesnt make sense why its throwing the error. Any ideas?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels