dominik 286d0fd0ce fixed and cleaned up 1 year ago
..
README.md 286d0fd0ce fixed and cleaned up 1 year ago
ldap.yml 286d0fd0ce fixed and cleaned up 1 year ago

README.md

For instructions, see ldap.conf

Debugging

docker run -it --rm alpine /bin/sh -c "apk add openldap-clients;ldapsearch -x -b 'cn=users,dc=in-ulm,dc=de' -H 'ldap://ldap.in-ulm.de'"

Old config which stopped working in Aug 2019

append_host_config:
  "in-ulm.de":
    auth_method: ldap
    ldap_servers:
      - "ldap.in-ulm.de"
    ldap_base: "cn=users,dc=in-ulm,dc=de"