feat: inner tunnel for TTSL support added

This commit is contained in:
simon
2020-02-24 18:52:21 +01:00
parent 191bb54264
commit 6aa4b9f92e
13 changed files with 419 additions and 136 deletions

View File

@@ -113,7 +113,7 @@ export class GoogleLDAPAuth implements IAuthentication {
if (!dnsFetched && !forceFetching) {
return this.authenticate(username, password, count, true);
}
console.error(`invalid username, not found in DN: ${username}`, this.allValidDNsCache);
console.error(`invalid username, not found in DN: ${username}`); // , this.allValidDNsCache);
return false;
}