Skip to content

Commit f45a28b

Browse files
committed
readme
1 parent 17b1572 commit f45a28b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,8 @@ Login:
8484
```go
8585
err := cl.Login()
8686
```
87-
(Optional) Enable automatic refresh of Kerberos Ticket Granting Ticket (TGT):
88-
```go
89-
cl.EnableAutoSessionRenewal()
90-
```
87+
Kerberos Ticket Granting Tickets (TGT) will be automatically renewed unless the client was created from a CCache.
88+
9189
#### Authenticate to a Service
9290

9391
##### HTTP SPNEGO

0 commit comments

Comments
 (0)