Am 09.07.2012 10:55, wrote Bin Hou: > trac with mysql,when login,no have authentication.why?thanks! > start info: > [root@beTrac conf]# tracd --port 8000 > --auth="besite_mysql,/var/www/trac/besite_mysql/conf/trac.htpasswd,localhost" > /var/www/trac/besite_mysql/ > Warning: invalid digest line in > /var/www/trac/besite_mysql/conf/trac.htpasswd: houzb:U/Ul55k2X4fIA > Warning: invalid digest line in > /var/www/trac/besite_mysql/conf/trac.htpasswd: admin:g0/Qr57XJJnSQ > Warning: found no users in realm: localhost > Server starting in PID 15837. > Serving on 0.0.0.0:8000 <http://0.0.0.0:8000> view at http://127.0.0.1:8000/ > Using HTTP/1.1 protocol version > > the red words,what's meaning?how to resolve?thanks!
Hm, you have problems to understand the error wording or the underlying concept of authentication? Authentication is not an easy playing field. The error just informs you, that both lines in your trac.htpasswd contain (syntactically) incorrect entries. You may want to study the htpasswd file format a little more to produce a valid file, or use a password manager [1] program to do that for you. Yours, Steffen Hoffmann [1] http://trac-hacks.org/wiki/AccountManagerPlugin
smime.p7s
Description: S/MIME Cryptographic Signature
