Changes between Initial Version and Version 5 of Ticket #11558


Ignore:
Timestamp:
Feb 10, 2014, 7:21:07 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11558 – Description

    initial v5  
    33
    44This is a problem because the AnnouncerPlugin logs as follows
    5 Trac[mail] DEBUG: EmailDistributor was unable to find an address for: ...
     5{{{
     6Trac[mail] DEBUG: EmailDistributor was unable to find an address for:
     7}}}
    68
    79an no mail is sent for notification.
    810
    9 The trac.ini is configured like the example in
    10 http://trac-hacks.org/wiki/LdapAuthStorePlugin
     11The trac.ini is configured like the example in LdapAuthStorePlugin
    1112
    1213and the values are aligned to ldap, like this
    1314
     15{{{#!ini
    1416[account-manager]
    1517password_store = LdapAuthStore
    1618email_attr = mail
    1719name_attr = cn
    18 ...
     20}}}
    1921
    2022How to troubleshoot this?
    21 The trac log is enabled at debug level, but the plugin LdapAuthStore seems silent, how to make it more verbose?
     23The trac log is enabled at debug level, but the LdapAuthStorePlugin seems silent, how to make it more verbose?