Use docker instead of an external LDAP server that sometimes goes down (#7522)
Showing
+349 -251
... | ... | @@ -40,6 +40,7 @@ require ( |
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa | ||
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 | ||
github.com/go-errors/errors v1.0.1 | ||
github.com/go-ldap/ldap v3.0.2+incompatible | ||
github.com/go-sql-driver/mysql v1.4.1 | ||
github.com/go-test/deep v1.0.2 | ||
github.com/gocql/gocql v0.0.0-20190402132108-0e1d5de854df | ||
... | ... |
helper/testhelpers/ldap/ldaphelper.go
0 → 100644
Please register or sign in to comment