Ticket #71 (closed Bug report)
Server misreading registry domain users
| Reported by: | steveglassman | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Other |
| Keywords: | Cc: | steveglassman, codesquid | |
| Operating system type: | Operating system version: |
Description
The 0.3 Beta version of the FileZilla FTP server
correctly adds domain users (users whose name is of
the form domainname\username) to the NT registry. It
does this by making the username a subkey of the
domainname key.
When reading this information back, however, the code
only reads the domainname and interprets this as the
full username.
I have fixed this (open source is wonderful) via the
attached modifications to UsersDLG.h & cpp:
Thanks for the great server.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

