datahub/metadata-ingestion/examples/recipes/ldap_to_console.dhub.yaml
Hyejin Yoon f986315582
doc: Acryl to DataHub, datahubproject.io to datahub.com (#13252)
Co-authored-by: Jay <159848059+jayacryl@users.noreply.github.com>
2025-04-28 10:34:33 -04:00

13 lines
392 B
YAML

# see https://docs.datahub.com/docs/generated/ingestion/sources/ldap for complete documentation
source:
type: "ldap"
config:
ldap_server: ldap://localhost
ldap_user: "cn=admin,dc=example,dc=org"
ldap_password: "admin"
base_dn: "dc=example,dc=org"
# see https://docs.datahub.com/docs/metadata-ingestion/sink_docs/console for complete documentation
sink:
type: "console"