Modify ↓
Opened 16 years ago
Closed 16 years ago
#7457 closed defect (duplicate)
Add Permission works wrong in trac-admin
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Milestone: | |
Component: | general | Version: | 0.11 |
Severity: | critical | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
If we add permission to some domain user in Trac-Admin like this:
c:\>c:\Python25\Scripts\trac-admin.exe c:\Projects\myproject permission add "YADA\testuser" PERMISSION_ADMIN
Trac will add this permission wrong:
It duplicates the backslash, so its not possible to give the user admin rights for configuring the project via the "Admin" button.
Trac 0.11 works on a Win2k3 server with Python 2.5. as Authentification module we use SSPI on a Apache 2.2 server.
Attachments (0)
Note:
See TracTickets
for help on using tickets.
See #5787.