[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.45 and 1.46

version 1.45, 2001/06/26 06:33:00 version 1.46, 2001/06/26 16:15:24
Line 73 
Line 73 
         int     hostbased_uses_name_from_packet_only; /* experimental */          int     hostbased_uses_name_from_packet_only; /* experimental */
         int     rsa_authentication;     /* If true, permit RSA authentication. */          int     rsa_authentication;     /* If true, permit RSA authentication. */
         int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */          int     pubkey_authentication;  /* If true, permit ssh2 pubkey authentication. */
 #ifdef KRB4  #if defined(KRB4) || defined(KRB5)
         int     kerberos_authentication;        /* If true, permit Kerberos          int     kerberos_authentication;        /* If true, permit Kerberos
                                                  * authentication. */                                                   * authentication. */
         int     kerberos_or_local_passwd;       /* If true, permit kerberos          int     kerberos_or_local_passwd;       /* If true, permit kerberos
Line 84 
Line 84 
         int     kerberos_ticket_cleanup;        /* If true, destroy ticket          int     kerberos_ticket_cleanup;        /* If true, destroy ticket
                                                  * file on logout. */                                                   * file on logout. */
 #endif  #endif
 #ifdef AFS  #if defined(AFS) || defined(KRB5)
         int     kerberos_tgt_passing;   /* If true, permit Kerberos tgt          int     kerberos_tgt_passing;   /* If true, permit Kerberos TGT
                                          * passing. */                                           * passing. */
   #endif
   #ifdef AFS
         int     afs_token_passing;      /* If true, permit AFS token passing. */          int     afs_token_passing;      /* If true, permit AFS token passing. */
 #endif  #endif
         int     password_authentication;        /* If true, permit password          int     password_authentication;        /* If true, permit password

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46