Github user dyozie commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq-docs/pull/131#discussion_r143874518
  
    --- Diff: markdown/clientaccess/kerberos.html.md.erb ---
    @@ -515,6 +516,53 @@ Valid starting     Expires            Service principal
     
     After generating a ticket, you can connect to a HAWQ database as a 
kerberos-authenticated user using `psql` or other client programs.
     
    +### <a id="change_ticket"></a>Changing the Ticket Renewal Interval
    +
    +The lifetime of the Kerberos ticket may need to be changed. The ticket 
lifetime is the minimum of the following values:
    +
    +* `max_life` in `kdc.conf` on the KDC servers.
    --- End diff --
    
    Not sure if we need to provide this level of detail. It might be better to 
just leave this as kerberos implementation-specific.


---

Reply via email to