[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.2 and 1.3

version 1.2, 1999/09/28 07:56:47 version 1.3, 1999/09/29 18:16:20
Line 45 
Line 45 
   int rsa_authentication;       /* If true, permit RSA authentication. */    int rsa_authentication;       /* If true, permit RSA authentication. */
 #ifdef KRB4  #ifdef KRB4
   int kerberos_authentication;  /* If true, permit Kerberos authentication. */    int kerberos_authentication;  /* If true, permit Kerberos authentication. */
   int kerberos_or_local_passwd;    int kerberos_or_local_passwd; /* If true, permit kerberos and any other
 #endif                                     password authentication mechanism, such
 #if defined(KRB4) || defined(AFS)                                     as SecurID or /etc/passwd */
   int kerberos_ticket_cleanup;  /* If true, destroy ticket file on logout. */    int kerberos_ticket_cleanup;  /* If true, destroy ticket file on logout. */
 #endif  #endif
 #ifdef KERBEROS_TGT_PASSING  
   int kerberos_tgt_passing;     /* If true, permit Kerberos tgt passing. */  
 #endif  
 #ifdef AFS  #ifdef AFS
     int kerberos_tgt_passing;     /* If true, permit Kerberos tgt passing. */
   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 authentication. */    int password_authentication;  /* If true, permit password authentication. */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3