[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.118 and 1.119

version 1.118, 2015/05/21 06:43:31 version 1.119, 2015/05/22 03:50:02
Line 118 
Line 118 
                                                  * authenticated with Kerberos. */                                                   * 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     gss_strict_acceptor;    /* If true, restrict the GSSAPI acceptor name */
         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.118  
changed lines
  Added in v.1.119