[Samba] How to turn off PDC lookup

2009-10-23 Thread Jeremiah Martell
. Is this possible? Thanks, -- - Jeremiah Martell -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Questions about nsswitch/winbindd_dual.c behavior

2010-03-18 Thread Jeremiah Martell
I'm using samba-3.0.34, and I have two questions: (1) I'm not exactly sure how the asyncronous behavior of winbindd_dual works. Does it fork a child for each domain? each domain controller? Or does it fork a child ad hoc whenever it needs to handle a request? (2) I'm joining to an active

[Samba] Getting NTLM group info about user

2006-06-02 Thread Jeremiah Martell
I use samba on my linux box to register to a remote windows domain. I start up winbindd. Then I use net join -S PDC -U user%pass to join to the domain. I can test it out by authenticating myself with wbinfo -a user%pass which works fine. Id like to get back what groups I'm in. I tried wbinfo -r

[Samba] Re: Getting NTLM group info about user

2006-06-06 Thread Jeremiah Martell
Anybody have any ideas on this? I would reallly appreciate some help. Thanks, - Jeremiah On 6/2/06, Jeremiah Martell [EMAIL PROTECTED] wrote: I use samba on my linux box to register to a remote windows domain. I start up winbindd. Then I use net join -S PDC -U user%pass to join to the domain

Fwd: [Samba] Re: Getting NTLM group info about user

2006-06-06 Thread Jeremiah Martell
-- Forwarded message -- From: Jeremiah Martell [EMAIL PROTECTED] Date: Jun 6, 2006 12:02 PM Subject: Re: [Samba] Re: Getting NTLM group info about user To: [EMAIL PROTECTED] wbinfo -t checking the trust secret via RPC calls succeeded wbinfo -r test Could not get groups for user

Re: Fwd: [Samba] Re: Getting NTLM group info about user

2006-06-06 Thread Jeremiah Martell
Just out of curiousity, what should the output look like when I do a wbinfo -r user? Do I get the LDAP DN's of the groups? Just the CN attribute of the group? Thanks, - Jeremiah On 6/6/06, Volker Lendecke [EMAIL PROTECTED] wrote: On Tue, Jun 06, 2006 at 10:24:30AM -0700, Doug VanLeuven wrote:

Re: Fwd: [Samba] Re: Getting NTLM group info about user

2006-06-07 Thread Jeremiah Martell
How do you map these unix group ids to the active directory group names? Like the group's DN, or CN, or ? Thanks! - Jeremiah (still working on getting samba-3.0.22 to compile for me...) On 6/6/06, Volker Lendecke [EMAIL PROTECTED] wrote: On Tue, Jun 06, 2006 at 02:47:30PM -0400, Jeremiah

[Samba] See if authenticated user is in group XYZ

2006-06-07 Thread Jeremiah Martell
I have winbindd running. I run wbinfo -a userXYZ%pass and it succeeds Now I want to know if userXYZ is in group monkeys, but I dont want to have to have to map anything. Is this possible? Is there a way to just say give me the windows group names that userXYZ is in? or is userXYZ in windows

[Samba] auth_script_init

2006-06-08 Thread Jeremiah Martell
Trying to build samba-3.0.22. When compiling auth/auth.c, I get no warnings or errors. When linking bin/smbd, I get an undefined reference to auth_script_init. The configure output said it would build auth_script as static. I'm not really sure how to get around this. Any ideas? Thanks, -

[Samba] Re: auth_script_init: SOLVED

2006-06-08 Thread Jeremiah Martell
Solved. In auth/auth_script.c, remove the last #if, #else, #endif on lines 143, 148, and 153. On 6/8/06, Jeremiah Martell [EMAIL PROTECTED] wrote: Trying to build samba-3.0.22. When compiling auth/auth.c, I get no warnings or errors. When linking bin/smbd, I get an undefined reference

[Samba] make is trying to mkdir private dir?

2006-06-09 Thread Jeremiah Martell
I've gotten further on getting samba-3.0.22 to compile. But for some reason it's trying to mkdir DIR, where DIR is what I put in for my --with-privatedir directory. samba-3.0.14a didnt try to do this. Why the change? And how can I get it to stop? Thanks! - Jeremiah [EMAIL PROTECTED] -- To

[Samba] Samba-3.0.22 ... winbindd crashes with SIGABRT

2006-06-12 Thread Jeremiah Martell
I'm using samba-3.0.22 When I start up winbindd, it crashes with a SIGABRT. In source/lib/util.c, in function become_daemon(BOOL Fork), it calls _exit(0); which causes the crash. Is this expected? Thanks, - Jeremiah [EMAIL PROTECTED] -- To unsubscribe from this list go to the following URL and

[Samba] Samba-3.0.34 can ADS join but not non-ADS join.

2009-07-27 Thread Jeremiah Martell
request failed and cannot join as standalone machine would suggest. Any other questions/suggestions? Thanks, -- - Jeremiah Martell http://inlovewithGod.com -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba

[Samba] Fwd: Samba-3.0.34 can ADS join but not non-ADS join.

2009-07-28 Thread Jeremiah Martell
message -- From: Jeremiah Martell inlovewith...@gmail.com Date: Mon, Jul 27, 2009 at 9:04 AM Subject: Samba-3.0.34 can ADS join but not non-ADS join. To: samba@lists.samba.org I was using Samba-3.0.14a perfectly fine. Now, I'm trying to use Samba-3.0.34. I can do an ADS join fine with Samba