update
This commit is contained in:
parent
f1c67d9d85
commit
b41a944c62
|
@ -87,7 +87,7 @@ export class LdapService {
|
||||||
...entries,
|
...entries,
|
||||||
// ...getLDAPCustomGroupEntries(),
|
// ...getLDAPCustomGroupEntries(),
|
||||||
].filter(entry => {
|
].filter(entry => {
|
||||||
console.log(entry.dn)
|
// console.log(entry.dn)
|
||||||
return comparator(parseDN(entry.dn.toLowerCase())) && req.filter.matches(entry.attributes);
|
return comparator(parseDN(entry.dn.toLowerCase())) && req.filter.matches(entry.attributes);
|
||||||
}).forEach(entry => {
|
}).forEach(entry => {
|
||||||
console.debug('send entry', entry.dn);
|
console.debug('send entry', entry.dn);
|
||||||
|
|
Loading…
Reference in New Issue