Explorar el Código

fix krb5.cong

Jonathan Turner hace 8 años
padre
commit
69bfed638b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      testdata/test_vectors.go

+ 1 - 1
testdata/test_vectors.go

@@ -143,7 +143,7 @@ const (
 
 
 [realms]
 [realms]
  TEST.GOKRB5 = {
  TEST.GOKRB5 = {
-  kdc = 10.80.88.88:88
+  kdc = 127.0.0.1:88
   admin_server = 127.0.0.1:749
   admin_server = 127.0.0.1:749
   default_domain = test.gokrb5
   default_domain = test.gokrb5
  }
  }