diff --git a/internal/authentication/types.go b/internal/authentication/types.go index 7c2828f8f..8e695fe00 100644 --- a/internal/authentication/types.go +++ b/internal/authentication/types.go @@ -18,7 +18,6 @@ type LDAPClientFactory interface { // // Methods added to this interface that have a direct correlation with one from ldap.Client should have the same signature. type LDAPClient interface { - Start() Close() IsClosing() bool SetTimeout(timeout time.Duration)