From owner-freebsd-questions Sun Jun 24 9:40:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from email.orgus.ru (email.orgus.ru [213.242.43.2]) by hub.freebsd.org (Postfix) with ESMTP id 5B49637B401 for ; Sun, 24 Jun 2001 09:40:30 -0700 (PDT) (envelope-from vit@email.orgus.ru) Received: from localhost (vit@localhost) by email.orgus.ru (8.11.1/8.11.1) with ESMTP id f5OGjRW43486 for ; Sun, 24 Jun 2001 22:45:28 +0600 (YEKST) Date: Sun, 24 Jun 2001 22:45:27 +0600 (YEKST) From: Victor M To: questions@freebsd.org Subject: problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 I have a Samba server on my FreeBSD as a member of the NT domain DOM. I put it into NT domain exactly as this was described in the docs. 1. Added Samba to the NT domain using Server Manager as a "WinNT Server". 2. Stopped smbd & nmbd. 3. Joined the domain by the command: smbpasswd -j DOM -r DOMPDC 4. put in smb.conf lines: secutity = domain workgroup = DOM encrypt password = yes password server = DOMPDC 5. Started samba. Everything works fine with this and Samba can share it's resources with the domain members. The problem is that according to our schedule PDC shuts down every night, while Samba works all the time and when PDC starts up next morning it refuses to accept Samba to be a domain member. The only way to get it back into NT domain is to remove Samba from domain membership in PDC using "Server Manager" and then repeat all the steps above once again. Could anyone help me to get around this problem? Victor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message