From 921a0f3f280c8b789d55e88a16afad06c4ed26ff Mon Sep 17 00:00:00 2001 From: Anton Shepilov Date: Wed, 6 Sep 2023 20:48:40 +0200 Subject: [PATCH] Ldap sync (#187) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🌟Synchronization of the user with LDAP --- .github/workflows/publish-ldap-sync.yml | 1 + tdrive/backend/utils/ldap-sync/src/index.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-ldap-sync.yml b/.github/workflows/publish-ldap-sync.yml index bf0572c5..b404da5c 100644 --- a/.github/workflows/publish-ldap-sync.yml +++ b/.github/workflows/publish-ldap-sync.yml @@ -5,6 +5,7 @@ on: branches: [main] paths: - "tdrive/utils/ldap-sync/**" + - "tdrive/docker/**" jobs: publish-node: diff --git a/tdrive/backend/utils/ldap-sync/src/index.ts b/tdrive/backend/utils/ldap-sync/src/index.ts index 58850a2e..75930ae1 100644 --- a/tdrive/backend/utils/ldap-sync/src/index.ts +++ b/tdrive/backend/utils/ldap-sync/src/index.ts @@ -10,7 +10,7 @@ interface UserAttributes { dotenv.config(); -console.log("Run script with the following env:"); +console.log("Run script with the following env: "); console.log(process.env); // LDAP server configuration