[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.66 and 1.67

version 1.66, 2003/12/09 21:53:37 version 1.67, 2003/12/23 16:12:10
Line 80 
Line 80 
                                                  * /etc/passwd */                                                   * /etc/passwd */
         int     kerberos_ticket_cleanup;        /* If true, destroy ticket          int     kerberos_ticket_cleanup;        /* If true, destroy ticket
                                                  * file on logout. */                                                   * file on logout. */
           int     kerberos_get_afs_token;         /* If true, try to get AFS token if
                                                    * authenticated with Kerberos. */
         int     gss_authentication;     /* If true, permit GSSAPI authentication */          int     gss_authentication;     /* If true, permit GSSAPI authentication */
         int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */          int     gss_cleanup_creds;      /* If true, destroy cred cache on logout */
         int     password_authentication;        /* If true, permit password          int     password_authentication;        /* If true, permit password

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67