Kristian Kauper <kkauper@au.yahoo-inc.com>


Found
r870942

r870942 | danielsh | 2008-04-30 20:15:47 +0000 (Wed, 30 Apr 2008)

In svnserve, tolerate unreadable passwd files.

Review by: ghudson
Found by: Kristian Kauper <kkauper@au.yahoo-inc.com>

* subversion/svnserve/serve.c
  (load_configs):  Skip reading the passwd file if it is unreadable (EACCES),
    logging the error but allowing other authentications (such as --tunnel)
    to continue.