After briefly talking to jerry, commit this:
authorVolker Lendecke <vlendec@samba.org>
Fri, 26 Mar 2004 17:58:30 +0000 (17:58 +0000)
committerVolker Lendecke <vlendec@samba.org>
Fri, 26 Mar 2004 17:58:30 +0000 (17:58 +0000)
commit8e237d533eded8d218cc9c77e056823702f390f8
treeba09f35d5f6f2e22d9c8a992406a206c981e3cc1
parentab48af6993b427f525c36aa0ffd57c612c100561
After briefly talking to jerry, commit this:

Redirect clients to shares based on the the client's IP address. The msdfs
link has the following form:

temp1 -> msdfs:@/data/tmp/redir@\temp

The file /data/tmp/redir has the contents:

192.168.234.128 closest
192.168.234 close
        default

Everything in between the @-signs in the link target is replaced by the
substituion in the file.

Jerry, errors in the filename expansion are now answered with
NT_STATUS_OBJECT_NAME_NOT_FOUND

Volker
source/msdfs/msdfs.c