Skip to content

Property Anonymous Read Only #38

@bashinate-git

Description

@bashinate-git

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions