> 1. Move users out of specific projects and administer them centrally, > i.e. use RBAC to assign users/groups to specific projects.
For example, you could already use the LdapPlugin to get site-wide permissions (based on groups, for example) for multiple projects. > 2. Associate usernames with trac logins so it is possible to set them up > centrally without requiring users to do it for each of their projects. That is something that is planned (IUserDirectory interface), although not implemented yet. I'll implement this feature in the LDAP backend, so users already registered in a LDAP directory would already have their name and email address available to Trac with no hassle. Obviously, this is not a LDAP-only stuff: we expect to have other backends to support this feature Cheers, Manu _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
