[Samba] "Segmentation Fault" when attempting to join AD
Jeremy Allison
jra at samba.org
Thu Mar 2 23:28:17 GMT 2006
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.
More information about the samba
mailing list