update
This commit is contained in:
parent
f1c67d9d85
commit
b41a944c62
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue