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

Diff for /src/usr.bin/ssh/auth.c between version 1.110 and 1.111

version 1.110, 2015/02/25 17:29:38 version 1.111, 2015/05/01 04:17:51
Line 309 
Line 309 
 char *  char *
 authorized_principals_file(struct passwd *pw)  authorized_principals_file(struct passwd *pw)
 {  {
         if (options.authorized_principals_file == NULL ||          if (options.authorized_principals_file == NULL)
             strcasecmp(options.authorized_principals_file, "none") == 0)  
                 return NULL;                  return NULL;
         return expand_authorized_keys(options.authorized_principals_file, pw);          return expand_authorized_keys(options.authorized_principals_file, pw);
 }  }

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.111