From 85b8a9f13ff3d5348843ad6cb3dce71444059470 Mon Sep 17 00:00:00 2001 From: Georg Date: Thu, 12 Aug 2021 21:20:07 +0200 Subject: [PATCH] Init Signed-off-by: Georg --- README.md | 1 + ldap-config.yaml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 README.md create mode 100644 ldap-config.yaml diff --git a/README.md b/README.md new file mode 100644 index 0000000..d3ccd5d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Trying to slam enterprise onto Ergo. diff --git a/ldap-config.yaml b/ldap-config.yaml new file mode 100644 index 0000000..3806783 --- /dev/null +++ b/ldap-config.yaml @@ -0,0 +1,9 @@ +host: "ldap.syscid.com" +port: 636 +use-ssl: true +timeout: 30s + +search-base-dns: ["ou=libertacasa-users,dc=syscid,dc=com"] +bind-dn: "cn=ergo,ou=syscid-system,dc=syscid,dc=com" +bind-password: "$PASS" +search-filter: "(&(objectClass=inetOrgPerson)(uid=%s))"