Skip to content
Snippets Groups Projects
Commit a96ceeb5 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(ldap sync): logger psk ça marche pas

parent 4920bcc9
Branches
Tags v0.17.25
No related merge requests found
......@@ -358,6 +358,7 @@ export async function markAsContributor(uid: string): Promise<void> {
values: ['TRUE'],
},
});
console.info(`Marking ${uid} as contributor`);
connectLdap().bind(LDAP_BIND_DN, LDAP_BIND_PASSWORD, (bindError) => {
if (bindError) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment