directoryserver: comments can be provided in allowlist
This commit is contained in:
@@ -82,7 +82,7 @@ describe('Directory Server (LDAP)', function () {
|
||||
async.series([
|
||||
setup,
|
||||
directoryServer.start.bind(null),
|
||||
directoryServer.setConfig.bind(null, { enabled: true, secret: auth.secret, allowlist: '127.0.0.1' }),
|
||||
directoryServer.setConfig.bind(null, { enabled: true, secret: auth.secret, allowlist: '127.0.0.1' }, auditSource),
|
||||
async () => {
|
||||
group = await groups.add({ name: 'ldap-test-1' });
|
||||
await groups.setMembers(group.id, [ admin.id, user.id ]);
|
||||
|
||||
Reference in New Issue
Block a user