Opened 13 years ago
Closed 13 years ago
#180 closed defect (fixed)
Samba Client 2.1 cannot read smb.conf
Reported by: | Herwig Bauernfeind | Owned by: | Silvan Scherrer |
---|---|---|---|
Priority: | major | Milestone: | Netdrive plugin 2.1.x |
Component: | Samba Client Plugin | Version: | Client 2.1.x |
Keywords: | Cc: |
Description (last modified by )
When using ndpsmb.dll 2.1 (possibly all 3.3 based client plugins) an eventually available smb.conf is not loaded.
The reason ist that the client (unlike the server) reads the file as if it was only CR and not CR/LF.
Workaround: Change smb.conf for the client from CR/LF to CR.
Temporary workaround on source level (created by diver): in \lib\util_file.c add line 190 add |O_BINARY to the read() instruction.
Change History (2)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed in r650