Ticket #1055 (closed defect: invalid)
Opened 7 years ago
Last modified 7 years ago
Not able to set permissions correctly for logged in users authenticated against a domain.
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.8 |
| Severity: | normal | Keywords: | permissions |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
Win32. Setup Apache with the mod_auth_sspi to authenticate against our domain. When I login to trac on our webserver it shows me as user DOMAIN\username. I wanted to be able to edit milestones and I thought I should because I had given TRAC_ADMIN privileges to my username. Milestone editing only worked when I gave permission add authenticated TRAC_ADMIN. I thought I might have to include the domain as well so I tried permission add DOMAIN\username TRAC_ADMIN but when I list the permissions it says DOMAINusername TRAC_ADMIN. It took out the \ and neither username or DOMAINusername seem to correspond to my DOMAIN\username username for the purposes of setting permissions. For now I'll workaround by just giving authenticated users permissions.
Attachments
Change History
comment:1 Changed 7 years ago by anonymous
- Resolution set to invalid
- Status changed from new to closed



I was able to get this to work with the following syntax:
I had to add the quotes in so the \ wasn't replaced.