phpsamba does not parse servers with dots in them correctly
Status: Beta
Brought to you by:
jgoben
I was just trying to fool around with phpsamba, and I found
that when the server name has dots in it, like
server.domain.whatever, only the last part is parsed, so in
that example it would try to connect to \\whatever\share
instead of \\server.domain.whatever\share
I hope this helps you.
Logged In: YES
user_id=772096
phpsamba doesn't parse servers with dash (-) in them
correctly too. For example phpsamba try to browse "\files1
\data" instead of "\\svr-files1\data".
I think this is a problem in preg_match regular expression in
the second line of ChangePath function.