The AccountManager backend would work from anything, mod_authnz_external is obviously specific to Apache.
--Noah On May 17, 2011, at 4:57 PM, O wrote: > thanks, > > As I understand this solution work only for trac used as apache module > (not Standalone). > > Oles > > On May 9, 3:11 am, Noah Kantrowitz <[email protected]> wrote: >> The usual way to do this is with pwauth[1]. I wrote a backend for >> AccountManager long ago that probably still works[2], though you could also >> mod_authnz_external[3] which is developed alongside pwauth. >> >> --Noah >> >> 1:http://code.google.com/p/pwauth/ >> 2:http://pypi.python.org/pypi/TracPwAuth/1.0 >> 3:http://code.google.com/p/mod-auth-external/ >> >> On May 8, 2011, at 2:02 PM, O wrote: >> >>> Hello, trac developers, >> >>> I need another auth metod. >>> Now there is two methods - auth and basic-auth. >> >>> I need method which will read users/password from /etc/shadow file >> >>> I have two questions: >>> 1. Maybe there is some patch or plugin for this functionality? >>> 2. This is good idea? >>> 3. If i will develop this feature, there is chances to include linux >>> authentication method in version 0.13? should i write robust and nice >>> code? >> >>> Oles >> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "Trac Development" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group >>> athttp://groups.google.com/group/trac-dev?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Trac Development" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/trac-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
