Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-08-12 21:20:07 +02:00
commit 85b8a9f13f
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
2 changed files with 10 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Trying to slam enterprise onto Ergo.

9
ldap-config.yaml Normal file
View File

@ -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))"