Manuzhai wrote:
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.
ok, I see.
Possibly there is a way to generate those .htdigest / .htpasswd files
automated?
This would be ok for the beginning, and would reduce effort.
I wonder how you'd want to
authentication against SSH keys through HTTP, though.
missunderstanding: I meant user/group _management_ via SSH key (unix shell).
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.
ok, very nice.
Regards,
Manuzhai
--
http://lazaridis.com
_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac