refactor: improve ttls tunnel stuff and fix some byte sizes for AVPs
This commit is contained in:
@@ -39,7 +39,6 @@ export class LDAPAuth implements IAuthentication {
|
||||
}
|
||||
|
||||
async authenticate(username: string, password: string) {
|
||||
// console.log('AUTH', this.ldap);
|
||||
const authResult: boolean = await new Promise((resolve, reject) => {
|
||||
this.ldap.authenticate(username, password, function(err, user) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user