On Thu, Mar 02, 2006 at 04:25:11PM -0600, Golden Butler wrote:
> I've just installed Samba 3.0.21c on SLES9 box.  I've configured kerberos and 
> my smb.conf file to a tee.  When I try to join my active directory domain by 
> typing the following:
> 
> "net ads join -U administrator"
> 
> after I type the password, I get this error:
> 
> "Segmentation fault"
> 
> I can successfully get a ticket from AD when invoking:
> 
> "kinit user"
> 
> Is there something I'm doing wrong?  Any help will be greatly appreciated.  
> Thanks.

Can you run this under gdb as :

gdb --args /usr/bin/net ads join -U administrator

At the prompt type : "run,"

when it crashes type "bt" and post the backtrace please.

Jeremy.
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to