We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b1572 commit f45a28bCopy full SHA for f45a28b
1 file changed
README.md
@@ -84,10 +84,8 @@ Login:
84
```go
85
err := cl.Login()
86
```
87
-(Optional) Enable automatic refresh of Kerberos Ticket Granting Ticket (TGT):
88
-```go
89
-cl.EnableAutoSessionRenewal()
90
-```
+Kerberos Ticket Granting Tickets (TGT) will be automatically renewed unless the client was created from a CCache.
+
91
#### Authenticate to a Service
92
93
##### HTTP SPNEGO
0 commit comments