Edgewall Software
Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#12998 closed defect (cantfix)

permission add user but return 401 use htdigest

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

Description (last modified by Jun Omae)

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

Attachments (0)

Change History (3)

comment:1 by Jun Omae, 6 years ago

Description: modified (diff)
Resolution: cantfix
Status: newclosed

InstallationIssue. Please ask on the MailingList about support and installation questions.

comment:2 by Jun Omae, 6 years ago

Priority: highestnormal
Severity: blockernormal

comment:3 by anonymous, 6 years ago

but it is not installation defect. it's just trouble with authorization and little bug (reproduced) with char codec.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.