This commit is contained in:
XD 2022-10-19 16:44:34 +08:00
parent f1c67d9d85
commit b41a944c62
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ export class LdapService {
...entries,
// ...getLDAPCustomGroupEntries(),
].filter(entry => {
console.log(entry.dn)
// console.log(entry.dn)
return comparator(parseDN(entry.dn.toLowerCase())) && req.filter.matches(entry.attributes);
}).forEach(entry => {
console.debug('send entry', entry.dn);