mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-03 23:28:11 +00:00
15 lines
246 B
YAML
15 lines
246 B
YAML
source:
|
|
type: "ldap"
|
|
config:
|
|
# Coordinates
|
|
ldap_server: ldap://localhost
|
|
|
|
# Credentials
|
|
ldap_user: "cn=admin,dc=example,dc=org"
|
|
ldap_password: "admin"
|
|
|
|
# Options
|
|
base_dn: "dc=example,dc=org"
|
|
|
|
sink:
|
|
# sink configs |