Modify

Opened 8 years ago

Closed 7 years ago

#12823 closed defect (fixed)

SIZELIMIT_EXCEEDED error.

Reported by: sandeep.nadkarni@… Owned by: bebbo
Priority: normal Component: DirectoryAuthPlugin
Severity: major Keywords:
Cc: Trac Release: 1.0

Description (last modified by Jun Omae)

Getting following error :

CentOS 7.2
Trac 1.0.11
DirecrtoryAuthPlugin  2.0.1dev
(15661) 
PythonHandler trac.web.modpython_frontend: SIZELIMIT_EXCEEDED: {'desc': 'Size limit exceeded'}

Attachments (0)

Change History (7)

comment:1 Changed 8 years ago by Jun Omae

Component: Request-a-HackDirectoryAuthPlugin
Owner: changed from anybody to bebbo
Priority: highnormal

comment:2 Changed 8 years ago by Jun Omae

Description: modified (diff)

comment:3 Changed 8 years ago by anonymous

following are the settings in account manager

password_store = DirAuthStore
dir_charset = utf-8
dir_scope = 2

basedn, binddn, bindpassword are set properly.

For URI using port 3268

user_attr = sAMAccountName
name_attr = displayName
email_attr = mail

just in case needed..

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

comment:4 Changed 8 years ago by bebbo

The code must be changed to support paged searches and add a setting to specify the page size.

comment:5 Changed 7 years ago by bebbo

In 16068:

refs #12980

  • added support for the new db interface

refs #12823

  • added support for paged ldap queries using SimplePagedResultsControl

comment:6 Changed 7 years ago by bebbo

Status: newaccepted

please test the version 2.1.0-SNAPSHOT

comment:7 Changed 7 years ago by bebbo

Resolution: fixed
Status: acceptedclosed

my tests are successful

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain bebbo.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.