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

Diff for /src/usr.bin/ssh/sshd.c between version 1.448 and 1.449

version 1.448, 2015/04/27 00:21:21 version 1.449, 2015/05/21 06:43:31
Line 1598 
Line 1598 
             strcasecmp(options.authorized_keys_command, "none") != 0))              strcasecmp(options.authorized_keys_command, "none") != 0))
                 fatal("AuthorizedKeysCommand set without "                  fatal("AuthorizedKeysCommand set without "
                     "AuthorizedKeysCommandUser");                      "AuthorizedKeysCommandUser");
           if (options.authorized_principals_command_user == NULL &&
               (options.authorized_principals_command != NULL &&
               strcasecmp(options.authorized_principals_command, "none") != 0))
                   fatal("AuthorizedPrincipalsCommand set without "
                       "AuthorizedPrincipalsCommandUser");
   
         /*          /*
          * Check whether there is any path through configured auth methods.           * Check whether there is any path through configured auth methods.

Legend:
Removed from v.1.448  
changed lines
  Added in v.1.449