Jonathan Turner 9 lat temu
rodzic
commit
67dad284c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config/krb5conf.go

+ 1 - 1
config/krb5conf.go

@@ -28,8 +28,8 @@ type Config struct {
 	//Plugins
 }
 
-// List of encryption types that have been deemed weak.
 const (
+	// List of encryption types that have been deemed weak.
 	WEAK_ETYPE_LIST = "des-cbc-crc des-cbc-md4 des-cbc-md5 des-cbc-raw des3-cbc-raw des-hmac-sha1 arcfour-hmac-exp rc4-hmac-exp arcfour-hmac-md5-exp des"
 )