From owner-freebsd-questions Wed Jul 24 0:46:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 22A6437B400 for ; Wed, 24 Jul 2002 00:46:40 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93E9543E3B for ; Wed, 24 Jul 2002 00:46:38 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.5/8.12.5) with ESMTP id g6O7lPDK016933 for ; Wed, 24 Jul 2002 09:47:27 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.5/8.12.5/Submit) id g6O7lPGc016932 for freebsd-questions@freebsd.org; Wed, 24 Jul 2002 09:47:25 +0200 (CEST) Date: Wed, 24 Jul 2002 09:47:25 +0200 From: Ruben de Groot To: freebsd-questions@freebsd.org Subject: samba && kernel options Message-ID: <20020724094725.A16788@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I recently installed the net/samba port on some of our testservers. Basic filesharing is working O.K., but when I try to configure samba as a PDC, adding a windows client to the domain results in a signal 11 (SEGV) in smbd. I wonder if I should enable some of these kernel options I found in LINT: # SMB/CIFS requester # NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV # options. # NETSMBCRYPTO enables support for encrypted passwords. options NETSMB #SMB/CIFS requester options NETSMBCRYPTO #encrypted password support for SMB But I'm not sure what they do exactly. Can someone enlighten me (or point me to some documentation)? thanks, Ruben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message