diff --git a/nex/register_common_authentication_server_protocols.go b/nex/register_common_authentication_server_protocols.go index 3420806..a9c3d85 100644 --- a/nex/register_common_authentication_server_protocols.go +++ b/nex/register_common_authentication_server_protocols.go @@ -23,6 +23,7 @@ func registerCommonAuthenticationServerProtocols() { ticketGrantingProtocol.SetSecureStationURL(secureStationURL) ticketGrantingProtocol.SetBuildName(serverBuildString) + ticketGrantingProtocol.EnableInsecureLogin() globals.AuthenticationServer.SetPasswordFromPIDFunction(globals.PasswordFromPID) }