🌟Synchronization of the user with LDAP (#188)
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
- "tdrive/utils/ldap-sync/**"
|
- "tdrive/backend/utils/ldap-sync/**"
|
||||||
- "tdrive/docker/**"
|
- "tdrive/docker/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ LDAP_BIND_DN=
|
|||||||
LDAP_BIND_CREDENTIALS=
|
LDAP_BIND_CREDENTIALS=
|
||||||
LDAP_SEARCH_BASE=dc=example,dc=com
|
LDAP_SEARCH_BASE=dc=example,dc=com
|
||||||
LDAP_SEARCH_FILTER=(objectClass=inetorgperson)
|
LDAP_SEARCH_FILTER=(objectClass=inetorgperson)
|
||||||
API_URL=http://tdrive:4000/api/sync
|
API_URL=http://tdrive:4000/api/sync
|
||||||
|
|||||||
Reference in New Issue
Block a user