Modify ↓
#12551 closed defect (cantfix)
Can not use ldap to login.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 1.0.2 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
After setting down ldap contribute ,I see this when I open the web. Please help me.
Trac[main] DEBUG [2016-08-01 03:10:05,865]: Dispatching <RequestWithSession "GET '/'"> Trac[util] DEBUG [2016-08-01 03:10:05,867]: SQL: SELECT id, generation FROM cache Trac[util] DEBUG [2016-08-01 03:10:05,868]: prefetch: 4 rows Trac[api] INFO [2016-08-01 03:10:05,868]: Synchronized '(default)' repository in 0.00 seconds Trac[session] DEBUG [2016-08-01 03:10:05,868]: Retrieving session for ID '309060305318df5be905d3ed' Trac[util] DEBUG [2016-08-01 03:10:05,869]: SQL: SELECT last_visit FROM session WHERE sid=%s AND authenticated=%s Trac[util] DEBUG [2016-08-01 03:10:05,869]: args: ('309060305318df5be905d3ed', 0) Trac[util] DEBUG [2016-08-01 03:10:05,869]: prefetch: 0 rows Trac[util] DEBUG [2016-08-01 03:10:05,869]: SQL: SELECT version, time, author, text, comment, readonly FROM wiki WHERE name=%s ORDER BY version DESC LIMIT 1 Trac[util] DEBUG [2016-08-01 03:10:05,870]: args: ('WikiStart',) Trac[util] DEBUG [2016-08-01 03:10:05,870]: prefetch: 1 rows Trac[util] DEBUG [2016-08-01 03:10:05,870]: SQL: SELECT version, time, author, text, comment, readonly FROM wiki WHERE name=%s ORDER BY version DESC LIMIT 1 Trac[util] DEBUG [2016-08-01 03:10:05,870]: args: ('WikiStart',) Trac[util] DEBUG [2016-08-01 03:10:05,871]: prefetch: 1 rows Trac[main] WARNING [2016-08-01 03:10:05,872]: [140.109.98.38] HTTPInternalError: 500 Configuration Error (Cannot find an implementation of the <tt>IPermissionStore</tt> interface named <tt>LdapPermissionStore</tt>. Please check that the Component is enabled or update the option <tt>[trac] permission_store</tt> in trac.ini.) Trac[chrome] DEBUG [2016-08-01 03:10:05,872]: Prepare chrome data for request Trac[chrome] WARNING [2016-08-01 03:10:05,873]: Error with navigation contributor AdminModule Trac[chrome] WARNING [2016-08-01 03:10:05,874]: Error with navigation contributor SearchModule Trac[chrome] WARNING [2016-08-01 03:10:05,875]: Error with navigation contributor QueryModule Trac[chrome] WARNING [2016-08-01 03:10:05,875]: Error with navigation contributor ReportModule Trac[chrome] WARNING [2016-08-01 03:10:05,876]: Error with navigation contributor RoadmapModule Trac[chrome] WARNING [2016-08-01 03:10:05,876]: Error with navigation contributor TicketModule Trac[chrome] WARNING [2016-08-01 03:10:05,877]: Error with navigation contributor TimelineModule Trac[chrome] WARNING [2016-08-01 03:10:05,878]: Error with navigation contributor BrowserModule Trac[chrome] WARNING [2016-08-01 03:10:05,879]: Error with navigation contributor WikiModule Trac[chrome] ERROR [2016-08-01 03:10:05,879]: Error during check of EMAIL_VIEW: ConfigurationError: Cannot find an implementation of the <tt>IPermissionStore</tt> interface named <tt>LdapPermissionStore</tt>. Please check that the Component is enabled or update the option <tt>[trac] permission_store</tt> in trac.ini. Trac[chrome] ERROR [2016-08-01 03:10:05,893]: Error during check of EMAIL_VIEW: ConfigurationError: Cannot find an implementation of the <tt>IPermissionStore</tt> interface named <tt>LdapPermissionStore</tt>. Please check that the Component is enabled or update the option <tt>[trac] permission_store</tt> in trac.ini.
Attachments (0)
Change History (2)
comment:1 by , 8 years ago
Component: | project → general |
---|---|
Description: | modified (diff) |
Resolution: | → cantfix |
Status: | new → closed |
comment:2 by , 8 years ago
Also, Trac says:
HTTPInternalError: 500 Configuration Error (Cannot find an implementation of the
IPermissionStore
interface namedLdapPermissionStore
. Please check that the Component is enabled or update the option[trac] permission_store
in trac.ini.)
Note:
See TracTickets
for help on using tickets.
InstallationIssue, see NewTicket#Thisisnottheplacetoaskforsupportandinstallationquestions.