Opened 23 years ago
Last modified 19 years ago
#71 closed Bug report
Server misreading registry domain users
Reported by: | steveglassman | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | steveglassman, Tim Kosse | |
Component version: | 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 (1)
Change History (2)
by , 23 years ago
Attachment: | UsersDlg.zip added |
---|
comment:1 by , 19 years ago
This bug report has been closed due to inactivity and has possibly
already been solved.
You can reopen this report if the issue still exists in the
latest version of FileZilla (Server).
Zip file of UsersDlg.[cpp,h]