On Tue, Feb 09, 2010 at 12:42:11PM -0600, T.J. Yang wrote: > But so far I see two feature missing: > 1. ldap authentication.Hope following request ticket can be addressed > soon.http://www.fossil-scm.org/index.html/tktview?name=ec667f74f82.
Depending on what you wanted when you say "authentication" it wouldn't be too hard. My first thought is if you put IIS in front of fossil and have IIS do the authentication (or apache, or any ldap enabled auth web server) then you can be done fairly quick. However, if what you really mean is "I don't have to put all of the companies users and their access rights into fossil, so when they log in fossil identifies them completely from LDAP." then it'll be much more difficult. My first thought on solving the second request is: Use Python. You could basically have a small python script pull down LDAP users and put them into the fossil database. Probably would need a bit of mojo on the authentication side, but that would at least get started filling in who is in fossil's world. > 2. Import/Export MS Word to fossil wiki. Again, I'd say a few macros in MS word are probably better than a solution inside fossil itself. Out of curiosity, why do you need this exactly? Is there a paritcular testing process or corporate requirement that has people making project documentation in word? -- Zed A. Shaw http://zedshaw.com/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

