🔧 chore(migration script): update LDAP filter (#907)

This commit is contained in:
Khaled Ferjani
2025-10-03 15:06:11 +02:00
committed by GitHub
parent c44cbbcad0
commit 489a61c172
@@ -63,7 +63,7 @@ function searchForUserMobile(
client.search(
config.searchBase,
{
filter: `(&(objectClass=*)(uid=${username}))`,
filter: `(cn=${username})`,
attributes: ["mobile"],
scope: "sub",
},