Hi,

I've added the chapter [account-manager] as follows:

[account-manager]
ad_server = nashtech.grp:389
admin_group = 
CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
auth_group = 
CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
authentication_url =
base_dn = OU=Area,DC=NASHTECH,DC=GRP
bind_dn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
bind_passwd = NashAuth1
force_passwd_change = true
generated_password_length = 8
htdigest_realm =
htpasswd_hash_type = crypt
password_file =
# password_store = ADAuthStore
persistent_sessions = False
user_lock_max_time = 0
verify_email = true

(excluding passwd store as inf

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 713, in send_error
    add_stylesheet(self, 'common/css/code.css')
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 152, in 
add_stylesheet
    href = chrome_resource_path(req, filename)
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 367, in 
chrome_resource_path
    elif filename.startswith('common/') and 'htdocs_location' in req.chrome:
  File "build/bdist.linux-x86_64/egg/trac/web/api.py", line 498, in __getattr__
    value = self.callbacks[name](self)
  File "build/bdist.linux-x86_64/egg/trac/web/chrome.py", line 823, in 
prepare_request
    for contributor in self.navigation_contributors:
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 93, in extensions
    components = [component.compmgr[cls] for cls in classes]
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 238, in __getitem__
    component = cls(self)
  File "build/bdist.linux-x86_64/egg/trac/core.py", line 155, in __call__
    self.__init__()
  File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 366, in 
__init__
    self._enable_check(log=True)
  File "build/bdist.linux-x86_64/egg/acct_mgr/register.py", line 370, in 
_enable_check
    writable = self.acctmgr.supports('set_password')
  File "build/bdist.linux-x86_64/egg/acct_mgr/api.py", line 311, in supports
    self.password_stores
  File "build/bdist.linux-x86_64/egg/trac/config.py", line 933, in __get__
    option=tag.code("[%s] %s" % (self.section, self.name))))
ConfigurationError: Cannot find implementation(s) of the 
<code>IPasswordStore</code> interface named <code>ADAuthStore</code>. Please 
check that the Component is enabled or update the option 
<code>[account-manager] password_store</code> in trac.ini.


is displayed), but web site still says 

= >
*Warning:* 
   
   - Error with navigation contributor "AdminModule"
   - Error with navigation contributor "SearchModule"
   - Error with navigation contributor "RoadmapModule"
   - Error with navigation contributor "QueryModule"
   - Error with navigation contributor "ReportModule"
   - Error with navigation contributor "TicketModule"
   - Error with navigation contributor "TimelineModule"
   - Error with navigation contributor "WikiModule"

Trac Error 

basedn not defined!

TracGuide <http://10.128.3.217:8000/ittk/wiki/TracGuide> — The Trac User 
and Administration Guide 
[image: Trac Powered] <http://trac.edgewall.org/> Powered by *Trac 1.2.3* 
<http://10.128.3.217:8000/ittk/about>
By Edgewall S <http://www.edgewall.org/>

< =

Changing [account-manager] to

= >
[account-manager]
ad_server = nashtech.grp:389
admin_group = 
CN=GRP_TracAdmin_ITTK,OU=Admin,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
auth_group = 
CN=GRP_AllUser,OU=DataPermission,OU=Group,OU=Global,OU=Area,DC=NASHTECH,DC=GRP
authentication_url =
dir_basedn = OU=Area,DC=NASHTECH,DC=GRP
dir_binddn = CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
bind_passwd = NashAuth1
force_passwd_change = true
generated_password_length = 8
htdigest_realm =
htpasswd_hash_type = crypt
password_file =
password_store =
# password_store = ADAuthStore
persistent_sessions = False
user_lock_max_time = 0
verify_email = true
< =

trac.log says 

= >

