cmd/syncthing: Add LDAP authentication for GUI (fixes #5163) (#5169)

This commit is contained in:
Boris Rybalkin
2018-09-11 22:25:24 +01:00
committed by Jakob Borg
parent 50ba0fd079
commit 1b1741de64
37 changed files with 4435 additions and 46 deletions

16
vendor/manifest vendored
View File

@@ -763,6 +763,22 @@
"path": "/rate",
"notests": true
},
{
"importpath": "gopkg.in/asn1-ber.v1",
"repository": "https://gopkg.in/asn1-ber.v1",
"vcs": "git",
"revision": "379148ca0225df7a432012b8df0355c2a2063ac0",
"branch": "master",
"notests": true
},
{
"importpath": "gopkg.in/ldap.v2",
"repository": "https://gopkg.in/ldap.v2",
"vcs": "git",
"revision": "bb7a9ca6e4fbc2129e3db588a34bc970ffe811a9",
"branch": "master",
"notests": true
},
{
"importpath": "gopkg.in/urfave/cli.v1",
"repository": "https://gopkg.in/urfave/cli.v1",