Modify ↓
#407 closed defect (worksforme)
Apache SSPI User Authentication/Permissions problem
| Reported by: | Owned by: | daniel | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/console | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'm using the Apache mod_auth_sspi module to authenticate domain users for SVN & Trac. That works fine except I can not assign permissions to those accounts with Trac-Admin because of the format of the user IDs. mod_auth_sspi displays user names in the form: DOMAIN\user.account. Trac-Admin seems to drop the \ character so users end up being DOMAINuser.account and that does not match the user login.
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
Ok. Yeah, I should have though of that.
Note:
See TracTickets
for help on using tickets.



Double the backslash, i.e. DOMAIN
user.account.
This should probably be documented, though I guess trac-admin is going away soon…