Вопрос

Are there any web interfaces for distribution rights to the trac, SVN, SFTP?

To the right of the listed services could easily edit the man who does not make friends with the console?

Это было полезно?

Решение

Trac admin web-UI already supports permission groups and assigning allowed actions to both groups and individual users.

For setting more fine grained permissions you'll want something like FineGrainedPageAuthzEditorPlugin (general), for repositories TracSvnAuthzPlugin (simple) or SvnAuthzAdminPlugin (advanced).

If do not use existing authentication infrastructure of your web-server you may want user/account administration inside Trac too. Look at AccountManagerPlugin. A common way is to let it manage a central file in htpasswd or htdigest format, that can be used by multiple services, even across several Trac environments, if you like.

Другие советы

trac.ini can be edit via webinterface with TracIniAdminPanelPlugin. I don't know webinterfaces for the other ones. I think it's because there are so many ways to setup the authorization configurations.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top