Modify

Opened 11 years ago

Closed 9 years ago

#10878 closed task (fixed)

get_users() and searching directory

Reported by: lkraav Owned by: branson
Priority: normal Component: DirectoryAuthPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.2

Description

 66     #-- this is changed to use logged in users from the session table,
 67     #   because an ldap search would be untenable.
 68     def get_users(self, populate_session=True):

Could you explain the reasoning behind this a bit more sandinak? How often does get_users() get called that LDAP was turne doff? It would seem like if it's only in admin panel, directory search for all users should be feasible, esp. with caching implemented + possibly a Refresh button? Paging could also be a thing, although I'm not sure what state the APIs are in for that.

I'm trying to see if I can get basic LDAP database editing going building on top of your plugin.

Attachments (0)

Change History (2)

comment:1 Changed 9 years ago by bebbo

In 14830:

refs #12068
refs #11686
refs #11361
refs #11307
refs #11304
refs #10878
refs #10715
refs #10667
refs #10632
refs #10631
refs #11015

various fixes

comment:2 Changed 9 years ago by bebbo

Resolution: fixed
Status: newclosed

added the old code to obtain the user list from the defined user group.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain branson.
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.