Re: Accessing Novell Mapped Drives with Apache2 and Win2003 Server
Kees Nuyt wrote:
> On 19 Jan 2006 03:15:36 -0800, "hobgoblin" <net@hhc.ac.uk>
> wrote:
>
> >Hi!
> >Many thanks for your assistance on this, and the pointer to the other
> >article, which clarified the issue for me.
>
> YW
>
> >The practical solution is to start the service from a batch file after
> >the login sequence has completed!
> >
> >NET START (service_name)
> >exit
> >
> >Run from the Startup Folder and it seems to work fine.
>
> Ok, great, congratulations!
Small fly in the ointment!
The above does work with Win2000 Server, but not reliably with Win2003
Server.
However;
Full UNC paths in Novell Format with \s switched to / as is normal for
Apache conf seems to work fine.
Makes for rather long strings to enter :
//server/.tree/volume/dir/dir/etc !
Once again, thanks for the assistance.
|