"Jeff Black" <[EMAIL PROTECTED]> writes:
> 1) failure, if the dhcp option (233) is set to
>
> option unattended-options "z_user=localdomain\usernamegoeshere z_pass=password
> z_path=//servername/sharename
>
> I get this from linux
> *** Trying smbmount \\servername\sharename /z -o
> usernam
> > > Hm. If we are going to steal a local DHCP option anyway, maybe we
> > > should only take one but give it this syntax:
> > >
> > > z_user=... z_pass=... z_path=...
> >
> > OK, I implemented this. After various Googling, I settled on DHCP
> > option 233. The changes are in 4.1-rc1 and th