Ticket #1055 (closed defect: invalid)
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: |
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.


