# HG changeset patch # User Tomas Mraz # Date 1321349519 -3600 # Node ID ad8ac2ee62d2d9e821de91f5bc4bd2195ef166c4 # Parent dc8723ac744d4f262ea7f45d670915f21df9ad8a If remote auth is not called due to low uid warn about it in syslog. (#753161) diff -r dc8723ac744d -r ad8ac2ee62d2 authinfo.py --- a/authinfo.py Fri Nov 04 22:31:56 2011 +0100 +++ b/authinfo.py Tue Nov 15 10:31:59 2011 +0100 @@ -342,7 +342,7 @@ argv_succeed_if_auth = [ "uid >=", "500", # this must be the second arg - to be replaced - "quiet" + "quiet_success" ] argv_succeed_if_account = [