On Mar 31, 11:02 am, "Cooke, Mark" <[email protected]> wrote: > > -----Original Message----- > > From: [email protected] On Behalf Of darko > > Sent: 31 March 2011 00:02 > > To: Trac Users > > Subject: [Trac] Login problem with MacOS X > > > Hi there, > > I really hope that I do not ask a stupid question here :-), but I > > didn't find any help for my problem so far...well...I've installed > > trac and I'm trying to use the standalone tracd web server. User names > > and passwords are created by using htdigest. Now after clicking the > > login-link in the browser the login window shows up, but I cannot > > login using the created user/password combination. Is there any > > further important setting to be done, which I'm missing now? If > > important I am using MacOSX 10.6.7 and Safari 5.0.4. > > Thanks, > > Darko > > How are you starting tracd (can you show us your command line)? If you > look at:-http://trac.edgewall.org/wiki/TracStandalone#UsingAuthentication > > ...it sounds like you need to specify "--auth" (to use digest), are you > using "--basic-auth"? > > If you use 'basic', your browser is asked to send the username and > password (unencrypted!) back to the server for checking. If you use > 'digest', the password is 'digest'ed by the client before transmission, > so the server gets something very different... > > Hope that helps, > > ~ mark c
Thank you for your reply mark...I should have done it beforehand...well this is how i start it: tracd -p 8080 --auth="myProject,/Users/darko/work/trac/myProject/conf/ users.htdigest,myProject TRAC Environment" /Users/darko/work/trac/ myProject/ As you can see I'm using --auth. I've also tried --basic-auth and have created user/passwords with htpasswd, but this did not help either. It must be something else. Any other idea...this has to work dammit. Darko -- 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.