2019-05-10 09:31:19,062 Trac[env] INFO: Reloading environment due to 
configuration change
2019-05-10 09:31:19,079 Trac[env] INFO: -------------------------------- 
environment startup [Trac 1.2.3] --------------------------------
2019-05-10 09:31:19,109 Trac[loader] DEBUG: Loading plugin "acct_mgr.admin" 
from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,110 Trac[loader] DEBUG: Loading plugin "acct_mgr.api" 
from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.db" 
from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.htfile" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin "acct_mgr.http" 
from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,111 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.macros" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,112 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.notification" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,112 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.opt.announcer.uid_chg" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,136 Trac[loader] DEBUG: Skipping 
"acct_mgr.opt.announcer.uid_chg = acct_mgr.opt.announcer.uid_chg 
[announcer]": DistributionNotFound: TracAnnouncer
2019-05-10 09:31:19,137 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.opt.radius" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,162 Trac[loader] DEBUG: Skipping "acct_mgr.opt.radius = 
acct_mgr.opt.radius [pyrad]": DistributionNotFound: Pyrad
2019-05-10 09:31:19,162 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.opt.tracforms.uid_chg" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,187 Trac[loader] DEBUG: Skipping 
"acct_mgr.opt.tracforms.uid_chg = acct_mgr.opt.tracforms.uid_chg [forms]": 
DistributionNotFound: TracForms
2019-05-10 09:31:19,187 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.opt.tracscreenshots.uid_chg" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,212 Trac[loader] DEBUG: Skipping 
"acct_mgr.opt.tracscreenshots.uid_chg = 
acct_mgr.opt.tracscreenshots.uid_chg [screenshots]": DistributionNotFound: 
TracScreenshots
2019-05-10 09:31:19,212 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.opt.tracvote.uid_chg" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,237 Trac[loader] DEBUG: Skipping 
"acct_mgr.opt.tracvote.uid_chg = acct_mgr.opt.tracvote.uid_chg [vote]": 
DistributionNotFound: TracVote
2019-05-10 09:31:19,237 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.pwhash" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,237 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.register" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.svnserve" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin 
"acct_mgr.web_ui" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracAccountManager-0.5.0-py2.7.egg"
2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "dirauth" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-05-10 09:31:19,238 Trac[loader] DEBUG: Loading plugin "dirauth.db" 
from 
"/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin 
"dirauth.permissionstore" from 
"/disk/intranet/trac/trac1/ittk/plugins/TracDirectoryAuth-2.1.2-py2.7.egg"
2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin "trac.about" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin 
"trac.admin.console" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,239 Trac[loader] DEBUG: Loading plugin 
"trac.admin.web_ui" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,240 Trac[loader] DEBUG: Loading plugin 
"trac.attachment" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,240 Trac[loader] DEBUG: Loading plugin "trac.db.mysql" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,265 Trac[loader] DEBUG: Skipping "trac.db.mysql = 
trac.db.mysql_backend [mysql]": DistributionNotFound: MySQL-python>=1.2.2
2019-05-10 09:31:19,265 Trac[loader] DEBUG: Loading plugin 
"trac.db.postgres" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,266 Trac[loader] DEBUG: Skipping "trac.db.postgres = 
trac.db.postgres_backend": DistributionNotFound: ('psycopg2>=2.0 or 
psycopg2-binary', ['Trac'])
2019-05-10 09:31:19,266 Trac[loader] DEBUG: Loading plugin "trac.db.sqlite" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,267 Trac[loader] DEBUG: Loading plugin 
"trac.mimeview.patch" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,267 Trac[loader] DEBUG: Loading plugin 
"trac.mimeview.pygments" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,291 Trac[loader] DEBUG: Skipping 
"trac.mimeview.pygments = trac.mimeview.pygments [pygments]": 
DistributionNotFound: Pygments>=0.6
2019-05-10 09:31:19,291 Trac[loader] DEBUG: Loading plugin 
"trac.mimeview.rst" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,317 Trac[loader] DEBUG: Skipping "trac.mimeview.rst = 
trac.mimeview.rst [rest]": DistributionNotFound: docutils>=0.3.9
2019-05-10 09:31:19,317 Trac[loader] DEBUG: Loading plugin 
"trac.mimeview.txtl" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,341 Trac[loader] DEBUG: Skipping "trac.mimeview.txtl = 
trac.mimeview.txtl [textile]": DistributionNotFound: textile>=2.0
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin 
"trac.notification.api" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin 
"trac.notification.compat" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin 
"trac.notification.mail" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin 
"trac.notification.prefs" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.prefs" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,342 Trac[loader] DEBUG: Loading plugin "trac.search" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.admin" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.batch" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.notification" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.query" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.report" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,343 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.roadmap" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin 
"trac.ticket.web_ui" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.timeline" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin 
"trac.versioncontrol.admin" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin 
"trac.versioncontrol.svn_authz" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin 
"trac.versioncontrol.web_ui" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,344 Trac[loader] DEBUG: Loading plugin "trac.web.auth" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin "trac.web.main" 
from "/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin 
"trac.web.session" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin 
"trac.wiki.admin" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin 
"trac.wiki.interwiki" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin 
"trac.wiki.macros" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,345 Trac[loader] DEBUG: Loading plugin 
"trac.wiki.web_api" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin 
"trac.wiki.web_ui" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin 
"tracopt.perm.authz_policy" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin 
"tracopt.perm.config_perm_provider" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,346 Trac[loader] DEBUG: Loading plugin 
"tracopt.ticket.clone" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin 
"tracopt.ticket.commit_updater" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin 
"tracopt.ticket.deleter" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin 
"tracopt.versioncontrol.git.git_fs" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin 
"tracopt.versioncontrol.svn.svn_fs" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,347 Trac[loader] DEBUG: Loading plugin 
"tracopt.versioncontrol.svn.svn_prop" from 
"/usr/lib/python2.7/site-packages/Trac-1.2.3-py2.7.egg"
2019-05-10 09:31:19,349 Trac[default_workflow] DEBUG: Workflow actions at 
initialization: defaultdict(<type 'dict'>, {u'resolve': {u'operations': 
[u'set_resolution'], 'name': '', 'default': 0, 'newstate': u'closed', 
'label': u'resolve', 'oldstates': [u'new', u'assigned', u'accepted', 
u'reopened'], u'permissions': [u'TICKET_MODIFY']}, u'create': 
{'operations': [], 'name': '', u'default': 1, 'newstate': u'new', 'label': 
u'create', 'oldstates': [None], 'permissions': []}, u'accept': 
{u'operations': [u'set_owner_to_self'], 'name': '', 'default': 0, 
'newstate': u'accepted', 'label': u'accept', 'oldstates': [u'new', 
u'assigned', u'accepted', u'reopened'], u'permissions': 
[u'TICKET_MODIFY']}, u'leave': {u'operations': [u'leave_status'], 'name': 
'', u'default': 1, 'newstate': u'*', 'label': u'leave', 'oldstates': 
[u'*'], 'permissions': []}, u'reopen': {u'operations': [u'del_resolution'], 
'name': '', 'default': 0, 'newstate': u'reopened', 'label': u'reopen', 
'oldstates': [u'closed'], u'permissions': [u'TICKET_CREATE']}, 
u'create_and_assign': {u'operations': [u'may_set_owner'], 'name': '', 
'default': 0, 'newstate': u'assigned', u'label': u'assign', 'oldstates': 
[None], u'permissions': [u'TICKET_MODIFY']}, u'reassign': {u'operations': 
[u'set_owner'], 'name': '', 'default': 0, 'newstate': u'assigned', 'label': 
u'reassign', 'oldstates': [u'new', u'assigned', u'accepted', u'reopened'], 
u'permissions': [u'TICKET_MODIFY']}, '_reset': {'operations': 
['reset_workflow'], 'default': 0, 'newstate': 'new', 'label': 'reset', 
'oldstates': [], 'permissions': ['TICKET_ADMIN']}})

