From 15d3602cf8d69cb15758489d86e8445b1aa7612b Mon Sep 17 00:00:00 2001 From: Anton Shepilov Date: Wed, 6 Sep 2023 20:59:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=9FSynchronization=20of=20the=20user?= =?UTF-8?q?=20with=20LDAP=20(#188)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-ldap-sync.yml | 2 +- tdrive/backend/utils/ldap-sync/.env.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-ldap-sync.yml b/.github/workflows/publish-ldap-sync.yml index b404da5c..25990197 100644 --- a/.github/workflows/publish-ldap-sync.yml +++ b/.github/workflows/publish-ldap-sync.yml @@ -4,7 +4,7 @@ on: push: branches: [main] paths: - - "tdrive/utils/ldap-sync/**" + - "tdrive/backend/utils/ldap-sync/**" - "tdrive/docker/**" jobs: diff --git a/tdrive/backend/utils/ldap-sync/.env.example b/tdrive/backend/utils/ldap-sync/.env.example index 9c2c3e54..d6942f2f 100644 --- a/tdrive/backend/utils/ldap-sync/.env.example +++ b/tdrive/backend/utils/ldap-sync/.env.example @@ -3,4 +3,4 @@ LDAP_BIND_DN= LDAP_BIND_CREDENTIALS= LDAP_SEARCH_BASE=dc=example,dc=com LDAP_SEARCH_FILTER=(objectClass=inetorgperson) -API_URL=http://tdrive:4000/api/sync \ No newline at end of file +API_URL=http://tdrive:4000/api/sync