Hi Jeff,

> > 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 they work for me.  Try it
> out!
>
>  - Pat

> Basic dhcpd question:
> Using ISC DHCPd 3.x how would I add option 233?

> What I've tried already:

Almost right. This is what I use on my server.

Before any subnet place

option unattended-options code 233 = string;

and in the right subnet defs place

option unattended-options    "z_username=  z_pass=  z_path";

>option unattended-options code 233 = text;
>option unattended-options "z_user=localdomain\customusername
z_pass=passwordgoeshere
> z_path=//servername/sharename"

Greetz,

Patrick




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to