> > > 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

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 
username=localdomainusernamegoeshere,rw,ttl=2400000
creating lame upcase table
creating lame lowcase table
386: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed

2) 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
username=localdomain\usernamegoeshere,rw,ttl=2400000
creating lame upcase table
creating lame lowcase table
386: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed


3) success, if the dhcp option (233) is set to

option unattended-options "z_user=usernamegoeshere/localdomain z_pass=password
z_path=//servername/sharename

I get this from linux....
*** Trying smbmount \\servername\sharename /z -o
username=localdomain\usernamegoeshere,rw,ttl=2400000
creating lame upcase table
creating lame lowcase table
*** Excelent now lets see about mass storage controllers

#3 seems very backwards. If nothing else this email is meant to document this 
'feature' ;)

-Jeff




-------------------------------------------------------
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