2019-05-10 09:31:19,352 Trac[env] WARNING: base_url option not set in 
configuration, generated links may be incorrect
2019-05-10 09:31:19,352 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/'">
2019-05-10 09:31:19,354 Trac[register] WARNING: RegistrationModule is 
disabled because the password store does not support writing.
2019-05-10 09:31:19,354 Trac[web_ui] WARNING: AccountModule is disabled 
because no configured password store supports writing.
2019-05-10 09:31:19,354 Trac[web_ui] INFO: Concurrent enabled login modules 
found, fixing configuration ...
2019-05-10 09:31:19,354 Trac[web_ui] INFO: trac.web.auth.LoginModule 
disabled, giving preference to <class 'acct_mgr.web_ui.LoginModule'>.
2019-05-10 09:31:19,356 Trac[guard] WARNING: AccountGuard option fixed, 
please check your configuration.
2019-05-10 09:31:19,356 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:19,356 Trac[main] DEBUG: Chosen handler is <Component 
trac.wiki.web_ui.WikiModule>
2019-05-10 09:31:19,358 Trac[api] DEBUG: action controllers for ticket 
workflow: ['ConfigurableTicketWorkflow']
2019-05-10 09:31:19,358 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:19,359 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:23,366 Trac[main] WARNING: [10.128.227.137] 
HTTPInternalError: 500 Trac Error (cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}), <RequestWithSession "GET '/'">, 
referrer None
2019-05-10 09:31:23,367 Trac[chrome] DEBUG: Prepare chrome data for request
2019-05-10 09:31:23,369 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:23,369 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:23,369 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:23,370 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:23,370 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:27,376 Trac[chrome] WARNING: Error with navigation 
contributor AdminModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:27,378 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:27,378 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:27,378 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:27,378 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:27,379 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:31,385 Trac[chrome] WARNING: Error with navigation 
contributor SearchModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:31,386 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:31,386 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:31,386 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:31,387 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:31,387 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:35,393 Trac[chrome] WARNING: Error with navigation 
contributor RoadmapModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:35,394 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:35,394 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:35,395 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:35,395 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:35,395 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:39,402 Trac[chrome] WARNING: Error with navigation 
contributor QueryModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:39,403 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:39,403 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:39,404 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:39,404 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:39,404 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:43,412 Trac[chrome] WARNING: Error with navigation 
contributor ReportModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:43,413 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:43,414 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:43,414 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:43,414 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:43,415 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:47,422 Trac[chrome] WARNING: Error with navigation 
contributor TicketModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:47,423 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:47,424 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:47,424 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:47,425 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:47,425 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:51,432 Trac[chrome] WARNING: Error with navigation 
contributor TimelineModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:51,434 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:51,434 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:51,434 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:51,434 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:51,435 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:55,441 Trac[chrome] WARNING: Error with navigation 
contributor WikiModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:31:55,591 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:31:55,591 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:31:55,592 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:31:55,592 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:31:55,592 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:31:59,598 Trac[chrome] ERROR: Error during check of 
EMAIL_VIEW: TracError: cannot bind to ldap://localhost: {'desc': "Can't 
contact LDAP server"}
2019-05-10 09:31:59,749 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/css/trac.css'">
2019-05-10 09:31:59,749 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,750 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:59,757 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/css/code.css'">
2019-05-10 09:31:59,758 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,759 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:59,763 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/js/jquery.js'">
2019-05-10 09:31:59,763 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,764 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:59,781 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/js/babel.js'">
2019-05-10 09:31:59,783 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,783 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:59,783 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/js/trac.js'">
2019-05-10 09:31:59,786 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,787 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:31:59,800 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/js/search.js'">
2019-05-10 09:31:59,804 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:31:59,815 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:32:00,156 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/site/your_project_logo.png'">
2019-05-10 09:32:00,157 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:32:00,157 Trac[main] DEBUG: Dispatching <RequestWithSession 
"GET '/chrome/common/trac_logo_mini.png'">
2019-05-10 09:32:00,157 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:32:00,158 Trac[main] DEBUG: Chosen handler is <Component 
trac.web.chrome.Chrome>
2019-05-10 09:32:00,159 Trac[session] DEBUG: Retrieving session for ID 
'd34c2236558b964d176c83ae'
2019-05-10 09:32:00,287 Trac[chrome] WARNING: File your_project_logo.png 
not found in any of ['/disk/intranet/trac/trac1/ittk/htdocs']
2019-05-10 09:32:00,287 Trac[main] WARNING: [10.128.227.137] HTTPNotFound: 
404 Not Found (File your_project_logo.png not found), <RequestWithSession 
"GET '/chrome/site/your_project_logo.png'">, referrer 
'http://10.128.3.217:8000/ittk'
2019-05-10 09:32:00,288 Trac[chrome] DEBUG: Prepare chrome data for request
2019-05-10 09:32:00,289 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:00,290 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:00,290 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:00,290 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:00,291 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:04,298 Trac[chrome] WARNING: Error with navigation 
contributor AdminModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:04,299 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:04,299 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:04,300 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:04,300 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:04,300 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:08,307 Trac[chrome] WARNING: Error with navigation 
contributor SearchModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:08,307 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:08,308 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:08,308 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:08,309 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:08,309 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:12,315 Trac[chrome] WARNING: Error with navigation 
contributor RoadmapModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:12,316 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:12,317 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:12,317 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:12,317 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:12,317 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:16,323 Trac[chrome] WARNING: Error with navigation 
contributor QueryModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:16,323 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:16,324 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:16,324 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:16,324 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:16,324 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:20,330 Trac[chrome] WARNING: Error with navigation 
contributor ReportModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:20,331 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:20,331 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:20,331 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:20,332 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:20,332 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:24,338 Trac[chrome] WARNING: Error with navigation 
contributor TicketModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:24,339 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:24,340 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:24,340 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:24,340 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:24,340 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:28,347 Trac[chrome] WARNING: Error with navigation 
contributor TimelineModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:28,348 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:28,349 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:28,349 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:28,349 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:28,349 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:32,356 Trac[chrome] WARNING: Error with navigation 
contributor WikiModule: TracError: cannot bind to ldap://localhost: 
{'desc': "Can't contact LDAP server"}
2019-05-10 09:32:32,357 Trac[auth] DEBUG: _dir_search: searching 
OU=Area,DC=NASHTECH,DC=GRP for 
(&(sAMAccountName=anonymous)(objectClass=person))(4e2ce10447a41dc116b07177b33b990e)
2019-05-10 09:32:32,358 Trac[auth] DEBUG: _dir_search: starting LDAP search 
of ldap://localhost OU=Area,DC=NASHTECH,DC=GRP using 
(&(sAMAccountName=anonymous)(objectClass=person)) for ['sAMAccountName']
2019-05-10 09:32:32,358 Trac[auth] DEBUG: _ldap_search: ldap query with 
page size 1000
2019-05-10 09:32:32,358 Trac[auth] INFO: got {'desc': "Can't contact LDAP 
server"} - doing one additional retry
2019-05-10 09:32:32,358 Trac[auth] DEBUG: _bind_dir: attempting general 
bind to ldap://localhost as 
CN=LDAPauth,OU=Service_Accounts,DC=NASHTECH,DC=GRP
2019-05-10 09:32:36,365 Trac[chrome] ERROR: Error during check of 
EMAIL_VIEW: TracError: cannot bind to ldap://localhost: {'desc': "Can't 
contact LDAP server"}
< =


Am Mittwoch, 8. Mai 2019 18:31:50 UTC+2 schrieb RjOllos:

>
>
> On Wed, May 8, 2019 at 2:06 AM Michael Bomballa <[email protected] 
> <javascript:>> wrote:
>
>> Hello,
>>
>> I have added my trac.ini - pls. tell me what needs to be done there. 
>>
>
> It's been suggested several times already, set [account-manager] 
> dir_basedn.
>
> - Ryan 
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/trac-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/322ee580-ecf3-4858-a9c1-b4884da5c04c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to