Просмотр исходного кода

readme update for FAST negotiation error when using AD KDC

Jonathan Turner 8 лет назад
Родитель
Сommit
28d67e8bd9
1 измененных файлов с 9 добавлено и 0 удалено
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -86,6 +86,15 @@ err := cl.Login()
 ```
 Kerberos Ticket Granting Tickets (TGT) will be automatically renewed unless the client was created from a CCache.
 
+#### Active Directory KDC and FAST negotiation
+Active Directory does not commonly support FAST negotiation so you will need to disable this on the client.
+If this is the case you will see this error:
+```KDC did not respond appropriately to FAST negotiation```
+To resolve this disable PA-FX-Fast on the client before performing Login() with the line below.
+```go
+cl.GoKrb5Conf.DisablePAFXFast = true
+```
+
 #### Authenticate to a Service
 
 ##### HTTP SPNEGO