Ok. That's not a valid digest passwd file. See f.ex.: http://httpd.apache.org/docs/1.3/howto/auth.html#digest - Creating a password file
If you can, join the irc channel: http://trac.edgewall.org/wiki/IrcChannelfor direct communication. Cheers / Erik On Thu, Apr 10, 2008 at 11:55 AM, Raina <[EMAIL PROTECTED]> wrote: > > Ya...My Passwd file has the format > ### This file is an example password file for svnserve. > ### Its format is similar to that of svnserve.conf. As shown in the > ### example below it contains one section labelled [users]. > ### The name and password for each user follow, one account per line. > > [users] > # harry = harryssecret > # sally = sallyssecret > ajeet=ajeet123 > venkat=venkat123 > vishwajit=a12345 > ravikanth=a1234 > > and my Authz file is : > [/] > vijayant = rw > vishwajit = rw > ajeet = rw > michielp = r > vishwajit= rw > ravikanth= rw > pvl= rw > arun= rw > > [/Call] > michiel = > ------------------------------- > My Svnserve.conf is : > ### This file controls the configuration of the svnserve daemon, if > you > ### use it to allow access to this repository. (If you only allow > ### access through http: and/or file: URLs, then this file is > ### irrelevant.) > ### Visit http://subversion.tigris.org/ for more information. > [general] > ### These options control access to the repository for unauthenticated > ### and authenticated users. Valid values are "write", "read", > ### and "none". The sample settings below are the defaults. > anon-access = none > auth-access = write > ### The password-db option controls the location of the password > ### database file. Unless you specify a path starting with a /, > ### the file's location is relative to the conf directory. > ### Uncomment the line below to use the default password file. > password-db = passwd > authz-db = authz > ### This option specifies the authentication realm of the repository. > ### If two repositories have the same authentication realm, they > should > ### have the same password database, and vice versa. The default > realm > ### is repository's uuid. > realm = My > ------------------------------------ > > Pls Let me know what changes and configuration I need to make. > I dint get what you mean>> > > > On Apr 10, 2:25 pm, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > > Warning: invalid digest line in /home/vjs/repository/conf/passwd: ### > > The name and password for each > > user follow, one account per line. > > > > You're using an authz file? That's sort of step two. First authenticate > the > > user, then check what the user is able to access. > > > > Cheers / Erik > > > > > > > > On Thu, Apr 10, 2008 at 10:17 AM, Raina <[EMAIL PROTECTED]> wrote: > > > > > Since I am very new to TRAC..Can anyone let me know how generally you > > > people download the plugin. > > > I mean I tried the follwoing command but it is displaying: > > > [EMAIL PROTECTED]:~$ easy_install > > >http://trac-hacks.org/svn/accountmanagerplugin/0.10 > > > Downloadinghttp://trac-hacks.org/svn/accountmanagerplugin/0.10 > > > error: Download error: (110, 'Connection timed out') > > > > > It is slow I guess.When I attempted downloading it has sub-folder.How > > > do you downlaod Webadmin > > > > > Pls Help > > > On Apr 10, 11:36 am, "Erik Andersson" <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > > > This might also be useful: > > >http://trac-hacks.org/wiki/AccountManagerPlugin > > > > > > Cheers / Erik > > > > > > On Thu, Apr 10, 2008 at 8:34 AM, Erik Andersson <[EMAIL PROTECTED]> > > > wrote: > > > > > Hi > > > > > > >http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication > > > > > > > Cheers / Erik > > > > > > > On Thu, Apr 10, 2008 at 7:06 AM, Raina <[EMAIL PROTECTED]> > wrote: > > > > > > > > HI, > > > > > > > > I have just installed TRAC on one of my Ubuntu System.Earlier I > was > > > > > > browsing my repository through svn://<hostname>/svn. I have also > > > > > > passwd file where I have number of developers with password.Now > I > > > want > > > > > > them to use TRAC with the same credentails. > > > > > > How Can I do this? > > > > > > > > The Steps I followed till now are: > > > > > > [code] > > > > > > > > [EMAIL PROTECTED]:~$ sudo trac-admin /home/vjs/test initenv > > > > > > Creating a new Trac environment at /home/vjs/test > > > > > > > > Trac will first ask a few questions about your environment > > > > > > in order to initalize and prepare the project database. > > > > > > > > Please enter the name of your project. > > > > > > This name will be used in page titles and descriptions. > > > > > > > > Project Name [My Project]> svn > > > > > > > > Please specify the connection string for the database to use. > > > > > > By default, a local SQLite database is created in the > environment > > > > > > directory. It is also possible to use an already existing > > > > > > PostgreSQL database (check the Trac documentation for the exact > > > > > > connection string syntax). > > > > > > > > Database connection string [sqlite:db/trac.db]> > > > > > > > > Please specify the type of version control system, > > > > > > By default, it will be svn. > > > > > > > > If you don't want to use Trac with version control integration, > > > > > > choose the default here and don't specify a repository > directory. > > > > > > in the next question. > > > > > > > > Repository type [svn]> > > > > > > > > Please specify the absolute path to the version control > > > > > > repository, or leave it blank to use Trac without a repository. > > > > > > You can also set the repository location later. > > > > > > > > Path to repository [/path/to/repos]> /home/vjs/repository > > > > > > > > Please enter location of Trac page templates. > > > > > > Default is the location of the site-wide templates installed > with > > > > > > Trac. > > > > > > > > Templates directory [/usr/share/trac/templates]> > > > > > > > > Creating and Initializing Project > > > > > > Installing default wiki pages > > > > > > /usr/share/trac/wiki-default/InterMapTxt => InterMapTxt > > > > > > /usr/share/trac/wiki-default/InterTrac => InterTrac > > > > > > /usr/share/trac/wiki-default/TracRevisionLog => TracRevisionLog > > > > > > /usr/share/trac/wiki-default/WikiFormatting => WikiFormatting > > > > > > /usr/share/trac/wiki-default/TracTickets => TracTickets > > > > > > /usr/share/trac/wiki-default/TracNotification => > TracNotification > > > > > > /usr/share/trac/wiki-default/TracPlugins => TracPlugins > > > > > > /usr/share/trac/wiki-default/TracReports => TracReports > > > > > > /usr/share/trac/wiki-default/TracModPython => TracModPython > > > > > > /usr/share/trac/wiki-default/TracCgi => TracCgi > > > > > > /usr/share/trac/wiki-default/CamelCase => CamelCase > > > > > > /usr/share/trac/wiki-default/WikiDeletePage => WikiDeletePage > > > > > > /usr/share/trac/wiki-default/TracStandalone => TracStandalone > > > > > > /usr/share/trac/wiki-default/WikiStart => WikiStart > > > > > > /usr/share/trac/wiki-default/TracSyntaxColoring => > > > TracSyntaxColoring > > > > > > /usr/share/trac/wiki-default/WikiProcessors => WikiProcessors > > > > > > /usr/share/trac/wiki-default/TracImport => TracImport > > > > > > /usr/share/trac/wiki-default/TracChangeset => TracChangeset > > > > > > /usr/share/trac/wiki-default/TracEnvironment => TracEnvironment > > > > > > /usr/share/trac/wiki-default/WikiPageNames => WikiPageNames > > > > > > /usr/share/trac/wiki-default/SandBox => SandBox > > > > > > /usr/share/trac/wiki-default/TracInstall => TracInstall > > > > > > /usr/share/trac/wiki-default/TracSupport => TracSupport > > > > > > /usr/share/trac/wiki-default/TracTimeline => TracTimeline > > > > > > /usr/share/trac/wiki-default/WikiNewPage => WikiNewPage > > > > > > /usr/share/trac/wiki-default/TracAdmin => TracAdmin > > > > > > /usr/share/trac/wiki-default/TracAccessibility => > TracAccessibility > > > > > > /usr/share/trac/wiki-default/TracSearch => TracSearch > > > > > > /usr/share/trac/wiki-default/TracLogging => TracLogging > > > > > > /usr/share/trac/wiki-default/WikiRestructuredTextLinks => > > > > > > WikiRestructuredTextL > > > inks > > > > > > /usr/share/trac/wiki-default/TracBackup => TracBackup > > > > > > /usr/share/trac/wiki-default/TracInterfaceCustomization => > > > > > > TracInterfaceCustomi > > > > > > zation > > > > > > /usr/share/trac/wiki-default/TracGuide => TracGuide > > > > > > /usr/share/trac/wiki-default/TracRoadmap => TracRoadmap > > > > > > /usr/share/trac/wiki-default/WikiRestructuredText => > > > > > > WikiRestructuredText > > > > > > /usr/share/trac/wiki-default/TracRss => TracRss > > > > > > /usr/share/trac/wiki-default/TracQuery => TracQuery > > > > > > /usr/share/trac/wiki-default/TitleIndex => TitleIndex > > > > > > /usr/share/trac/wiki-default/TracWiki => TracWiki > > > > > > /usr/share/trac/wiki-default/TracUpgrade => TracUpgrade > > > > > > /usr/share/trac/wiki-default/TracLinks => TracLinks > > > > > > /usr/share/trac/wiki-default/RecentChanges => RecentChanges > > > > > > /usr/share/trac/wiki-default/TracIni => TracIni > > > > > > /usr/share/trac/wiki-default/TracFastCgi => TracFastCgi > > > > > > /usr/share/trac/wiki-default/InterWiki => InterWiki > > > > > > /usr/share/trac/wiki-default/TracTicketsCustomFields => > > > > > > TracTicketsCustomFields > > > > > > /usr/share/trac/wiki-default/WikiMacros => WikiMacros > > > > > > /usr/share/trac/wiki-default/TracUnicode => TracUnicode > > > > > > /usr/share/trac/wiki-default/WikiHtml => WikiHtml > > > > > > /usr/share/trac/wiki-default/TracPermissions => TracPermissions > > > > > > /usr/share/trac/wiki-default/TracBrowser => TracBrowser > > > > > > Indexing repository > > > > > --------------------------------------------------------------------- > > > > > > Project environment for 'svn' created. > > > > > > > > You may now configure the environment by editing the file: > > > > > > > > /home/vjs/test/conf/trac.ini > > > > > > > > If you'd like to take this new project environment for a test > drive, > > > > > > try running the Trac standalone web server `tracd`: > > > > > > > > tracd --port 8000 /home/vjs/test > > > > > > > > Then point your browser tohttp://localhost:8000/test. > > > > > > There you can also browse the documentation for your installed > > > > > > version of Trac, including information on further setup (such as > > > > > > deploying Trac to a real web server). > > > > > > > > The latest documentation can also always be found on the project > > > > > > website: > > > > > > > > http://trac.edgewall.org/ > > > > > > > > Congratulations! > > > > > > > > [EMAIL PROTECTED]:~$ tracd --port 8000 /home/vjs/test > > > > > > [EMAIL PROTECTED]:~$ sudo tracd --port 8000 /home/vjs/test > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:16] "GET /trac HTTP/1.1" 404 > - > > > > > > /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: > > > > > > RuntimeWarning: P > ython > > > C > > > > > > API version mismatch for module neo_util: This Python has API > > > version > > > > > > 10 13, module > neo_util > > > has > > > > > > version 1012. > > > > > > import neo_cgi > > > > > > /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: > > > > > > RuntimeWarning: P > ython > > > C > > > > > > API version mismatch for module neo_cs: This Python has API > version > > > > > > 1013 , module neo_cs > has > > > > > > version 1012. > > > > > > import neo_cgi > > > > > > /var/lib/python-support/python2.5/trac/web/clearsilver.py:128: > > > > > > RuntimeWarning: P > ython > > > C > > > > > > API version mismatch for module neo_cgi: This Python has API > version > > > > > > 101 3, module > neo_cgi > > > has > > > > > > version 1012. > > > > > > import neo_cgi > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:20] "GET / HTTP/1.1" 200 - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test HTTP/1.1" 200 > - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET > /test/chrome/common/css/ > > > > > > wiki.css HTT P/1.1" > 200 > > > - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET > /test/chrome/common/css/ > > > > > > trac.css HTT P/1.1" > 200 > > > - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET > /test/chrome/common/js/ > > > > > > trac.js HTTP/ 1.1" > 200 - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET > /test/chrome/common/css/ > > > > > > code.css HTT P/1.1" > 200 > > > - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ > > > > > > trac_banner.png > > > HTTP/1.1" > > > > > > 200 - > > > > > > 10.14.1.105 - - [08/Apr/2008 23:41:23] "GET /test/chrome/common/ > > > > > > topbar_gradient. > > > > ... > > > > read more ยป- Hide quoted text - > > > > - Show quoted text - > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
