[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.63 and 1.64

version 1.63, 2003/08/13 08:46:30 version 1.64, 2003/08/22 10:56:09
Line 82 
Line 82 
                                                  * file on logout. */                                                   * file on logout. */
         int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT          int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT
                                          * passing. */                                           * passing. */
           int     gss_authentication;     /* If true, permit GSSAPI authentication */
           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
                                                  * authentication. */                                                   * authentication. */
         int     kbd_interactive_authentication; /* If true, permit */          int     kbd_interactive_authentication; /* If true, permit */

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64