To know user list in the site

18 views
Skip to first unread message

JPrasanna Venkatesan

unread,
Oct 20, 2020, 9:40:58 AM10/20/20
to Trac Users
I have configured LDAP for authentication.

  1. When a new user is authenticated against LDAP? Will that user be created in the site?
  2. How to know the user list in the whole trac site? Admin page doesn't have User List page even for 'admin' user.
  3. How to know what are all the users associated with a project?

RjOllos

unread,
Oct 20, 2020, 11:26:16 AM10/20/20
to Trac Users
Are you authenticating your users with LDAP on the front-end? Apache?

You can list users from the command line with the "session list" command:

You also have to authorize the users by granting them permissions using the TracAdmin tool or the permissions admin page.

Users are often managed using TracAccountManager, but I don't know which of the LDAP integration plugins are usable:
Maybe this one:

This can be really tricky though if you continue to authenticate on the front-end. In that case, TracAccountManager is just a view of the list of users. This is in contrast to delegating authentication to the plugin.

I don't know of a cookbook to make all this work, so it might require a lot of trial and error, unless someone here can post some guidance.

Ryan

JPrasanna Venkatesan

unread,
Oct 21, 2020, 1:28:52 AM10/21/20
to Trac Users
Thanks a lot for info.
Reply all
Reply to author
Forward
0 new messages