> a) Can I configure trac to use the underlying unix users for the login?
Not as-is, I think. But if you're not afraid of Python code, you could write a module that provides a different trac.web.api.IAuthenticator implementation that does what you need. I wonder how you'd want to authentication against SSH keys through HTTP, though. > b) Can I still set the permissions similar to the way described? > http://projects.edgewall.com/trac/wiki/TracPermissions Yes, the permission system is decoupled from the authentication system. Permissions are only linked to any usernames that are provided to the system. Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
