plugins: add eventsearcher

This commit is contained in:
Nicola Murino
2021-10-17 16:43:05 +02:00
parent f131ef130b
commit 3bbe67571f
13 changed files with 1004 additions and 18 deletions

View File

@@ -19,7 +19,7 @@ const (
// Handshake is a common handshake that is shared by plugin and host.
var Handshake = plugin.HandshakeConfig{
ProtocolVersion: 1,
MagicCookieKey: "SFTPGO_AUTH_PLUGIN",
MagicCookieKey: "SFTPGO_PLUGIN_AUTH",
MagicCookieValue: "d1ed507d-d2be-4a38-a460-6fe0b2cc7efc",
}