Hi, I've been only occasionally using the web ui on fossil in the last few months, but I seem to have developed a problem with localauth.
I forst noticed it when it seemed that I wasn't being automatically logged in. I have since done a test (see below) where I create a new repository, then attempt to login with fossil ui tracker.fossil Is anyone else getting this? (I'm on win7, IE8) Cheers, Stephen -- Stephen De Gabrielle [email protected] Telephone +44 (0)20 85670911 Mobile +44 (0)79 85189045 http://www.degabrielle.name/stephen ---- H:\tracker>fossil help ui Usage: H:\tracker\fossil.exe server ?-P|--port TCPPORT? ?REPOSITORY? Or: H:\tracker\fossil.exe ui ?-P|--port TCPPORT? ?REPOSITORY? Open a socket and begin listening and responding to HTTP requests on TCP port 8080, or on any other TCP port defined by the -P or --port option. The optional argument is the name of the repository. The repository argument may be omitted if the working directory is within an open checkout. The "ui" command automatically starts a web browser after initializing the web server. The "ui" command also binds to 127.0.0.1 and so will only process HTTP traffic from the local machine. In the "server" command, the REPOSITORY can be a directory (aka folder) that contains one or more respositories with names ending in ".fossil". In that case, the first element of the URL is used to select among the various repositories. By default, the "ui" command provides full administrative access without having to log in. This can be disabled by setting turning off the "localauth" setting. Automatic login for the "server" command is available if the --localauth option is present and the "localauth" setting is off and the connection is from localhost. H:\tracker>fossil ui test.fossil Listening for HTTP requests on TCP port 8080 Launch webbrowser: start http://127.0.0.1:8080/ Type Ctrl-C to stop the HTTP server ^C H:\tracker>fossil settings -R test.fossil access-log auto-captcha auto-shun autosync (local) 1 binary-glob clearsign crnl-glob default-perms diff-command dont-push editor gdiff-command gmerge-command https-login ignore-glob http-port localauth (local) 0 main-branch manifest max-upload mtime-changes pgp-command proxy repo-cksum self-register ssh-command web-browser H:\tracker>fossil set localauth -R test.fossil localauth (local) 0 H:\tracker>fossil set localauth 1 -R test.fossil H:\tracker>fossil settings -R test.fossil access-log auto-captcha auto-shun autosync (local) 1 binary-glob clearsign crnl-glob default-perms diff-command dont-push editor gdiff-command gmerge-command https-login ignore-glob http-port localauth (local) 1 main-branch manifest max-upload mtime-changes pgp-command proxy repo-cksum self-register ssh-command web-browser H:\tracker>fossil ui test.fossil Listening for HTTP requests on TCP port 8080 Launch webbrowser: start http://127.0.0.1:8080/ Type Ctrl-C to stop the HTTP server ^C H:\tracker>fossil unsetset localauth -R test.fossil fossil: unknown command: unsetset fossil: use "help" for more information H:\tracker>fossil unset localauth -R test.fossil H:\tracker>fossil ui test.fossil Listening for HTTP requests on TCP port 8080 Launch webbrowser: start http://127.0.0.1:8080/ Type Ctrl-C to stop the HTTP server
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

