[BACK]Return to skeyinit.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / skeyinit

Diff for /src/usr.bin/skeyinit/skeyinit.c between version 1.44 and 1.45

version 1.44, 2003/05/07 20:39:29 version 1.45, 2003/11/26 00:05:27
Line 181 
Line 181 
         case 1:          case 1:
                 if (!defaultsetup) {                  if (!defaultsetup) {
                         fprintf(stderr,                          fprintf(stderr,
 "You must authenticate yourself before using S/Key for the first time.  In  "You must authenticate yourself before using S/Key for the first time.  In\n"
 secure mode this is normally done via an existing S/Key key.  However, since  "secure mode this is normally done via an existing S/Key key.  However, since\n"
 you do not have an entry in the S/Key database you will have to specify an  "you do not have an entry in the S/Key database you will have to specify an\n"
 alternate authentication type via the `-a' flag, e.g.  "alternate authentication type via the `-a' flag, e.g.\n"
     \"skeyinit -s -a krb5\" or \"skeyinit -s -a passwd\"\n  "    \"skeyinit -s -a krb5\" or \"skeyinit -s -a passwd\"\n\n"
 Note that entering a plaintext password over a non-secure link defeats the  "Note that entering a plaintext password over a non-secure link defeats the\n"
 purpose of using S/Key in the fist place.\n");  "purpose of using S/Key in the fist place.\n");
                         exit(1);                          exit(1);
                 }                  }
                 break;                  break;

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