0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-08 16:18:11 -05:00

🔧 Remove unused LDAP config spec

Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
This commit is contained in:
Vitaly Kornilov 2020-07-28 13:52:20 +03:00 committed by Andrey Antukh
parent 055504ba9a
commit b475853922

View file

@ -94,7 +94,6 @@
(s/def ::ldap-auth-host ::us/string)
(s/def ::ldap-auth-port ::us/integer)
(s/def ::ldap-auth-version ::us/string)
(s/def ::ldap-bind-dn ::us/string)
(s/def ::ldap-bind-password ::us/string)
(s/def ::ldap-auth-ssl ::us/boolean)