Samba + PAM + Winbind

Gerald Carter jerry at samba.org
Thu Jan 24 05:49:34 GMT 2002


On Wed, 16 Jan 2002, Recknagel, Andrew wrote:

> I've been trying to get a Linux box (SuSE 7.3, Linux 2.4.10) setup as
> a file server using Samba (v2.2.2) with authentication going to our
> WinNT PDC. I've followed the instructions detailed in Winbind HOWTO,
> but I'm still not having any luck.  It appears as though I've
> sucessfully added the box to the domain and winbind seems to be
> running as I can obtain a listing of users/groups from my PDC with
> wbinfo (and getent), but when I try to access the share I'm getting
> this error:
>
> [2002/01/14 14:34:26, 0] rpc_client/cli_netlogon.c:cli_net_auth2(160)
>   cli_net_auth2: Error NT_STATUS_NO_TRUST_SAM_ACCOUNT
>
...
> Here's a copy of my smb.conf for reference.
>
> # Global parameters
> [global]
>         workgroup = PHS
>         server string = Samba Server
>         security = domain
>         encrypt passwords = Yes
>         password server = phsntpdc
>         template homedir = /home/%D/%U
>         log file = /usr/local/samba/var/log.%m
>         max log size = 50
>         domain logons = Yes

Set this to "no".  Winbind is contacting the local smbd
(thinking it is the PDC).



>         preferred master = False
>         local master = No
>         domain master = False
>         dns proxy = No
>         wins server = 159.116.5.6
>         winbind separator = +
>         winbind uid = 10000-20000
>         winbind gid = 10000-20000
>         winbind enum users = yes
>         winbind enum groups = yes
>         template shell = /bin/bash
>         netbios name = phslnx007
>         debug level = 10





More information about the samba mailing list