Edgewall Software

Opened 6 years ago

Last modified 6 years ago

#12998 closed defect

permission add user but return 401 use htdigest — at Initial Version

Reported by: cybermerlin@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

freebsd-update fetch
freebsd-update install
uname # 11.1
pkg update
pkg upgrade -f
pkg install trac
pkg install trac-mercurial
trac-admin /var/trac/proj initenv
trac-admin proj deploy /var/www/trac/proj
trac-admin proj permission add superuser TRAC_ADMIN
trac-admin proj repository add proj /var/hg/proj/.hg
trac-admin proj repository sync proj
#UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 23: ordinal not in range(128)
htdigest -c /var/hg/.htdigest pipi superuser
#enter password
tracd -p 8000 -r --auth="*,/var/hg/.htdigest,pipi" -e /var/trac -r
  • go to the browser to http://trac.local:8080/proj
  • see some warn|errors
  • try login
  • see popup login\pass
  • write it
  • see now same popup
  • try write login\pass
  • …repeat…about 3rd times
  • press the button cancel
  • see 401 code

Change History (0)

Note: See TracTickets for help on using tickets.