feat: restrict guest route

This commit is contained in:
prafull-opensignlabs
2024-03-27 16:07:26 +05:30
parent 3115ff3e2a
commit 74bfd39abc
10 changed files with 564 additions and 489 deletions
+8
View File
@@ -147,6 +147,14 @@ export const config = {
google: {
enabled: true,
},
ldap: {
enabled: true,
url: 'ldap://ldap.forumsys.com:389',
suffix: 'dc=example,dc=com',
// dn: 'ou=mathematicians, dc=example, dc=com',
groupCn: 'mathematicians',
groupFilter: '(&(uniqueMember=uid=,dc=example,dc=com)(objectClass=groupOfUniqueNames))',
},
},
};
// Client-keys like the javascript key or the .NET key are not necessary with parse-server