Re: Restrict Anonymous

2003-03-06 Thread Richard Sharpe
On Thu, 6 Mar 2003, Marc Kaplan wrote:

 Hello list,
 
 Has anybody coded some sort of workaround for joining domains with
 RestrictAnonymous set? The typical behavior I see is for NT4 domains we're
 able to look up sequence, but never enumerate users and groups. For ADS
 domains, it seems that even looking up sequence from the domain fails.

Are you referring to domain joining or having winbindd function. If the 
latter, winbindd in head and Samba 3.0.0 allows you to specify a username 
and password that winbindd can use to perform functions that it used to be 
able to do.

Regards
-
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com



RE: Restrict Anonymous

2003-03-06 Thread Marc Kaplan
I am referring to having winbindd function in 3.0. How do I go about setting
this option? Is it a smb.conf parameter?

Thanks,
-Marc

-Original Message-
From: Richard Sharpe [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 06, 2003 9:52 AM
To: Marc Kaplan
Cc: '[EMAIL PROTECTED]'
Subject: Re: Restrict Anonymous


On Thu, 6 Mar 2003, Marc Kaplan wrote:

 Hello list,
 
 Has anybody coded some sort of workaround for joining domains with
 RestrictAnonymous set? The typical behavior I see is for NT4 domains we're
 able to look up sequence, but never enumerate users and groups. For ADS
 domains, it seems that even looking up sequence from the domain fails.

Are you referring to domain joining or having winbindd function. If the 
latter, winbindd in head and Samba 3.0.0 allows you to specify a username 
and password that winbindd can use to perform functions that it used to be 
able to do.

Regards
-
Richard Sharpe, rsharpe[at]ns.aus.com, rsharpe[at]samba.org, 
sharpe[at]ethereal.com, http://www.richardsharpe.com


RE: Restrict Anonymous

2003-03-06 Thread MCCALL,DON (HP-USA,ex1)
Hi Marc,
For winbindd to function, you must use
wbinfo -A username%passwd

to store the username and password of the user you want
winbindd to use for authentication.
Hope this helps,
Don

 -Original Message-
 From: Marc Kaplan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, March 06, 2003 11:52
 To: '[EMAIL PROTECTED]'
 Subject: Restrict Anonymous
 
 
 Hello list,
 
 Has anybody coded some sort of workaround for joining domains with
 RestrictAnonymous set? The typical behavior I see is for NT4 
 domains we're
 able to look up sequence, but never enumerate users and 
 groups. For ADS
 domains, it seems that even looking up sequence from the domain fails.
 
 I appreciate any insight.
 
 Thanks,
   -Marc