allow to edit profile to users logged in via OIDC

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-08-01 21:49:53 +02:00
parent 5f313cc6be
commit e7866047aa
8 changed files with 108 additions and 109 deletions

View File

@@ -326,6 +326,10 @@ func (cc mockFTPClientContext) GetLastCommand() string {
return ""
}
func (cc mockFTPClientContext) SetTLSRequirement(requirement ftpserver.TLSRequirement) error {
return nil
}
func (cc mockFTPClientContext) GetLastDataChannel() ftpserver.DataChannel {
return cc.lastDataChannel
}