id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10666,Error logging typo,myingling,sandinak,Line 116 (r12025) of auth.py prints  a log message_ but has a typo since it only provides one string_ but indicates two will print.\r\n\r\n{{{\r\nself.log.debug('Unable to find user %s listed in group: %s' % str(m))\r\n}}}\r\n\r\nThis looks like a trivial bug_ though I'm not clearly seeing which variable contains the user name.  In the meantime I can remove a '%s' to make the bug go away. \r\n\r\n\r\nA similar bug (new ticket?) shows up at lines 500-509.  Data is stored to variable 'res' or an exception is thrown which prints a long message.  Then execution can continue_ but even if the exception was thrown_ the variable is still accessed at 506.  \r\n\r\nThe end results of each of these issues is that that Trac loads with an error_ but the error looks like a bug in the plugin_ not a configuration issue (which becomes visible when you dig through the logs).\r\n\r\n\r\n,defect,closed,normal,DirectoryAuthPlugin,normal,fixed,,,1.0
